Searched refs:LOG_TO_FBA_NUM (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_bitmap.h57 #define LOG_TO_FBA_NUM(x) ((x) << FBA_LOG_SHFT) macro
H A Drdc_io.c3107 mask = ~(LOG_TO_FBA_NUM(1) - 1);
3148 offset += LOG_TO_FBA_NUM(1);
3163 len += LOG_TO_FBA_NUM(1);
3180 if (len > LOG_TO_FBA_NUM(1)) {
H A Drdc_dev.c1917 syncblockpos = LOG_TO_FBA_NUM(krdc->syncbitpos);
/illumos-gate/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c1120 num = LOG_TO_FBA_NUM(num);
1397 int s = LOG_TO_FBA_NUM((i-15)*8);
1398 int e = LOG_TO_FBA_NUM(((i+1)*8)) - 1;
1486 int s = LOG_TO_FBA_NUM(i-15);
1487 int e = LOG_TO_FBA_NUM(i+1) - 1;

Completed in 101 milliseconds