Searched defs:maxbit (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dbitmap.c73 index_t maxbit; /* last bit to look at */ local
77 maxbit = wx == maxword ? nbits & BT_ULMASK : BT_NBIPUL - 1;
80 for (bx = 0; bx <= maxbit; bx++, bit <<= 1) {
H A Derrorq.c478 ulong_t bit, maxbit, bx; local
493 maxbit = (nextword == maxword) ? maxbitindex : BT_ULMASK;
494 for (bx = 0, bit = 1; bx <= maxbit; bx++, bit <<= 1)
/illumos-gate/usr/src/uts/common/sys/
H A Dddidmareq.h444 #define maxbit(val, mybit) \ macro
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c3055 nsc_size_t maxbit; local
3108 maxbit = FBA_TO_LOG_NUM(size - 1);
3146 while (krdc->syncbitpos <= maxbit &&
3161 while (krdc->syncbitpos <= maxbit &&

Completed in 76 milliseconds