Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dbitmap.c197 word = word & (BT_ULMAXMASK << partial_start); in bt_getlowbit()
221 word = word & (~(BT_ULMAXMASK << partial_stop + 1)); in bt_getlowbit()
/illumos-gate/usr/src/uts/common/sys/
H A Dbitmap.h71 #define BT_ULMAXMASK 0xffffffffffffffff /* used by bt_getlowbit */ macro
73 #define BT_ULMAXMASK 0xffffffff
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_dispq.c363 gids[i] = BT_ULMAXMASK; in fmd_dispq_dispatch_gid()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dpmem.c571 if (plp->pl_bitmap[i] != BT_ULMAXMASK) in lpg_isfree()