Searched refs:fdesc_allocvp (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | fdesc.h | 101 extern int fdesc_allocvp(fdntype, int, struct mount *, struct vnode **, enum vtype, int);
|
| H A D | devfs_fdesc_support.c | 203 fdesc_allocvp(fdntype ftype, int ix, struct mount *mp, struct vnode **vpp, enum vtype vtype, int fd… in fdesc_allocvp() function 355 error = fdesc_allocvp(Fdesc, FD_DESC + fd, dvp->v_mount, &fvp, VNON, fd); in devfs_devfd_lookup()
|