Searched refs:RW_BIT (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | sobj.c | 476 #define RW_BIT(n, offon) (wwwh & (1 << (n)) ? offon[1] : offon[0]) macro 528 RW_BIT(2, "01"), RW_BIT(1, "01"), RW_BIT(0, "01")); 533 RW_BIT(2, " |"), RW_BIT(1, " |"), RW_BIT(0, " |")); 546 "WRITE_LOCKED", RW_BIT(1, " |"), RW_BIT(0, " |")); 554 "WRITE_WANTED", RW_BIT( [all...] |
Completed in 57 milliseconds