Searched defs:pf (Results 26 - 50 of 64) sorted by relevance

123

/illumos-gate/usr/src/cmd/ypcmd/mknetid/
H A Dmknetid.c129 FILE *pf, *mf, *gf, *hf; local
139 pf = openfile(pwdfile);
149 dopwdfile(pwdfile, pf);
238 dopwdfile(pwdfile, pf)
240 FILE *pf;
251 while (lp = getaline(line, sizeof (line), pf, &curline, "")) {
/illumos-gate/usr/src/cmd/acct/
H A Dacctdef.h99 #define pf(dble) fprintf(stdout, " %7.2lf", dble) macro
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald.c477 int pf; local
530 if ((pf= open (HALD_PID_FILE, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL, 0644)) > 0) {
532 written = write (pf, pid, strlen(pid));
533 close (pf);
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsec_clnt.c257 char *p, *pf; local
259 pf = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
261 error = copyinstr(knconf->knc_protofmly, pf,
264 kmem_free(pf, KNC_STRSIZE);
275 kmem_free(pf, KNC_STRSIZE);
284 knconf->knc_protofmly = pf;
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpforms.c910 FORM * pf,
915 _list_form (pf, palert, align_fp)
916 FORM * pf;
929 whichVal = (pf->paper && (L == 0) ? 0 : 1);
934 if (pf->paper)
936 wrform (pf->name, pf, 1, onerror, which_set);
968 FORM * pf,
973 _list_both (pf, palert, align_fp)
974 FORM * pf;
909 _list_form( FORM * pf, FALERT * palert, FILE * align_fp ) argument
967 _list_both( FORM * pf, FALERT * palert, FILE * align_fp ) argument
[all...]
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c241 register _FILTER * pf; local
243 for (pf = filters; pf->name; pf++) {
245 pf->mark = FL_CLEAR;
247 if (printer && !searchlist(printer, pf->printers))
248 pf->mark = FL_SKIP;
252 pf->printer_types))
253 pf->mark = FL_SKIP;
273 register _FILTER * pf; local
569 register _FILTER * pf; local
693 register _FILTER *pf; local
751 register _FILTER *pf; local
787 build_simple_cmd( char **pp, _FILTER *pf, PARM *parms, unsigned short *flagsp ) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c87 struct Pf_ext_packetfilt pf; variable in typeref:struct:Pf_ext_packetfilt
408 fp = &pf;
411 fp = &pf;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vfsops.c265 char *p, *pf; local
312 pf = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
314 error = copyinstr(knconf->knc_protofmly, pf, KNC_STRSIZE, NULL);
316 kmem_free(pf, KNC_STRSIZE);
324 kmem_free(pf, KNC_STRSIZE);
331 knconf->knc_protofmly = pf;
835 char *pf, *p; local
849 pf = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
851 bcopy(knconf->knc_protofmly, pf, KNC_STRSIZE);
852 bcopy(knconf->knc_proto, pf, KNC_STRSIZ
[all...]
H A Dnfs_vfsops.c274 char *p, *pf; local
322 pf = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
324 error = copyinstr(knconf->knc_protofmly, pf, KNC_STRSIZE, NULL);
326 kmem_free(pf, KNC_STRSIZE);
334 kmem_free(pf, KNC_STRSIZE);
341 knconf->knc_protofmly = pf;
863 char *pf, *p; local
879 pf = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
881 bcopy(knconf->knc_protofmly, pf, KNC_STRSIZE);
882 bcopy(knconf->knc_proto, pf, KNC_STRSIZ
[all...]
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmprofile.c35 #define PFHASH(pf) ((pf)->data.data.hash)
36 #define PFVM(pf) ((pf)->data.data.vm)
37 #define PFFILE(pf) ((pf)->data.data.fm.file)
38 #define PFLINE(pf) ((pf)->line)
39 #define PFNAME(pf) ((pf)
84 reg Pfobj_t *pf, *last; local
189 reg Pfobj_t *pf, *next, *last; local
220 reg Pfobj_t* pf; local
250 pfsort(Pfobj_t* pf) argument
361 reg Pfobj_t *pf, *list, *next, *last; local
514 reg Pfobj_t* pf; local
576 reg Pfobj_t* pf; local
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfncs.c742 free_form(register _FORM *pf) argument
744 if (!pf)
746 if (pf->chset)
747 Free (pf->chset);
748 if (pf->rcolor)
749 Free (pf->rcolor);
750 if (pf->comment)
751 Free (pf->comment);
752 if (pf->conttype)
753 Free (pf
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dpath.c99 execattr_t *pf; local
100 if(pf=getexecuser(sh.user, KV_COMMAND, resolvedpath, GET_ONE))
102 if (!pf->attr || pf->attr->length == 0)
105 free_execattr(pf);
108 free_execattr(pf);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c775 struct formats *pf; local
796 for (pf = formats; pf->f_mode != NULL; pf++)
797 if (strcasecmp(pf->f_mode, mode) == 0)
799 if (pf->f_mode == NULL) {
849 ecode = (*pf->f_validate)(tp->th_opcode);
875 tsize_set = (readmode && (pf->f_convert == 0));
883 (*pf->f_recv)(pf, oackle
1011 tftpd_sendfile(struct formats *pf, int oacklen) argument
1185 tftpd_recvfile(struct formats *pf, int oacklen) argument
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c1172 pkgfilter_t *pf = v; local
1177 cnts = fdopen(pf->cmd, "w");
1185 if (pf->len > 0) {
1188 for (p = pf->buf; *p; p++) {
1191 if (p > pf->buf && p[-1] == '.')
1208 if (pf->len > 0 && strstr(p->line, pf->buf) == NULL)
1227 umem_free(pf, sizeof (pkgfilter_t) + pf->len);
1249 pkgfilter(pkgfilter_t *pf, door_desc_ argument
1281 pkgaddlines(pkgfilter_t *pf) argument
[all...]
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_line.c1933 dwarf_init_line_table_prefix(struct Line_Table_Prefix_s *pf) argument
1935 memset(pf, 0, sizeof(*pf));
1940 dwarf_free_line_table_prefix(struct Line_Table_Prefix_s *pf) argument
1942 if (pf->pf_include_directories) {
1943 free(pf->pf_include_directories);
1944 pf->pf_include_directories = 0;
1946 if (pf->pf_line_table_file_entries) {
1947 free(pf->pf_line_table_file_entries);
1948 pf
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_rdma.c1335 char *pf, *p; local
1371 pf = kmem_alloc(KNC_STRSIZE, KM_SLEEP);
1374 (void) strncpy(pf, NC_INET, KNC_STRSIZE);
1376 (void) strncpy(pf, NC_INET6, KNC_STRSIZE);
1377 pf[KNC_STRSIZE - 1] = '\0';
1382 knc->knc_protofmly = pf;
/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c91 vac_flushpage(pfn_t pf, int color) argument
96 vac_flushpage_tl1(uint64_t pf, uint64_t color) argument
101 vac_flushcolor(int color, pfn_t pf) argument
/illumos-gate/usr/src/uts/common/io/
H A Dmem.c807 pfn_t pf; local
813 pf = btop(off);
816 if (pf >= BTOP(pmem->ml_address) &&
817 pf < BTOP(pmem->ml_address + pmem->ml_size)) {
819 return (impl_obmem_pfnum(pf));
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_mcdi.c1883 * This function returns the pf and vf number of a function. If it is a pf the
1885 * function. So if you have 3 vfs on pf 0 the 3 vfs will return (pf=0,vf=0),
1886 * (pf=0,vf=1), (pf=0,vf=2) aand the pf will return (pf=0, vf=0xffff).
1935 __in uint32_t pf,
1952 PRIVILEGE_MASK_IN_FUNCTION_PF, pf,
1933 efx_mcdi_privilege_mask( __in efx_nic_t *enp, __in uint32_t pf, __in uint32_t vf, __out uint32_t *maskp) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c532 impl_obmem_pfnum(pfn_t pf) argument
534 return (pf);
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82575.c2271 * @pf: Physical Function pool - do not set anti-spoofing for the PF
2275 void e1000_vmdq_set_anti_spoofing_pf(struct e1000_hw *hw, bool enable, int pf) argument
2298 reg_val ^= (1 << pf | 1 << (pf + MAX_NUM_VFS));
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.c111 impl_obmem_pfnum(pfn_t pf) argument
113 return (pf);
126 pf_is_memory(pfn_t pf) argument
129 if (pf > physmax)
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c380 typedef int (*pf)(const char *, char **, ns_ldap_error_t **); typedef
392 pf prepend_auto2dn = __s_api_prepend_automountmapname_to_dn;
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c1200 p = pf * d; \
1201 pf = (uint64_t)a[R + 1]; \
1207 p = pf * d; \
1214 p = pf * d; \
1215 pf = (uint64_t)a[R + 1]; \
1222 p = pf * d; \
1239 uint64_t d, pf, p, t, cy; local
1245 pf = (uint64_t)a[0];
1290 uint64_t d, pf, p, t, cy; local
1296 pf
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c237 uint_t n, pf; local
249 pf = PCI_REG_FUNC_G(reg[0]);
253 if (id == 0xa000 && pf != 0)
303 sc->pf = getpf(sc);
304 if (sc->pf > 8) {
310 sc->mbox = sc->pf;
436 rc = -t4_port_init(pi, sc->mbox, sc->pf, 0);
982 uint_t n, pf; local
992 pf = PCI_REG_FUNC_G(data[0]);
995 return (pf);
[all...]

Completed in 137 milliseconds

123