Searched refs:resultvp (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfile_internal.h206 int fp_getfvp(struct proc *p, int fd, struct fileproc **resultfp, struct vnode **resultvp);
207 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 Dkern_descrip.c2946 * resultvp Pointer to result vnode pointer
2955 * *resultvp (modified) vnode pointer
2957 * Notes: The resultfp and resultvp fields are optional, and may be
2963 fp_getfvp(proc_t p, int fd, struct fileproc **resultfp, struct vnode **resultvp) argument
2983 if (resultvp)
2984 *resultvp = (struct vnode *)fp->f_data;
3002 * resultvp Pointer to result vnode pointer
3012 * *resultvp (modified) vnode pointer
3015 * Notes: The resultfp and resultvp fields are optional, and may be
3022 struct vnode **resultvp, uint32_
3021 fp_getfvpandvid(proc_t p, int fd, struct fileproc **resultfp, struct vnode **resultvp, uint32_t *vidp) argument
[all...]

Completed in 22 milliseconds