Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c220 struct ses_phys_tree *spt_sibling; member
2532 child->spt_sibling = *sproot; in ses_phys_tree_insert()
2537 while (node_ptr->spt_sibling != NULL) { in ses_phys_tree_insert()
2538 if (node_ptr->spt_sibling-> in ses_phys_tree_insert()
2541 child->spt_sibling = in ses_phys_tree_insert()
2542 node_ptr->spt_sibling; in ses_phys_tree_insert()
2543 node_ptr->spt_sibling = child; in ses_phys_tree_insert()
2546 node_ptr = node_ptr->spt_sibling; in ses_phys_tree_insert()
2549 if (node_ptr->spt_sibling == NULL) { in ses_phys_tree_insert()
2550 node_ptr->spt_sibling = child; in ses_phys_tree_insert()
[all …]