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

/illumos-gate/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c426 buf_t currentBuf; local
446 if (mdb_vread((void *)&currentBuf, sizeof (buf_t),
458 rootBuf = (uintptr_t)currentBuf.av_forw;
484 buf_t currentBuf; local
502 if (mdb_vread(&currentBuf, sizeof (buf_t),
515 rootBuf = (uintptr_t)currentBuf.av_forw;

Completed in 59 milliseconds