Searched refs:fp_getfvpandvid (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfile_internal.h207 int fp_getfvpandvid(struct proc *p, int fd, struct fileproc **resultfp, struct vnode **resultvp, uint32_t * vidp);
/darwin-on-arm/xnu/bsd/kern/
H A Dproc_info.c1458 if ((error = fp_getfvpandvid(p, fd, &fp, &vp, &vid)) !=0) {
1471 if ((error = fp_getfvpandvid(p, fd, &fp, &vp, &vid)) !=0) {
H A Dkern_descrip.c2992 * fp_getfvpandvid
3021 fp_getfvpandvid(proc_t p, int fd, struct fileproc **resultfp, function

Completed in 20 milliseconds