Home
last modified time | relevance | path

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

12

/freebsd/usr.bin/mail/
H A Dpopen.c161 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 Dfiledesc.h282 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 Dfile.h263 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 Dsocketvar.h492 struct file **fpp, struct filecaps *havecaps);
494 struct file **fpp);
H A Dsyscallsubr.h270 enum uio_seg pathseg, int flags, int mode, struct file **fpp);
/freebsd/sys/kern/
H A Dkern_descrip.c115 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 Duipc_mqueue.c2181 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 Dvfs_syscalls.c1227 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 Duipc_sem.c127 const cap_rights_t *rightsp, struct file **fpp);
591 struct file **fpp) in ksem_get() argument
609 *fpp = fp; in ksem_get()
H A Duipc_syscalls.c89 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 Dvfs_inotify.c896 struct file **fpp) in fget_inotify() argument
908 *fpp = fp; in fget_inotify()
/freebsd/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/contrib/libedit/
H A Del.c478 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 Deln.c345 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 Dfake-addrinfo.c593 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 Dzfs_file_os.c44 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 Dbss_file.c182 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 Dfasttrap.c456 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 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/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c51 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 Dipfcomp.c163 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 Drrenumd.c222 config(FILE **fpp) in config() argument
229 if (parse(fpp) < 0) { in config()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c1137 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 DBIO_s_file.pod18 BIO_get_fp(BIO *b, FILE **fpp);
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h566 # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)(fpp)) argument

12