Lines Matching defs:nextaddr
1941 void *hashaddr, *hashbuf, *nhashbuf, *nextaddr;
2050 nextaddr = LIST_FIRST(&hashtbl_list[i]);
2052 nextaddr = SLIST_FIRST(&hashtbl_slist[i]);
2054 nextaddr = TAILQ_FIRST(&hashtbl_tailq[i]);
2055 if (nextaddr == NULL)
2058 (void)printf("%5lu: %p\n", i, nextaddr);
2063 deref_kptr((char *)nextaddr + curhash->offset,
2064 &nextaddr, sizeof(void *),
2067 (void)printf("got nextaddr as %p\n",
2068 nextaddr);
2069 } while (nextaddr != NULL);