Home
last modified time | relevance | path

Searched refs:dv_find (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Ddv_node.h175 extern int dv_find(struct dv_node *, char *, struct vnode **,
/titanic_41/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c814 return (dv_find(VTODV(dvp), nm, vpp, pnp, rdir, cred, 0)); in devfs_lookup()
836 error = dv_find(VTODV(dvp), nm, &vp, NULL, NULLVP, cred, 0); in devfs_create()
H A Ddevfs_subr.c924 dv_find(struct dv_node *ddv, char *nm, struct vnode **vpp, struct pathname *pnp, in dv_find() function