Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c2303 ses_phys_tree_insert(topo_mod_t *mod, ses_phys_tree_t **sproot, in ses_phys_tree_insert() argument
2310 assert(sproot != NULL); in ses_phys_tree_insert()
2313 if (*sproot == NULL) { in ses_phys_tree_insert()
2314 *sproot = child; in ses_phys_tree_insert()
2319 ppindex = (*sproot)->spt_pindex; in ses_phys_tree_insert()
2320 eindex = (*sproot)->spt_eonlyindex; in ses_phys_tree_insert()
2328 (void) ses_phys_tree_insert(mod, &(*sproot)->spt_child, child); in ses_phys_tree_insert()
2329 child->spt_parent = *sproot; in ses_phys_tree_insert()
2337 if ((*sproot)->spt_senumnode->sen_type == in ses_phys_tree_insert()
2339 child->spt_sibling = *sproot; in ses_phys_tree_insert()
[all …]