Searched refs:PVERBOSE (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | adm.c | 92 const int PVERBOSE = 0x00008000; variable 189 retval += fcal_update(Options & PVERBOSE, NULL); in adm_fcode() 196 retval += q_qlgc_update(Options & PVERBOSE, NULL); in adm_fcode() 260 Options & PVERBOSE, file); in adm_fcode() 272 Options & PVERBOSE, file); in adm_fcode() 463 Options |= PVERBOSE; in main() 627 ~(PVERBOSE | OPTION_A | OPTION_Z | OPTION_R | in main() 643 ~(PVERBOSE | OPTION_F | SAVE)) { in main() 651 if (Options & ~PVERBOSE) { in main() 659 if (Options & ~PVERBOSE) { in main() [all …]
|
H A D | g_adm.c | 78 extern const int PVERBOSE; 277 &path_struct, Options & PVERBOSE)) != 0) { in adm_inquiry() 293 &path_struct, Options & PVERBOSE)) != 0) { in adm_inquiry() 310 f_r, slot, Options & PVERBOSE)) != 0) { in adm_inquiry() 474 &path_struct, Options & PVERBOSE)) != 0) { in adm_forcelip() 491 Options & PVERBOSE)) != 0) { in adm_forcelip() 507 f_r, slot, Options & PVERBOSE)) != 0) { in adm_forcelip() 523 if (err = g_force_lip(path_phys, Options & PVERBOSE)) { in adm_forcelip() 561 &path_struct, Options & PVERBOSE)) != 0) { in adm_display_config() 580 &path_struct, Options & PVERBOSE)) in adm_display_config() [all …]
|
H A D | common.h | 85 #define VERBPRINT if (Options & PVERBOSE) (void) printf 215 extern const int PVERBOSE;
|