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

/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c93 #define LOWER_G (1 << 6) macro
369 options |= LOWER_G;
444 if ((options & ~(LOWER_L | LOWER_G)) != 0) {
451 if ((options & ~(UPPER_S | LOWER_G)) != 0) {
471 if ((options & ~(LOWER_A | LOWER_G)) != 0) {

Completed in 50 milliseconds