Home
last modified time | relevance | path

Searched refs:print_flag (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/profiles/
H A Dprofiles.c66 int print_flag = PRINT_DEFAULT; in main() local
74 print_flag |= PRINT_LONG; in main()
85 status = show_profs(NULL, print_flag); in main()
90 (print_flag | PRINT_NAME)); in main()
109 const int *print_flag = pflag; in show_profs_callback() local
114 if ((*print_flag) & PRINT_NAME) { in show_profs_callback()
126 show_profs(char *username, int print_flag) in show_profs() argument
147 if (print_flag & PRINT_LONG) { in show_profs()
158 (void) _enum_profs(username, show_profs_callback, &print_flag, in show_profs()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dnexusdebug.h62 #define DPRINTF(print_flag, args) \ argument
63 if (debug_print_level & (print_flag) && debug_info & \
66 if (debug_print_level & (print_flag)) { \
73 #define DPRINTF(print_flag, args)
/illumos-gate/usr/src/cmd/prtdiag/
H A Dmain.c58 int print_flag = 1; in main() local
87 return (do_prominfo(syserrlog, progname, logging, print_flag)); in main()
/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dics951601_impl.h48 #define DPRINTF(print_flag, args) \ argument
49 if (ics951601_debug & (print_flag)) { prom_printf args; }
H A Dtda8444_impl.h60 #define DPRINTF(print_flag, args) \ argument
61 if (tda8444_debug & (print_flag)) { prom_printf args; }
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h74 #define DPRINTF(print_flag, args) \ argument
75 if (sysc_debug_print_level & (print_flag) && sysc_debug_info & \
78 if (sysc_debug_print_level & (print_flag)) { \
85 #define DPRINTF(print_flag, args)
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_funcs.c48 extern int print_flag;
154 if (print_flag == 0) { in log_printf()
H A Dpdevinfo_sun4u.c55 int print_flag = 1; variable
89 print_flag = prt_flag; in do_prominfo()
H A Dpdevinfo_sun4v.c54 int print_flag = 1; variable
97 print_flag = prt_flag; in do_prominfo()
H A Dlibdevinfo_sun4u.c417 print_flag = prt_flag; in do_devinfo()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Ddesktop.c84 extern int print_flag;
117 print_flag = 0; in error_check()
122 print_flag = 1; in error_check()
153 if (print_flag == 0) { in disp_fail_parts()
/illumos-gate/usr/src/cmd/addbadsec/
H A Daddbadsec.c94 int print_flag = 0; in main() local
106 print_flag = 1; in main()
246 if (print_flag) in main()
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Ddisplay.h35 extern int print_flag;
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/
H A Dlittleneck.c70 int print_flag = 0; variable
108 print_flag = 0; in error_check()
113 print_flag = 1; in error_check()
472 if (print_flag == 0) { in disp_fail_parts()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/daktari/common/
H A Ddaktari.c74 extern int print_flag;
115 print_flag = 0; in error_check()
120 print_flag = 1; in error_check()
148 if (print_flag == 0) { in disp_fail_parts()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/common/
H A Djavelin.c64 extern int print_flag;
102 print_flag = 0; in error_check()
107 print_flag = 1; in error_check()
249 if (print_flag == 0) { in disp_fail_parts()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/tazmo/common/
H A Dtazmo.c64 extern int print_flag;
105 print_flag = 0; in error_check()
110 print_flag = 1; in error_check()
252 if (print_flag == 0) { in disp_fail_parts()
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c70 bool print_flag = TRUE; in printprof() local
94 for (index = 0; (index < total_names) && print_flag; index += 1) { in printprof()
99 print_flag = FALSE; in printprof()
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c1038 int print_flag = 0; in job_query() local
1045 print_flag = 1; in job_query()
1123 if (!print_flag) in job_query()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c789 ctids_by_restarter(scf_walkinfo_t *wip, uint64_t *cp, int print_flag, in ctids_by_restarter() argument
800 if (print_flag) { in ctids_by_restarter()
815 if (print_flag) in ctids_by_restarter()
820 if (print_flag) { in ctids_by_restarter()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/
H A Dserengeti.c118 extern int print_flag;
1587 print_flag = TRUE; in display_failed_parts()