Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dinstance.c938 ap->in_child = mp->in_sibling; in in_removenode()
942 for (np = ap->in_child; np; np = np->in_sibling) { in in_removenode()
943 if (np->in_sibling == mp) { in in_removenode()
944 np->in_sibling = mp->in_sibling; in in_removenode()
989 np = np->in_sibling; in in_devwalk()
1096 np = np->in_sibling; in in_make_path()
1125 for (mp = ap->in_child; mp; mp = mp->in_sibling) in in_enlist()
1126 if (mp->in_sibling == NULL) { in in_enlist()
1127 mp->in_sibling = np; in in_enlist()
1548 np = np->in_sibling; in in_walk_instances()
H A Dinst_sync.c298 for (error = 0; np; np = np->in_sibling) { in in_walktree()
/titanic_41/usr/src/uts/common/sys/
H A Dinstance.h64 struct in_node *in_sibling; /* "peers" of this node */ member