Home
last modified time | relevance | path

Searched refs:fdesc_allocvp (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/miscfs/devfs/
H A Dfdesc.h101 extern int fdesc_allocvp(fdntype, int, struct mount *, struct vnode **, enum vtype, int);
H A Ddevfs_fdesc_support.c203 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()