Searched refs:dv_find (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | dv_node.h | 175 extern int dv_find(struct dv_node *, char *, struct vnode **,
|
/titanic_41/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vnops.c | 814 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 D | devfs_subr.c | 924 dv_find(struct dv_node *ddv, char *nm, struct vnode **vpp, struct pathname *pnp, in dv_find() function
|