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

/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c97 #define LOWER_F (1 << 10) macro
377 options |= LOWER_F;
409 if ((options & ~(LOWER_F | LOWER_C | LOWER_R)) != 0) {
428 if ((options & ~(LOWER_F | UPPER_C | LOWER_R | LOWER_Z |
437 if ((options & ~(LOWER_F | LOWER_D)) != 0) {
458 if ((options & ~(LOWER_F | UPPER_F)) != 0) {
478 if ((options & ~(LOWER_F | LOWER_P)) != 0) {

Completed in 49 milliseconds