Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/luxadm/
H A Dadm.c86 const int OPTION_R = 0x00000100; variable
569 Options |= OPTION_R; in main()
627 ~(PVERBOSE | OPTION_A | OPTION_Z | OPTION_R | in main()
892 OPTION_R)) || !(Options & (OPTION_A | OPTION_B)) || in main()
903 OPTION_R)) || !(Options & (OPTION_A | OPTION_B)) || in main()
H A Dcommon.h209 extern const int OPTION_R;
H A Dg_adm.c72 extern const int OPTION_R;
671 if (Options & OPTION_R) { in adm_display_config()
687 if (Options & OPTION_R) { in adm_display_config()
712 if (Options & OPTION_R) { in adm_display_config()
745 if (Options & OPTION_R) { in adm_display_config()
956 (Options & OPTION_R))) || in adm_bypass_enable()
957 ((Options & OPTION_R) && in adm_bypass_enable()