Lines Matching refs:bitmask
206 * call this from ddb. `bitmask' is from <sys/kernhist.h>. it
212 kernhist_dumpmask(uint32_t bitmask) /* XXX only support 32 hists */
218 if ((bitmask & KERNHIST_UVMMAPHIST) || bitmask == 0)
221 if ((bitmask & KERNHIST_UVMPDHIST) || bitmask == 0)
224 if ((bitmask & KERNHIST_UVMUBCHIST) || bitmask == 0)
227 if ((bitmask & KERNHIST_UVMLOANHIST) || bitmask == 0)
232 if ((bitmask & KERNHIST_USBHIST) || bitmask == 0)
237 if ((bitmask & KERNHIST_SCDEBUGHIST) || bitmask == 0)
242 if ((bitmask & KERNHIST_BIOHIST) || bitmask == 0)