Lines Matching refs:next

527 	DPRINTF((DI_TRACE, "next node on per driver list:"
531 if (DI_NODE(node)->next == (di_off_t)-1) {
538 if (DI_NODE(node)->next == NULL) {
543 return (DI_NODE(pa + DI_NODE(node)->next));
551 struct node_list *next;
562 *headp = (*headp)->next;
581 while (tmp->next)
582 tmp = tmp->next;
584 tmp->next = list;
601 while (list->next)
602 list = list->next;
604 list->next = tmp;
655 while (tmp->next && is_descendant(tmp->next->node, parent)) {
656 tmp = tmp->next;
659 tmp1 = tmp->next;
660 tmp->next = list;
688 if ((tmp->next = malloc(sizeof (struct node_list))) == NULL) {
693 tmp = tmp->next;
697 tmp->next = NULL;
723 if ((*headp)->next)
741 curr = prev->next;
750 prev->next = curr->next;
752 curr = prev->next;
754 curr = curr->next;
761 *headp = curr->next;
799 *headp = tmp->next;
810 *headp = tmp->next;
865 head->next = NULL;
942 head->next = NULL;
1408 * Determine where current component ends: next '/' or '\0'.
1467 if (DI_MINOR(minor)->next != 0)
1469 DI_MINOR(minor)->self + DI_MINOR(minor)->next)));
1906 if (DI_PROP(prop)->next) {
1908 DI_PROP(prop)->self + DI_PROP(prop)->next));
2159 * XXX Remove the private di_path_(addr,next,next_phci,next_client) interfaces
2325 if (DI_PROP(prop)->next != 0)
2327 DI_PROP(prop)->self + DI_PROP(prop)->next));
2581 DPRINTF((DI_TRACE, "next vhci node on the snap shot:"
2630 DPRINTF((DI_TRACE, "next phci node on the snap shot:"
2805 if (DI_HP(hp)->next != 0)
2806 return (DI_HP((caddr_t)hp - hp->self + hp->next));
3057 struct di_prom_prop *next; /* form a linked list */
3096 list = tmp->next;
3202 prop->next = p->list;
3213 DPRINTF((DI_TRACE1, "Search next prop for node 0x%p with ph 0x%p\n",
3235 * look for next property
3339 prop->next = p->list;
3371 prop->next = p->list;
3858 head->next = NULL;
3921 head->next = NULL;
3955 for (off = all->aliases; off > 0; off = di_alias->next) {
4019 * More path-components exist. Deal with the next one