Lines Matching defs:child
60 struct smhba_rp_tree *child;
2440 * then this should be a child node of current root node.
2443 (void) sas_rp_tree_insert(&(*rproot)->child, rpnode);
2469 * port node into the child sub-tree, then try to insert to the
2474 if ((*rproot)->child) {
2475 ret = sas_rp_tree_insert(&(*rproot)->child, rpnode);
2477 if ((*rproot)->child == NULL || ret != 0) {
2523 * Step down to child tree first.
2526 portIndex, port, rpnode->child, input,
2564 * the immediate child nodes information under the expander.
2572 portIndex, port, rpnode->child,
2585 portIndex, port, rpnode->child, input,
2605 * Free child tree first.
2607 if (rproot->child) {
2608 sas_rp_tree_free(rproot->child);