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

/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_tree.c220 dev_root->de_dnp->dn_dvm
407 if(dirnode && ( dnp->dn_dvm == NULL)) {
408 dnp->dn_dvm = dirnode->dn_dvm;
409 /* if(!dnp->dn_dvm) printf("parent had null dvm "); */
519 if (dnp->dn_dvm == dvm) {
580 dnp->dn_dvm = dvm;
751 NULL, dnp, adnp->dn_dvm,
983 parent?parent->dn_dvm:dvm, &entry_p)) != 0) {
992 entry_p->de_dnp->dn_dvm
[all...]
H A Ddevfsdefs.h145 struct devfsmount * dn_dvm; /* the mount structure for this 'plane' */ member in struct:devnode
H A Ddevfs_vnops.c461 VATTR_RETURN(vap, va_fsid, (uintptr_t)file_node->dn_dvm);

Completed in 23 milliseconds