Searched refs:OPTION_R (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/luxadm/
H A Dadm.c92 const int OPTION_R = 0x00000100; variable
575 Options |= OPTION_R;
633 ~(PVERBOSE | OPTION_A | OPTION_Z | OPTION_R |
898 OPTION_R)) || !(Options & (OPTION_A | OPTION_B)) ||
909 OPTION_R)) || !(Options & (OPTION_A | OPTION_B)) ||
H A Dcommon.h209 extern const int OPTION_R;
H A Dg_adm.c72 extern const int OPTION_R;
671 if (Options & OPTION_R) {
687 if (Options & OPTION_R) {
712 if (Options & OPTION_R) {
745 if (Options & OPTION_R) {
956 (Options & OPTION_R))) ||
957 ((Options & OPTION_R) &&

Completed in 164 milliseconds