Searched defs:dw_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddnlc.c25 uintptr_t dw_head; member in struct:dnlc_walk
69 while (addr == dwp->dw_head || addr == NULL) {
73 dwp->dw_head = dwp->dw_hash +
75 if (mdb_vread(&hash, sizeof (hash), dwp->dw_head) == -1) {

Completed in 43 milliseconds