/freebsd/usr.bin/mail/ |
H A D | popen.c | 161 struct fp *fpp; in register_file() local 163 if ((fpp = malloc(sizeof(*fpp))) == NULL) in register_file() 165 fpp->fp = fp; in register_file() 166 fpp->pipe = pipe; in register_file() 167 fpp->pid = pid; in register_file() 168 fpp->link = fp_head; in register_file() 169 fp_head = fpp; in register_file()
|
/freebsd/sys/sys/ |
H A D | filedesc.h | 282 struct file **fpp); 284 uint8_t *flagsp, struct file **fpp); 288 const cap_rights_t *needrightsp, struct file **fpp, 291 uint8_t *flagsp, struct file **fpp, struct filecaps *havecapsp); 294 const cap_rights_t *needrightsp, struct file **fpp); 297 struct file **fpp); 300 const cap_rights_t *needrightsp, struct file **fpp);
|
H A D | file.h | 263 struct file **fpp); 265 vm_prot_t *maxprotp, struct file **fpp); 267 struct file **fpp); 269 struct file **fpp); 271 int needfcntl, struct file **fpp); 273 int fget_remote(struct thread *td, struct proc *p, int fd, struct file **fpp);
|
H A D | socketvar.h | 492 struct file **fpp, struct filecaps *havecaps); 494 struct file **fpp);
|
H A D | syscallsubr.h | 270 enum uio_seg pathseg, int flags, int mode, struct file **fpp);
|
/freebsd/sys/kern/ |
H A D | kern_descrip.c | 115 struct file **fpp, seqc_t *seqp); 2993 struct file **fpp, struct filecaps *havecapsp) in fget_cap_noref() argument 3000 *fpp = NULL; in fget_cap_noref() 3016 *fpp = fde->fde_file; in fget_cap_noref() 3026 uint8_t *flagsp, struct file **fpp, struct filecaps *havecapsp) in fget_cap() argument 3033 *fpp = NULL; in fget_cap() 3053 *fpp = fp; in fget_cap() 3058 error = fget_cap_noref(fdp, fd, needrightsp, fpp, havecapsp); in fget_cap() 3059 if (error == 0 && !fhold(*fpp)) in fget_cap() 3067 uint8_t *flagsp, struct file **fpp, struct filecaps *havecapsp) in fget_cap() argument [all …]
|
H A D | uipc_mqueue.c | 2181 struct file **fpp, struct mqfs_node **ppn, struct mqueue **pmq) in _getmq() argument 2186 error = func(td, fd, rightsp, fpp); in _getmq() 2189 if (&mqueueops != (*fpp)->f_ops) { in _getmq() 2190 fdrop(*fpp, td); in _getmq() 2193 pn = (*fpp)->f_data; in _getmq() 2202 getmq(struct thread *td, int fd, struct file **fpp, struct mqfs_node **ppn, in getmq() argument 2207 fpp, ppn, pmq); in getmq() 2211 getmq_read(struct thread *td, int fd, struct file **fpp, in getmq_read() argument 2216 fpp, ppn, pmq); in getmq_read() 2220 getmq_write(struct thread *td, int fd, struct file **fpp, in getmq_write() argument [all …]
|
H A D | vfs_syscalls.c | 1227 enum uio_seg pathseg, int flags, int mode, struct file **fpp) in openatfp() argument 1289 MPASS(fpp == NULL); in openatfp() 1310 if (fpp != NULL) { in openatfp() 1313 *fpp = fp; in openatfp() 1359 enum uio_seg pathseg, int flags, int mode, struct file **fpp) in kern_openatfp() argument 1365 error = openatfp(td, dirfd, path, pathseg, flags, mode, fpp); in kern_openatfp() 4458 uint8_t *flagsp, struct file **fpp) in getvnode_path() argument 4481 *fpp = NULL; in getvnode_path() 4485 *fpp = fp; in getvnode_path() 4496 struct file **fpp) in getvnode() argument [all …]
|
H A D | uipc_sem.c | 127 const cap_rights_t *rightsp, struct file **fpp); 591 struct file **fpp) in ksem_get() argument 609 *fpp = fp; in ksem_get()
|
H A D | uipc_syscalls.c | 89 struct file **fpp, struct filecaps *havecapsp) in getsock_cap() argument 103 *fpp = fp; in getsock_cap() 109 struct file **fpp) in getsock() argument 121 *fpp = fp; in getsock()
|
H A D | vfs_inotify.c | 896 struct file **fpp) in fget_inotify() argument 908 *fpp = fp; in fget_inotify()
|
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_lookup.c | 219 ctf_lookup_by_id(ctf_file_t **fpp, ctf_id_t type) in ctf_lookup_by_id() argument 221 ctf_file_t *fp = *fpp; /* caller passes in starting CTF container */ in ctf_lookup_by_id() 225 (void) ctf_set_errno(*fpp, ECTF_NOPARENT); in ctf_lookup_by_id() 237 *fpp = fp; /* function returns ending CTF container */ in ctf_lookup_by_id()
|
/freebsd/contrib/libedit/ |
H A D | el.c | 478 FILE **fpp; in el_wget() local 481 fpp = va_arg(ap, FILE **); in el_wget() 485 *fpp = el->el_infile; in el_wget() 488 *fpp = el->el_outfile; in el_wget() 491 *fpp = el->el_errfile; in el_wget()
|
H A D | eln.c | 345 FILE **fpp = va_arg(ap, FILE **); in el_get() local 346 ret = el_wget(el, op, what, fpp); in el_get()
|
/freebsd/crypto/krb5/src/util/support/ |
H A D | fake-addrinfo.c | 593 struct face *fp, **fpp; in find_face() local 602 for (fpp = &krb5int_fac.data; *fpp; ) { in find_face() 603 fp = *fpp; in find_face() 616 *fpp = fp->next; in find_face() 621 fpp = &(*fpp)->next; in find_face()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_file_os.c | 44 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() argument 63 *fpp = filp; in zfs_file_open()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bss_file.c | 182 FILE **fpp; in file_ctrl() local 303 fpp = (FILE **)ptr; in file_ctrl() 304 *fpp = (FILE *)b->ptr; in file_ctrl()
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
H A D | fasttrap.c | 456 fasttrap_provider_t **fpp, *fp; in fasttrap_pid_cleanup_cb() local 477 fpp = (fasttrap_provider_t **)&bucket->ftb_data; in fasttrap_pid_cleanup_cb() 479 while ((fp = *fpp) != NULL) { in fasttrap_pid_cleanup_cb() 481 fpp = &fp->ftp_next; in fasttrap_pid_cleanup_cb() 525 fpp = &fp->ftp_next; in fasttrap_pid_cleanup_cb() 527 *fpp = fp->ftp_next; in fasttrap_pid_cleanup_cb() 2540 fasttrap_provider_t **fpp, *fp; in fasttrap_unload() local 2544 fpp = (fasttrap_provider_t **)&bucket->ftb_data; in fasttrap_unload() 2545 while ((fp = *fpp) != NULL) { in fasttrap_unload() 2558 fpp = &fp->ftp_next; in fasttrap_unload() [all …]
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_plcr.c | 170 static uint32_t CalcFPP(uint32_t fpp) in CalcFPP() argument 172 if (fpp > 15) in CalcFPP() 173 return 15 - (0x1f - fpp); in CalcFPP() 175 return 16 + fpp; in CalcFPP() 226 uint32_t *fpp) in CalcRates() argument 321 *fpp = CalcFPP(fppShift); in CalcRates() 489 uint32_t cir=0, cbs=0, pir_eir=0, pbs_ebs=0, fpp=0; in BuildProfileRegs() local 491 …tes(bitFor1Micro, &p_ProfileParams->nonPassthroughAlgParams, &cir, &cbs, &pir_eir, &pbs_ebs, &fpp); in BuildProfileRegs() 509 pemode |= (fpp << FM_PCD_PLCR_PEMODE_FPP_SHIFT); in BuildProfileRegs()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_file_os.c | 51 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() argument 104 *fpp = fp; in zfs_file_open()
|
/freebsd/sbin/ipf/ipf/ |
H A D | ipfcomp.c | 163 frentry_t *f, **fpp; in addrule() local 197 for (fpp = &g->fg_start; *fpp != NULL; ) in addrule() 198 fpp = &((*fpp)->fr_next); in addrule() 199 *fpp = f; in addrule()
|
/freebsd/usr.sbin/rrenumd/ |
H A D | rrenumd.c | 222 config(FILE **fpp) in config() argument 229 if (parse(fpp) < 0) { in config()
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | kernel.c | 1137 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() argument 1184 *fpp = fp; in zfs_file_open()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_file.pod | 18 BIO_get_fp(BIO *b, FILE **fpp);
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 566 # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)(fpp)) argument
|