Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c90 uintptr_t mwd_idxtoprint; /* desired hash pos to print */ member
289 if (mwd->mwd_idxtoprint != (uintptr_t)-1) { in modent_format()
291 if (mwd->mwd_idxtoprint == msd->msd_hash_index) in modent_format()
364 mwd.mwd_idxtoprint = (uintptr_t)-1; in modhash()
372 'i', MDB_OPT_UINTPTR, &mwd.mwd_idxtoprint, in modhash()
390 mwd.mwd_idxtoprint != (uintptr_t)-1; in modhash()
438 if (mwd.mwd_idxtoprint != (uintptr_t)-1 && in modhash()
439 mwd.mwd_idxtoprint >= mh.mh_nchains) { in modhash()
441 mwd.mwd_idxtoprint, mh.mh_nchains - 1); in modhash()