Lines Matching defs:hp_sibling
139 for (node = root; node != NULL; node = node->hp_sibling)
147 sibling = node->hp_sibling;
186 for (node = root; node; node = node->hp_sibling) {
500 * hp_sibling()
505 hp_sibling(hp_node_t node)
507 i_hp_dprintf("hp_sibling: node=%p\n", (void *)node);
510 i_hp_dprintf("hp_sibling: invalid arguments.\n");
515 if (node->hp_sibling == NULL) {
516 i_hp_dprintf("hp_sibling: node has no sibling.\n");
520 return (node->hp_sibling);
1221 for (node = root; node != NULL; node = node->hp_sibling) {
1301 prev_root->hp_sibling = root;
1321 for (root = root_list; root; root = root->hp_sibling)
1382 for (child = root->hp_child; child != NULL; child = child->hp_sibling) {
1548 prev_child->hp_sibling = child;