Home
last modified time | relevance | path

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

/dflybsd-src/sys/kern/
H A Dkern_fp.c95 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 Dkern_descrip.c2391 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 Dvfs_nlookup.c199 nlookup_init_at(struct nlookupdata *nd, struct file **fpp, int fd, in nlookup_init_at()
H A Dvfs_vnops.c102 vn_open(struct nlookupdata *nd, struct file **fpp, int fmode, int cmode) in vn_open()
H A Dkern_device.c139 struct file **fpp, struct vnode *vp) in dev_dopen()
H A Duipc_usrreq.c1851 struct file **fpp; in unp_gc() local
H A Dvfs_vopops.c271 struct file **fpp) in vop_open()
/dflybsd-src/lib/libkcore/
H A Dkcore_file.c59 struct file fp, *fpp; in kcore_get_files() local
/dflybsd-src/crypto/libressl/crypto/bio/
H A Dbss_file.c216 FILE **fpp; in file_ctrl() local
/dflybsd-src/contrib/libedit/src/
H A Deln.c345 FILE **fpp = va_arg(ap, FILE **); in el_get() local
H A Del.c502 FILE **fpp; in el_wget() local
/dflybsd-src/games/tetris/
H A Dscores.c92 getscores(FILE **fpp) in getscores()
/dflybsd-src/usr.sbin/rrenumd/
H A Drrenumd.c196 config(FILE **fpp) in config()
/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-lookup.c313 ctf_lookup_by_id (ctf_file_t **fpp, ctf_id_t type) in ctf_lookup_by_id()
/dflybsd-src/usr.bin/mail/
H A Dpopen.c159 struct fp *fpp; in register_file() local
/dflybsd-src/sys/vfs/ntfs/
H A Dntfs_subr.c716 char *attrname, struct fnode **fpp) in ntfs_fget()
/dflybsd-src/crypto/libressl/include/openssl/
H A Dbio.h434 #define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)fpp) argument
/dflybsd-src/sys/sys/
H A Dvfsops.h1036 #define VOP_OPEN(vp, mode, cred, fpp) \ argument