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

/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_tree.c67 * - fixed problem in which devnode->dn_vn pointer was not
551 dnp->dn_vn = NULL;
1149 vn_p = dnp->dn_vn;
1273 if ((dnp->dn_clone != NULL) && (dnp->dn_vn != NULLVP) )
1291 dnp->dn_vn = vn_p;
1400 if (dnp->dn_vn != NULLVP && vnode_ismonitored(dnp->dn_vn)) {
1402 dvep->dve_vp = dnp->dn_vn;
1403 dvep->dve_vid = vnode_vid(dnp->dn_vn);
H A Ddevfsdefs.h146 struct vnode * dn_vn; /* address of last vnode that represented us */ member in struct:devnode
H A Ddevfs_vnops.c280 * to make sure that our device node has a non-NULL dn_vn
1418 /* If this is a cloning device, it didn't have a dn_vn anyway */
1419 dnp->dn_vn = NULL;

Completed in 26 milliseconds