Searched refs:vn_p (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_tree.c1127 struct vnode *vn_p; local
1149 vn_p = dnp->dn_vn;
1151 if (vn_p) { /* already has a vnode */
1154 vid = vnode_vid(vn_p);
1158 error = vnode_getwithvid(vn_p, vid);
1173 vnode_put(vn_p);
1184 *vn_pp = vn_p;
1261 error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, &vn_p);
1265 vnode_setneedinactive(vn_p);
1271 vnode_settag(vn_p, VT_DEVF
[all...]

Completed in 21 milliseconds