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);
1963 fp_getfvp(proc_t p, int fd, struct fileproc **resultfp, struct vnode **resultvp) in fp_getfvp() argument1973 if (resultvp) { in fp_getfvp()1974 *resultvp = (struct vnode *)fp_get_data(fp); in fp_getfvp()