Searched refs:in_child (Results 1 – 3 of 3) sorted by relevance
929 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 …]
329 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()
63 struct in_node *in_child; /* children of this node */ member