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

/illumos-gate/usr/src/cmd/luxadm/
H A Dadm.c84 const int OPTION_A = 0x00000001; variable
542 Options |= OPTION_A;
633 ~(PVERBOSE | OPTION_A | OPTION_Z | OPTION_R |
897 OPTION_CAPF | OPTION_A | OPTION_B | OPTION_F |
898 OPTION_R)) || !(Options & (OPTION_A | OPTION_B)) ||
899 ((Options & OPTION_A) && (Options & OPTION_B))) {
908 OPTION_CAPF | OPTION_A | OPTION_B | OPTION_F |
909 OPTION_R)) || !(Options & (OPTION_A | OPTION_B)) ||
910 ((Options & OPTION_A) && (Options & OPTION_B))) {

Completed in 44 milliseconds