Home
last modified time | relevance | path

Searched refs:dvm (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/miscfs/devfs/
H A Ddevfs_proto.h41 devnode_t * *dn_pp, struct devfsmount *dvm);
48 devnode_t * proto, struct devfsmount *dvm, devdirent_t * *nm_pp);
H A Ddevfs_tree.c501 devnode_t * *dn_pp, struct devfsmount *dvm) in dev_add_node() argument
514 if (dnp->dn_dvm == dvm) { in dev_add_node()
572 dnp->dn_dvm = dvm; in dev_add_node()
963 struct devfsmount *dvm) in dev_dup_entry() argument
977 parent?parent->dn_dvm:dvm, &entry_p); in dev_dup_entry()
990 if (dvm) { in dev_dup_entry()
991 entry_p->de_dnp->dn_dvm = dvm; in dev_dup_entry()
1387 devnode_t * proto, struct devfsmount *dvm, devdirent_t * *nm_pp) in dev_add_entry() argument
1393 (parent?parent->dn_dvm:dvm))) != 0) { in dev_add_entry()