Searched refs:resultvp (Results 1 – 2 of 2) sorted by relevance
101 int fp_getfvp(struct proc *p, int fd, struct fileproc **resultfp, struct vnode **resultvp);
1967 fp_getfvp(proc_t p, int fd, struct fileproc **resultfp, struct vnode **resultvp) in fp_getfvp() argument1977 if (resultvp) { in fp_getfvp()1978 *resultvp = (struct vnode *)fp_get_data(fp); in fp_getfvp()