/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 | 279 struct file **fpp); 281 struct file **fpp); 285 struct file **fpp, struct filecaps *havecapsp); 287 struct file **fpp, struct filecaps *havecapsp); 290 struct file **fpp); 293 struct file **fpp);
|
H A D | file.h | 259 int fget(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp); 261 vm_prot_t *maxprotp, struct file **fpp); 263 struct file **fpp); 265 struct file **fpp); 267 int needfcntl, struct file **fpp); 269 int fget_remote(struct thread *td, struct proc *p, int fd, struct file **fpp);
|
H A D | socketvar.h | 491 struct file **fpp, struct filecaps *havecaps); 493 struct file **fpp);
|
H A D | syscallsubr.h | 268 enum uio_seg pathseg, int flags, int mode, struct file **fpp);
|
/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/sys/kern/ |
H A D | kern_descrip.c | 115 cap_rights_t *needrightsp, struct file **fpp, seqc_t *seqp); 2883 struct file **fpp, struct filecaps *havecapsp) in fget_cap_noref() 2890 *fpp = NULL; in fget_cap_noref() 2906 *fpp = fde->fde_file; in fget_cap_noref() 2916 struct file **fpp, struct filecaps *havecapsp) in fget_cap() 2923 *fpp = NULL; in fget_cap() 2942 *fpp = fp; in fget_cap() 2947 error = fget_cap_noref(fdp, fd, needrightsp, fpp, havecapsp); in fget_cap() 2948 if (error == 0 && !fhold(*fpp)) in fget_cap() 2956 struct file **fpp, struc in fget_cap() 2882 fget_cap_noref(struct filedesc * fdp,int fd,cap_rights_t * needrightsp,struct file ** fpp,struct filecaps * havecapsp) fget_cap_noref() argument 2915 fget_cap(struct thread * td,int fd,cap_rights_t * needrightsp,struct file ** fpp,struct filecaps * havecapsp) fget_cap() argument 2955 fget_cap(struct thread * td,int fd,cap_rights_t * needrightsp,struct file ** fpp,struct filecaps * havecapsp) fget_cap() argument 2967 fget_remote(struct thread * td,struct proc * p,int fd,struct file ** fpp) fget_remote() argument 3185 fget_unlocked_seq(struct thread * td,int fd,cap_rights_t * needrightsp,struct file ** fpp,seqc_t * seqp) fget_unlocked_seq() argument 3241 fget_unlocked_seq(struct thread * td,int fd,cap_rights_t * needrightsp,struct file ** fpp,seqc_t * seqp __unused) fget_unlocked_seq() argument 3284 fget_unlocked(struct thread * td,int fd,cap_rights_t * needrightsp,struct file ** fpp) fget_unlocked() argument 3353 fget_only_user(struct filedesc * fdp,int fd,cap_rights_t * needrightsp,struct file ** fpp) fget_only_user() argument 3383 fget_only_user(struct filedesc * fdp,int fd,cap_rights_t * needrightsp,struct file ** fpp) fget_only_user() argument 3417 _fget(struct thread * td,int fd,struct file ** fpp,int flags,cap_rights_t * needrightsp) _fget() argument 3464 fget(struct thread * td,int fd,cap_rights_t * rightsp,struct file ** fpp) fget() argument 3472 fget_mmap(struct thread * td,int fd,cap_rights_t * rightsp,vm_prot_t * maxprotp,struct file ** fpp) fget_mmap() argument 3515 fget_read(struct thread * td,int fd,cap_rights_t * rightsp,struct file ** fpp) fget_read() argument 3522 fget_write(struct thread * td,int fd,cap_rights_t * rightsp,struct file ** fpp) fget_write() argument 3530 fget_fcntl(struct thread * td,int fd,cap_rights_t * rightsp,int needfcntl,struct file ** fpp) fget_fcntl() argument [all...] |
H A D | uipc_mqueue.c | 2179 struct file **fpp, struct mqfs_node **ppn, struct mqueue **pmq) in _getmq() argument 2184 error = func(td, fd, rightsp, fpp); in _getmq() 2187 if (&mqueueops != (*fpp)->f_ops) { in _getmq() 2188 fdrop(*fpp, td); in _getmq() 2191 pn = (*fpp)->f_data; in _getmq() 2200 getmq(struct thread *td, int fd, struct file **fpp, struct mqfs_node **ppn, in getmq() argument 2205 fpp, ppn, pmq); in getmq() 2209 getmq_read(struct thread *td, int fd, struct file **fpp, in getmq_read() argument 2214 fpp, ppn, pmq); in getmq_read() 2218 getmq_write(struct thread *td, int fd, struct file **fpp, in getmq_write() argument [all …]
|
H A D | vfs_syscalls.c | 1160 enum uio_seg pathseg, int flags, int mode, struct file **fpp) in openatfp() argument 1234 MPASS(fpp == NULL); in openatfp() 1276 if (fpp != NULL) { in openatfp() 1279 *fpp = fp; in openatfp() 1321 enum uio_seg pathseg, int flags, int mode, struct file **fpp) in kern_openatfp() argument 1327 error = openatfp(td, dirfd, path, pathseg, flags, mode, fpp); in kern_openatfp() 4367 struct file **fpp) in getvnode_path() argument 4390 *fpp = NULL; in getvnode_path() 4394 *fpp = fp; in getvnode_path() 4404 getvnode(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) in getvnode() argument [all …]
|
H A D | uipc_sem.c | 127 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() 108 getsock(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) in getsock() argument 120 *fpp = fp; in getsock()
|
/freebsd/contrib/libedit/ |
H A D | el.c | 479 FILE **fpp; in el_wget() local 482 fpp = va_arg(ap, FILE **); in el_wget() 486 *fpp = el->el_infile; in el_wget() 489 *fpp = el->el_outfile; in el_wget() 492 *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/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_file_os.c | 43 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() argument 62 *fpp = filp; in zfs_file_open()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bss_file.c | 182 FILE **fpp; in file_ctrl() local 312 fpp = (FILE **)ptr; in file_ctrl() 313 *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 | 50 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() argument 103 *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 | 1080 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() argument 1127 *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 | 492 # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)(fpp)) argument
|
H A D | bio.h.in | 469 # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)(fpp)) argument
|
/freebsd/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 1166 if (fpp != NULL) in dt_node_is_ptrcompat() 1167 *fpp = rp_is_void ? lfp : rfp; in dt_node_is_ptrcompat()
|