Searched refs:spt_child (Results 1 – 1 of 1) sorted by relevance
219 struct ses_phys_tree *spt_child; member2521 (void) ses_phys_tree_insert(mod, &(*sproot)->spt_child, child); in ses_phys_tree_insert()2561 if ((*sproot)->spt_child) { in ses_phys_tree_insert()2562 ret = ses_phys_tree_insert(mod, &(*sproot)->spt_child, in ses_phys_tree_insert()2565 if ((*sproot)->spt_child == NULL || ret != 0) { in ses_phys_tree_insert()2742 if (sproot->spt_child) { in ses_phys_tree_free()2743 ses_phys_tree_free(mod, sproot->spt_child); in ses_phys_tree_free()2791 for (child = parent->spt_child; child != NULL; in ses_enumerate_node()