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

/illumos-gate/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c425 uintptr_t rootBuf; local
430 rootBuf = walk_addr;
437 mdb_printf("SEMOCLOSE sleep Q head: %lx\n", rootBuf);
439 while (rootBuf) {
447 rootBuf) == -1) {
448 mdb_warn("failed to read buf at %p", rootBuf);
453 mdb_set_dot(rootBuf);
458 rootBuf = (uintptr_t)currentBuf.av_forw;
461 if (rootBuf == NULL) {
483 uintptr_t rootBuf; local
[all...]

Completed in 58 milliseconds