Home
last modified time | relevance | path

Searched refs:LOWER_C (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c88 #define LOWER_C (1 << 1) macro
305 options |= LOWER_C; in main()
409 if ((options & ~(LOWER_F | LOWER_C | LOWER_R)) != 0) { in main()