Lines Matching refs:next
214 tmp = tmp->next;
241 prev->next = tmp->next;
243 *head = tmp->next;
268 new->next = tmp->next;
271 tmp->next = new;
291 tmp = tmp->next;
304 prev->next = tmp->next;
307 tmp = prev->next;
309 *head = tmp->next;
364 *head = tmp->next;
369 prev->next = tmp->next;
372 tmp = tmp->next;
412 tmp->next = NULL;
425 while (tmp->next != NULL) {
426 tmp = tmp->next;
435 tmp->next = (notsack_blk_t *)bkmem_alloc(
437 if (tmp->next != NULL) {
438 tmp = tmp->next;
441 tmp->next = NULL;