Searched refs:BMP (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/isns/isnsd/ |
H A D | isns_dd.h | 63 #define SET_MEMBERSHIP(BMP, PRI, SND) \ argument 64 (BMP)[(PRI) + MATRIX_X_HEADER] |= (0x1 << (SND)) 65 #define CLEAR_MEMBERSHIP(BMP, PRI, SND) \ argument 66 (BMP)[(PRI) + MATRIX_X_HEADER] &= ~(0x1 << (SND)) 68 #define TEST_MEMBERSHIP(BMP, PRI, SEC) \ argument 69 ((BMP)[(PRI) + MATRIX_X_HEADER] & (0x1 << (SEC))) 71 #define FOR_EACH_MEMBER(BMP, NUM, UID, STMT) \ argument 76 while (j1624 < 8 * sizeof ((BMP)[0])) {\ 77 if (((BMP)[i1624] & (1 << j1624)) != 0) {\
|
/titanic_44/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.c | 428 if ((devs&BMP) != 0 && ip->bi_bmpfd) { 567 if (rc == 0 && (devs&BMP) != 0 && ip->bi_bmpfd) { in _ii_rsrv_devs() 575 got |= BMP; in _ii_rsrv_devs() 758 rc = BMP; in ii_volume() 1048 if (_ii_rsrv_devs(ip, BMP, II_INTERNAL) == 0) { in ii_set_stats_update() 1053 _ii_rlse_devs(ip, BMP); in ii_set_stats_update() 1059 if (_ii_rsrv_devs(ip, BMP, II_INTERNAL) == 0) { in ii_set_stats_update() 1064 _ii_rlse_devs(ip, BMP); in ii_set_stats_update() 1275 (void) _ii_rsrv_devs(ip, BMP, II_INTERNAL); in _ii_config() 1343 _ii_rlse_devs(ip, BMP); in _ii_config() [all …]
|
H A D | dsw_dev.h | 455 #define BMP 0x0100 /* bitmap reserve/release flag */ macro
|