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

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmdebug.c265 static long dbaddr(Vmalloc_t* vm, Void_t* addr) function
267 static long dbaddr(vm, addr)
465 if((offset = KPVADDR(vm,data,dbaddr)) != 0)
539 if((offset = KPVADDR(vm,addr,dbaddr)) != 0)
785 dbaddr,
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c1233 uintptr_t dbaddr = 0; local
1262 'd', MDB_OPT_UINTPTR, &dbaddr,
1272 (llen != ~0UL) || (blen != ~0UL) || (dbaddr != 0))
1337 if (dbaddr != 0 && (uintptr_t)mblk.b_datap != dbaddr)
1687 " -d dbaddr:\t\tprint mblks with specified dblk address\n"

Completed in 67 milliseconds