Lines Matching defs:next
92 struct cont_lock *next;
187 while (prev->next != NULL) {
188 prev = prev->next;
190 prev->next = lock;
205 which = which->next;
223 lock->next = NULL;
307 cur = cur->next;
669 fru_nodehdl_t next;
698 if ((status = fru_get_child(node, &next)) == FRU_SUCCESS)
699 status = fru_walk_tree(next, path, process_node, args);
709 if ((status = fru_get_peer(node, &next)) == FRU_SUCCESS)
710 status = fru_walk_tree(next, prior_path, process_node, args);
1284 cur = cur->next;
1322 cur = cur->next;
1360 cur = cur->next;
1491 // set up to search next segment for instances left
1503 // set up to search next segment for instances left
2115 while (last->next != NULL)
2116 last = last->next;
2152 cur = cur->next;
2178 cur = cur->next;