Lines Matching refs:sibling
523 if ((pnode = find_failed_node(root->sibling)) != NULL) in find_failed_node()
548 if ((pnode = find_failed_node(root->sibling)) != NULL) { in next_failed_node()
555 if ((pnode = find_failed_node(parent->sibling)) != NULL) in next_failed_node()
660 pnode->sibling = NULL; in add_node()
665 while (p->sibling != NULL) in add_node()
666 p = p->sibling; in add_node()
667 p->sibling = pnode; in add_node()
719 if ((node = dev_find_node_by_type(root->sibling, type, in dev_find_node_by_type()
740 if ((node = dev_find_node_by_type(root->sibling, type, in dev_next_node_by_type()
745 if ((node = dev_find_node_by_type(root->parent->sibling, in dev_next_node_by_type()
804 return (dev_find_node_by_compatible(root->sibling, compatible)); in dev_find_node_by_compatible()
828 node = dev_find_node_by_compatible(root->sibling, compatible); in dev_next_node_by_compatible()
832 return (dev_find_node_by_compatible(root->parent->sibling, compatible)); in dev_next_node_by_compatible()