Home
last modified time | relevance | path

Searched refs:fpp (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/usr.bin/mail/
H A Dpopen.c169 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-13.1/sys/sys/
H A Dfiledesc.h267 struct file **fpp);
269 struct file **fpp);
273 struct file **fpp, struct filecaps *havecapsp);
275 struct file **fpp, struct filecaps *havecapsp);
278 struct file **fpp);
281 struct file **fpp);
H A Dfile.h251 int fget(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp);
253 vm_prot_t *maxprotp, struct file **fpp);
255 struct file **fpp);
257 struct file **fpp);
259 int needfcntl, struct file **fpp);
H A Dsocketvar.h424 struct file **fpp, u_int *fflagp, struct filecaps *havecaps);
/freebsd-13.1/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c219 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-13.1/sys/kern/
H A Dkern_descrip.c2984 *fpp = NULL; in fget_cap_locked()
3021 *fpp = NULL; in fget_cap()
3040 *fpp = fp; in fget_cap()
3288 *fpp = fp; in fget_unlocked_seq()
3352 *fpp = fp; in fget_unlocked()
3357 *fpp = NULL; in fget_unlocked()
3397 *fpp = fp; in fget_only_user()
3418 *fpp = fp; in fget_only_user()
3481 *fpp = fp; in _fget()
3531 *fpp = fp; in fget_mmap()
[all …]
H A Duipc_mqueue.c2172 struct file **fpp, struct mqfs_node **ppn, struct mqueue **pmq) in _getmq() argument
2177 error = func(td, fd, rightsp, fpp); in _getmq()
2180 if (&mqueueops != (*fpp)->f_ops) { in _getmq()
2181 fdrop(*fpp, td); in _getmq()
2184 pn = (*fpp)->f_data; in _getmq()
2193 getmq(struct thread *td, int fd, struct file **fpp, struct mqfs_node **ppn, in getmq() argument
2198 fpp, ppn, pmq); in getmq()
2202 getmq_read(struct thread *td, int fd, struct file **fpp, in getmq_read() argument
2207 fpp, ppn, pmq); in getmq_read()
2211 getmq_write(struct thread *td, int fd, struct file **fpp, in getmq_write() argument
[all …]
H A Duipc_sem.c129 struct file **fpp);
593 struct file **fpp) in ksem_get() argument
611 *fpp = fp; in ksem_get()
H A Dvfs_syscalls.c4298 struct file **fpp) in getvnode_path() argument
4321 *fpp = NULL; in getvnode_path()
4325 *fpp = fp; in getvnode_path()
4335 getvnode(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) in getvnode() argument
4339 error = getvnode_path(td, fd, rightsp, fpp); in getvnode()
4345 if (error == 0 && (*fpp)->f_ops == &path_fileops) { in getvnode()
4346 fdrop(*fpp, td); in getvnode()
4347 *fpp = NULL; in getvnode()
H A Duipc_syscalls.c95 struct file **fpp, u_int *fflagp, struct filecaps *havecapsp) in getsock_cap() argument
111 *fpp = fp; in getsock_cap()
/freebsd-13.1/contrib/libedit/
H A Del.c466 FILE **fpp; in el_wget() local
469 fpp = va_arg(ap, FILE **); in el_wget()
473 *fpp = el->el_infile; in el_wget()
476 *fpp = el->el_outfile; in el_wget()
479 *fpp = el->el_errfile; in el_wget()
H A Deln.c343 FILE **fpp = va_arg(ap, FILE **); in el_get() local
344 ret = el_wget(el, op, what, fpp); in el_get()
/freebsd-13.1/crypto/openssl/crypto/bio/
H A Dbss_file.c182 FILE **fpp; in file_ctrl() local
302 fpp = (FILE **)ptr; in file_ctrl()
303 *fpp = (FILE *)b->ptr; in file_ctrl()
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c43 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-13.1/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c457 fasttrap_provider_t **fpp, *fp; in fasttrap_pid_cleanup_cb() local
478 fpp = (fasttrap_provider_t **)&bucket->ftb_data; in fasttrap_pid_cleanup_cb()
480 while ((fp = *fpp) != NULL) { in fasttrap_pid_cleanup_cb()
482 fpp = &fp->ftp_next; in fasttrap_pid_cleanup_cb()
526 fpp = &fp->ftp_next; in fasttrap_pid_cleanup_cb()
528 *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-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c53 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() argument
67 if (fget(curthread, fd, &cap_no_rights, fpp)) in zfs_file_open()
/freebsd-13.1/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c170 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-13.1/sbin/ipf/ipf/
H A Dipfcomp.c168 frentry_t *f, **fpp; in addrule() local
202 for (fpp = &g->fg_start; *fpp != NULL; ) in addrule()
203 fpp = &((*fpp)->fr_next); in addrule()
204 *fpp = f; in addrule()
/freebsd-13.1/usr.sbin/rrenumd/
H A Drrenumd.c224 config(FILE **fpp) in config() argument
231 if (parse(fpp) < 0) { in config()
/freebsd-13.1/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c1016 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() argument
1063 *fpp = fp; in zfs_file_open()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dbio.h439 # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)(fpp)) argument
/freebsd-13.1/crypto/openssl/doc/man3/
H A DBIO_s_file.pod18 BIO_get_fp(BIO *b, FILE **fpp);
/freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c1047 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-13.1/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3429 fp_getfvp(struct thread *p, int fd, struct file **fpp, struct vnode **vpp) in fp_getfvp() argument
3441 *fpp = fp; in fp_getfvp()