Home
last modified time | relevance | path

Searched refs:in_child (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dinstance.c929 ASSERT(mp->in_child == NULL); in in_removenode()
937 if (ap->in_child == mp) { in in_removenode()
938 ap->in_child = mp->in_sibling; in in_removenode()
942 for (np = ap->in_child; np; np = np->in_sibling) { in in_removenode()
979 np = np->in_child; in in_devwalk()
1084 np = e_ddi_inst_state.ins_root->in_child; in in_make_path()
1094 np = np->in_child; in in_make_path()
1122 if (ap->in_child == NULL) { in in_enlist()
1123 ap->in_child = np; in in_enlist()
1125 for (mp = ap->in_child; mp; mp = mp->in_sibling) in in_enlist()
[all …]
H A Dinst_sync.c329 if (np->in_child) in in_walktree()
330 if (error = in_walktree(np->in_child, next)) in in_walktree()
362 error = in_walktree(root->in_child, cp); in in_write_instance()
/titanic_44/usr/src/uts/common/sys/
H A Dinstance.h63 struct in_node *in_child; /* children of this node */ member