Home
last modified time | relevance | path

Searched refs:rootBuf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c426 uintptr_t rootBuf; in process_sdlun_waitq() local
430 rootBuf = walk_addr; in process_sdlun_waitq()
436 mdb_printf("UN wait Q head: %lx\n", rootBuf); in process_sdlun_waitq()
438 while (rootBuf) { in process_sdlun_waitq()
446 (uintptr_t)rootBuf) == -1) { in process_sdlun_waitq()
448 (uintptr_t)rootBuf); in process_sdlun_waitq()
453 mdb_set_dot(rootBuf); in process_sdlun_waitq()
458 rootBuf = (uintptr_t)currentBuf.av_forw; in process_sdlun_waitq()
462 if (rootBuf == 0) { in process_sdlun_waitq()