| /freebsd-12.1/usr.bin/mail/ |
| H A D | popen.c | 169 struct fp *fpp; in register_file() local 171 if ((fpp = malloc(sizeof(*fpp))) == NULL) in register_file() 173 fpp->fp = fp; in register_file() 174 fpp->pipe = pipe; in register_file() 175 fpp->pid = pid; in register_file() 176 fpp->link = fp_head; in register_file() 177 fp_head = fpp; in register_file()
|
| /freebsd-12.1/sys/sys/ |
| H A D | filedesc.h | 192 struct file **fpp); 196 struct file **fpp, struct filecaps *havecapsp); 198 struct file **fpp, struct filecaps *havecapsp); 202 struct file **fpp, seq_t *seqp);
|
| H A D | file.h | 243 int fget(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp); 245 u_char *maxprotp, struct file **fpp); 247 struct file **fpp); 249 struct file **fpp); 251 int needfcntl, struct file **fpp);
|
| H A D | socketvar.h | 384 struct file **fpp, u_int *fflagp, struct filecaps *havecaps);
|
| /freebsd-12.1/cddl/contrib/opensolaris/common/ctf/ |
| H A D | ctf_lookup.c | 218 ctf_lookup_by_id(ctf_file_t **fpp, ctf_id_t type) in ctf_lookup_by_id() argument 220 ctf_file_t *fp = *fpp; /* caller passes in starting CTF container */ in ctf_lookup_by_id() 224 (void) ctf_set_errno(*fpp, ECTF_NOPARENT); in ctf_lookup_by_id() 230 *fpp = fp; /* function returns ending CTF container */ in ctf_lookup_by_id()
|
| /freebsd-12.1/lib/libedit/ |
| H A D | el.c | 464 FILE **fpp; in FUN() local 467 fpp = va_arg(ap, FILE **); in FUN() 471 *fpp = el->el_infile; in FUN() 474 *fpp = el->el_outfile; in FUN() 477 *fpp = el->el_errfile; in FUN()
|
| H A D | eln.c | 350 FILE **fpp = va_arg(ap, FILE **); in el_get() local 351 ret = el_wget(el, op, what, fpp); in el_get()
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_descrip.c | 2589 *fpp = fde->fde_file; in fget_cap_locked() 2628 *fpp = fp; in fget_cap() 2717 *fpp = fp; in fget_unlocked() 2747 *fpp = NULL; in _fget() 2783 *fpp = fp; in _fget() 2796 struct file **fpp) in fget_mmap() argument 2817 fdrop(*fpp, td); in fget_mmap() 2845 struct file **fpp) in fget_fcntl() argument 2862 fdrop(*fpp, td); in fget_fcntl() 2865 fdrop(*fpp, td); in fget_fcntl() [all …]
|
| H A D | uipc_mqueue.c | 2165 struct file **fpp, struct mqfs_node **ppn, struct mqueue **pmq) in _getmq() argument 2170 error = func(td, fd, rightsp, fpp); in _getmq() 2173 if (&mqueueops != (*fpp)->f_ops) { in _getmq() 2174 fdrop(*fpp, td); in _getmq() 2177 pn = (*fpp)->f_data; in _getmq() 2186 getmq(struct thread *td, int fd, struct file **fpp, struct mqfs_node **ppn, in getmq() argument 2191 fpp, ppn, pmq); in getmq() 2195 getmq_read(struct thread *td, int fd, struct file **fpp, in getmq_read() argument 2200 fpp, ppn, pmq); in getmq_read() 2204 getmq_write(struct thread *td, int fd, struct file **fpp, in getmq_write() argument [all …]
|
| H A D | uipc_sem.c | 129 struct file **fpp); 593 struct file **fpp) in ksem_get() argument 611 *fpp = fp; in ksem_get()
|
| H A D | sys_generic.c | 1207 getselfd_cap(struct filedesc *fdp, int fd, struct file **fpp) in getselfd_cap() argument 1210 return (fget_unlocked(fdp, fd, &cap_event_rights, fpp, NULL)); in getselfd_cap()
|
| H A D | uipc_syscalls.c | 95 struct file **fpp, u_int *fflagp, struct filecaps *havecapsp) in getsock_cap() argument 111 *fpp = fp; in getsock_cap()
|
| H A D | vfs_syscalls.c | 4112 getvnode(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) in getvnode() argument 4137 *fpp = fp; in getvnode()
|
| /freebsd-12.1/crypto/openssl/crypto/bio/ |
| H A D | bss_file.c | 182 FILE **fpp; in file_ctrl() local 302 fpp = (FILE **)ptr; in file_ctrl() 303 *fpp = (FILE *)b->ptr; in file_ctrl()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| H A D | fasttrap.c | 453 fasttrap_provider_t **fpp, *fp; in fasttrap_pid_cleanup_cb() local 474 fpp = (fasttrap_provider_t **)&bucket->ftb_data; in fasttrap_pid_cleanup_cb() 476 while ((fp = *fpp) != NULL) { in fasttrap_pid_cleanup_cb() 478 fpp = &fp->ftp_next; in fasttrap_pid_cleanup_cb() 522 fpp = &fp->ftp_next; in fasttrap_pid_cleanup_cb() 524 *fpp = fp->ftp_next; in fasttrap_pid_cleanup_cb() 2538 fasttrap_provider_t **fpp, *fp; in fasttrap_unload() local 2542 fpp = (fasttrap_provider_t **)&bucket->ftb_data; in fasttrap_unload() 2543 while ((fp = *fpp) != NULL) { in fasttrap_unload() 2556 fpp = &fp->ftp_next; in fasttrap_unload() [all …]
|
| /freebsd-12.1/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-12.1/contrib/ipfilter/tools/ |
| H A D | ipfcomp.c | 171 frentry_t *f, **fpp; local 205 for (fpp = &g->fg_start; *fpp != NULL; ) 206 fpp = &((*fpp)->fr_next); 207 *fpp = f;
|
| /freebsd-12.1/usr.sbin/rrenumd/ |
| H A D | rrenumd.c | 224 config(FILE **fpp) in config() argument 231 if (parse(fpp) < 0) { in config()
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | bio.h | 416 # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)(fpp)) argument
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | BIO_s_file.pod | 18 BIO_get_fp(BIO *b, FILE **fpp);
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_parser.c | 1047 ctf_file_t **fpp, ctf_id_t *tp) in dt_node_is_ptrcompat() argument 1143 if (fpp != NULL) in dt_node_is_ptrcompat() 1144 *fpp = rp_is_void ? lfp : rfp; in dt_node_is_ptrcompat()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | rs6000-tdep.c | 1764 CORE_ADDR fp, fpp, lr; in rs6000_frame_chain() local
|
| /freebsd-12.1/sys/fs/nfsserver/ |
| H A D | nfs_nfsdport.c | 3170 fp_getfvp(struct thread *p, int fd, struct file **fpp, struct vnode **vpp) in fp_getfvp() argument 3182 *fpp = fp; in fp_getfvp()
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | invoke.texi | 859 @itemx @var{file}.fpp
|