Searched defs:spt_sibling (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c218 struct ses_phys_tree *spt_sibling; member in struct:ses_phys_tree
2358 child->spt_sibling = *sproot;
2363 while (node_ptr->spt_sibling != NULL) {
2364 if (node_ptr->spt_sibling->
2367 child->spt_sibling =
2368 node_ptr->spt_sibling;
2369 node_ptr->spt_sibling = child;
2372 node_ptr = node_ptr->spt_sibling;
2375 if (node_ptr->spt_sibling == NULL) {
2376 node_ptr->spt_sibling
[all...]

Completed in 77 milliseconds