Home
last modified time | relevance | path

Searched defs:fpp (Results 1 – 21 of 21) sorted by relevance

/freebsd-src/sys/kern/
H A Dkern_descrip.c2881 fget_cap_noref(struct filedesc * fdp,int fd,cap_rights_t * needrightsp,struct file ** fpp,struct filecaps * havecapsp) fget_cap_noref() argument
2914 fget_cap(struct thread * td,int fd,cap_rights_t * needrightsp,struct file ** fpp,struct filecaps * havecapsp) fget_cap() argument
2954 fget_cap(struct thread * td,int fd,cap_rights_t * needrightsp,struct file ** fpp,struct filecaps * havecapsp) fget_cap() argument
2966 fget_remote(struct thread * td,struct proc * p,int fd,struct file ** fpp) fget_remote() argument
3184 fget_unlocked_seq(struct thread * td,int fd,cap_rights_t * needrightsp,struct file ** fpp,seqc_t * seqp) fget_unlocked_seq() argument
3240 fget_unlocked_seq(struct thread * td,int fd,cap_rights_t * needrightsp,struct file ** fpp,seqc_t * seqp __unused) fget_unlocked_seq() argument
3283 fget_unlocked(struct thread * td,int fd,cap_rights_t * needrightsp,struct file ** fpp) fget_unlocked() argument
3352 fget_only_user(struct filedesc * fdp,int fd,cap_rights_t * needrightsp,struct file ** fpp) fget_only_user() argument
3382 fget_only_user(struct filedesc * fdp,int fd,cap_rights_t * needrightsp,struct file ** fpp) fget_only_user() argument
3416 _fget(struct thread * td,int fd,struct file ** fpp,int flags,cap_rights_t * needrightsp) _fget() argument
3463 fget(struct thread * td,int fd,cap_rights_t * rightsp,struct file ** fpp) fget() argument
3471 fget_mmap(struct thread * td,int fd,cap_rights_t * rightsp,vm_prot_t * maxprotp,struct file ** fpp) fget_mmap() argument
3514 fget_read(struct thread * td,int fd,cap_rights_t * rightsp,struct file ** fpp) fget_read() argument
3521 fget_write(struct thread * td,int fd,cap_rights_t * rightsp,struct file ** fpp) fget_write() argument
3529 fget_fcntl(struct thread * td,int fd,cap_rights_t * rightsp,int needfcntl,struct file ** fpp) fget_fcntl() argument
[all...]
H A Duipc_mqueue.c2179 struct file **fpp, struct mqfs_node **ppn, struct mqueue **pmq) in _getmq() argument
2200 getmq(struct thread *td, int fd, struct file **fpp, struct mqfs_node **ppn, in getmq() argument
2209 getmq_read(struct thread *td, int fd, struct file **fpp, in getmq_read() argument
2218 getmq_write(struct thread *td, int fd, struct file **fpp, in getmq_write() argument
[all...]
H A Duipc_syscalls.c89 struct file **fpp, struct filecaps *havecapsp) in getsock_cap() argument
108 getsock(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) in getsock() argument
H A Duipc_sem.c591 struct file **fpp) in ksem_get() argument
H A Dvfs_syscalls.c1120 openatfp(struct thread * td,int dirfd,const char * path,enum uio_seg pathseg,int flags,int mode,struct file ** fpp) openatfp() argument
1281 kern_openatfp(struct thread * td,int dirfd,const char * path,enum uio_seg pathseg,int flags,int mode,struct file ** fpp) kern_openatfp() argument
4328 getvnode_path(struct thread * td,int fd,cap_rights_t * rightsp,struct file ** fpp) getvnode_path() argument
4365 getvnode(struct thread * td,int fd,cap_rights_t * rightsp,struct file ** fpp) getvnode() argument
[all...]
/freebsd-src/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()
/freebsd-src/contrib/libedit/
H A Deln.c345 FILE **fpp = va_arg(ap, FILE **); in el_get() local
H A Del.c479 FILE **fpp; in el_wget() local
/freebsd-src/crypto/openssl/crypto/bio/
H A Dbss_file.c182 FILE **fpp; in file_ctrl() local
/freebsd-src/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
/freebsd-src/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c170 static uint32_t CalcFPP(uint32_t fpp) in CalcFPP()
226 uint32_t *fpp) in CalcRates()
489 uint32_t cir=0, cbs=0, pir_eir=0, pbs_ebs=0, fpp=0; in BuildProfileRegs() local
/freebsd-src/usr.sbin/rrenumd/
H A Drrenumd.c222 config(FILE **fpp) in config()
/freebsd-src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c50 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() argument
/freebsd-src/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c456 fasttrap_provider_t **fpp, *fp; in fasttrap_pid_cleanup_cb() local
2540 fasttrap_provider_t **fpp, *fp; in fasttrap_unload() local
/freebsd-src/usr.bin/mail/
H A Dpopen.c161 struct fp *fpp; in register_file() local
/freebsd-src/sbin/ipf/ipf/
H A Dipfcomp.c163 frentry_t *f, **fpp; in addrule() local
/freebsd-src/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c1080 zfs_file_open(const char *path, int flags, int mode, zfs_file_t **fpp) in zfs_file_open() argument
/freebsd-src/crypto/openssl/include/openssl/
H A Dbio.h.in469 # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)(fpp)) argument
H A Dbio.h492 # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)(fpp)) argument
/freebsd-src/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
/freebsd-src/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3502 fp_getfvp(struct thread * p,int fd,struct file ** fpp,struct vnode ** vpp) fp_getfvp() argument