Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c91 uintptr_t mwd_idxtoprint; /* desired hash pos to print */ member
290 if (mwd->mwd_idxtoprint != (uintptr_t)-1) { in modent_format()
292 if (mwd->mwd_idxtoprint == msd->msd_hash_index) in modent_format()
365 mwd.mwd_idxtoprint = (uintptr_t)-1; in modhash()
373 'i', MDB_OPT_UINTPTR, &mwd.mwd_idxtoprint, in modhash()
391 mwd.mwd_idxtoprint != (uintptr_t)-1; in modhash()
439 if (mwd.mwd_idxtoprint != (uintptr_t)-1 && in modhash()
440 mwd.mwd_idxtoprint >= mh.mh_nchains) { in modhash()
442 mwd.mwd_idxtoprint, mh.mh_nchains - 1); in modhash()