| /freebsd-14.2/usr.bin/mail/ |
| H A D | popen.c | 167 struct fp *fpp; in register_file() local 169 if ((fpp = malloc(sizeof(*fpp))) == NULL) in register_file() 171 fpp->fp = fp; in register_file() 172 fpp->pipe = pipe; in register_file() 173 fpp->pid = pid; in register_file() 174 fpp->link = fp_head; in register_file() 175 fp_head = fpp; in register_file()
|
| /freebsd-14.2/sys/sys/ |
| H A D | filedesc.h | 281 struct file **fpp); 283 struct file **fpp); 287 struct file **fpp, struct filecaps *havecapsp); 289 struct file **fpp, struct filecaps *havecapsp); 292 struct file **fpp); 295 struct file **fpp);
|
| H A D | file.h | 258 int fget(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp); 260 vm_prot_t *maxprotp, struct file **fpp); 262 struct file **fpp); 264 struct file **fpp); 266 int needfcntl, struct file **fpp); 268 int fget_remote(struct thread *td, struct proc *p, int fd, struct file **fpp);
|
| H A D | socketvar.h | 493 struct file **fpp, struct filecaps *havecaps); 495 struct file **fpp);
|
| H A D | syscallsubr.h | 259 enum uio_seg pathseg, int flags, int mode, struct file **fpp);
|
| /freebsd-14.2/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-14.2/sys/kern/ |
| H A D | kern_descrip.c | 2890 *fpp = NULL; in fget_cap_noref() 2923 *fpp = NULL; in fget_cap() 2942 *fpp = fp; in fget_cap() 3233 *fpp = fp; in fget_unlocked_seq() 3271 *fpp = fp; in fget_unlocked_seq() 3333 *fpp = fp; in fget_unlocked() 3378 *fpp = fp; in fget_only_user() 3399 *fpp = fp; in fget_only_user() 3460 *fpp = fp; in _fget() 3510 *fpp = fp; in fget_mmap() [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 | vfs_syscalls.c | 1196 MPASS(fpp == NULL); in openatfp() 1238 if (fpp != NULL) { in openatfp() 1241 *fpp = fp; in openatfp() 1289 error = openatfp(td, dirfd, path, pathseg, flags, mode, fpp); in kern_openatfp() 4331 struct file **fpp) in getvnode_path() argument 4354 *fpp = NULL; in getvnode_path() 4358 *fpp = fp; in getvnode_path() 4372 error = getvnode_path(td, fd, rightsp, fpp); in getvnode() 4380 if (__predict_false((*fpp)->f_ops == &path_fileops)) { in getvnode() 4381 fdrop(*fpp, td); in getvnode() [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 | 91 struct file **fpp, struct filecaps *havecapsp) in getsock_cap() argument 105 *fpp = fp; in getsock_cap() 110 getsock(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) in getsock() argument 122 *fpp = fp; in getsock()
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_file_os.c | 53 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() argument 106 *fpp = fp; in zfs_file_open()
|
| /freebsd-14.2/sbin/ipf/ipf/ |
| H A D | ipfcomp.c | 167 frentry_t *f, **fpp; in addrule() local 201 for (fpp = &g->fg_start; *fpp != NULL; ) in addrule() 202 fpp = &((*fpp)->fr_next); in addrule() 203 *fpp = f; in addrule()
|
| /freebsd-14.2/usr.sbin/rrenumd/ |
| H A D | rrenumd.c | 222 config(FILE **fpp) in config() argument 229 if (parse(fpp) < 0) { in config()
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 1077 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() argument 1124 *fpp = fp; in zfs_file_open()
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | BIO_s_file.pod | 18 BIO_get_fp(BIO *b, FILE **fpp);
|
| /freebsd-14.2/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-14.2/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()
|