/dflybsd-src/sys/kern/ |
H A D | kern_fp.c | 95 fp_open(const char *path, int flags, int mode, file_t *fpp) in fp_open() 130 fp_vpopen(struct vnode *vp, int flags, file_t *fpp) in fp_vpopen()
|
H A D | kern_descrip.c | 2391 fdcopy(struct proc *p, struct filedesc **fpp) in fdcopy() 2715 holdsock(thread_t td, int fd, struct file **fpp) in holdsock() 2746 holdvnode(thread_t td, int fd, struct file **fpp) in holdvnode() 2774 holdvnode2(thread_t td, int fd, struct file **fpp, char *fflagsp) in holdvnode2()
|
H A D | vfs_nlookup.c | 199 nlookup_init_at(struct nlookupdata *nd, struct file **fpp, int fd, in nlookup_init_at()
|
H A D | vfs_vnops.c | 102 vn_open(struct nlookupdata *nd, struct file **fpp, int fmode, int cmode) in vn_open()
|
H A D | kern_device.c | 139 struct file **fpp, struct vnode *vp) in dev_dopen()
|
H A D | uipc_usrreq.c | 1851 struct file **fpp; in unp_gc() local
|
H A D | vfs_vopops.c | 271 struct file **fpp) in vop_open()
|
/dflybsd-src/lib/libkcore/ |
H A D | kcore_file.c | 59 struct file fp, *fpp; in kcore_get_files() local
|
/dflybsd-src/crypto/libressl/crypto/bio/ |
H A D | bss_file.c | 216 FILE **fpp; in file_ctrl() local
|
/dflybsd-src/contrib/libedit/src/ |
H A D | eln.c | 345 FILE **fpp = va_arg(ap, FILE **); in el_get() local
|
H A D | el.c | 502 FILE **fpp; in el_wget() local
|
/dflybsd-src/games/tetris/ |
H A D | scores.c | 92 getscores(FILE **fpp) in getscores()
|
/dflybsd-src/usr.sbin/rrenumd/ |
H A D | rrenumd.c | 196 config(FILE **fpp) in config()
|
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-lookup.c | 313 ctf_lookup_by_id (ctf_file_t **fpp, ctf_id_t type) in ctf_lookup_by_id()
|
/dflybsd-src/usr.bin/mail/ |
H A D | popen.c | 159 struct fp *fpp; in register_file() local
|
/dflybsd-src/sys/vfs/ntfs/ |
H A D | ntfs_subr.c | 716 char *attrname, struct fnode **fpp) in ntfs_fget()
|
/dflybsd-src/crypto/libressl/include/openssl/ |
H A D | bio.h | 434 #define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)fpp) argument
|
/dflybsd-src/sys/sys/ |
H A D | vfsops.h | 1036 #define VOP_OPEN(vp, mode, cred, fpp) \ argument
|