Home
last modified time | relevance | path

Searched refs:resultfp (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.141.1/bsd/sys/ !
H A Dfile.h101 int fp_getfvp(struct proc *p, int fd, struct fileproc **resultfp, struct vnode **resultvp);
H A Dfile_internal.h520 int fp_lookup(struct proc *p, int fd, struct fileproc **resultfp, int locked);
521 int fp_lookup_guarded(struct proc *p, int fd, guardid_t guard, struct fileproc **resultfp, int lock…
H A Dfiledesc.h437 struct fileproc **resultfp,
/xnu-10063.141.1/bsd/kern/ !
H A Dkern_descrip.c1307 struct fileproc **resultfp, in falloc_withinit() argument
1373 if (resultfp) { in falloc_withinit()
1374 *resultfp = fp; in falloc_withinit()
1468 fp_lookup(proc_t p, int fd, struct fileproc **resultfp, int locked) in fp_lookup() argument
1488 if (resultfp) { in fp_lookup()
1489 *resultfp = fp; in fp_lookup()
1946 fp_getfvp(proc_t p, int fd, struct fileproc **resultfp, struct vnode **resultvp) in fp_getfvp() argument
1953 if (resultfp) { in fp_getfvp()
1954 *resultfp = fp; in fp_getfvp()