Lines Matching refs:next

459 	DPRINTF((DI_TRACE, "next node on per driver list:"
463 if (DI_NODE(node)->next == (di_off_t)-1) {
470 if (DI_NODE(node)->next == NULL) {
475 return (DI_NODE(pa + DI_NODE(node)->next));
483 struct node_list *next;
494 *headp = (*headp)->next;
513 while (tmp->next)
514 tmp = tmp->next;
516 tmp->next = list;
533 while (list->next)
534 list = list->next;
536 list->next = tmp;
587 while (tmp->next && is_descendant(tmp->next->node, parent)) {
588 tmp = tmp->next;
591 tmp1 = tmp->next;
592 tmp->next = list;
620 if ((tmp->next = malloc(sizeof (struct node_list))) == NULL) {
625 tmp = tmp->next;
629 tmp->next = NULL;
655 if ((*headp)->next)
673 curr = prev->next;
682 prev->next = curr->next;
684 curr = prev->next;
686 curr = curr->next;
693 *headp = curr->next;
731 *headp = tmp->next;
742 *headp = tmp->next;
797 head->next = NULL;
874 head->next = NULL;
1303 * Determine where current component ends: next '/' or '\0'.
1362 if (DI_MINOR(minor)->next != 0)
1364 DI_MINOR(minor)->self + DI_MINOR(minor)->next)));
1779 if (DI_PROP(prop)->next) {
1781 DI_PROP(prop)->self + DI_PROP(prop)->next));
1975 * XXX Remove the private di_path_(addr,next,next_phci,next_client) interfaces
2141 if (DI_PROP(prop)->next != 0)
2143 DI_PROP(prop)->self + DI_PROP(prop)->next));
2397 DPRINTF((DI_TRACE, "next vhci node on the snap shot:"
2446 DPRINTF((DI_TRACE, "next phci node on the snap shot:"
2621 if (DI_HP(hp)->next != 0)
2622 return (DI_HP((caddr_t)hp - hp->self + hp->next));
2822 struct di_prom_prop *next; /* form a linked list */
2861 list = tmp->next;
2967 prop->next = p->list;
2978 DPRINTF((DI_TRACE1, "Search next prop for node 0x%p with ph 0x%p\n",
3000 * look for next property
3104 prop->next = p->list;
3136 prop->next = p->list;
3623 head->next = NULL;
3686 head->next = NULL;
3720 for (off = all->aliases; off > 0; off = di_alias->next) {
3784 * More path-components exist. Deal with the next one