Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/luxadm/
H A Dadm.c98 const int PVERBOSE = 0x00008000; variable
195 retval += fcal_update(Options & PVERBOSE, NULL); in adm_fcode()
202 retval += q_qlgc_update(Options & PVERBOSE, NULL); in adm_fcode()
266 Options & PVERBOSE, file); in adm_fcode()
278 Options & PVERBOSE, file); in adm_fcode()
469 Options |= PVERBOSE; in main()
633 ~(PVERBOSE | OPTION_A | OPTION_Z | OPTION_R | in main()
649 ~(PVERBOSE | OPTION_F | SAVE)) { in main()
657 if (Options & ~PVERBOSE) { in main()
665 if (Options & ~PVERBOSE) { in main()
[all …]
H A Dg_adm.c78 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 Dcommon.h85 #define VERBPRINT if (Options & PVERBOSE) (void) printf
215 extern const int PVERBOSE;