Searched defs:g_quiet (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfmadm.c39 static int g_quiet; variable
47 if (g_quiet)
192 g_quiet++;
/illumos-gate/usr/src/cmd/dis/
H A Ddis_main.c46 int g_quiet; /* Quiet mode */ variable
223 if (!g_quiet && symoffset == 0 && symbol != NULL && isfunc)
407 if (!g_quiet)
433 if (!g_quiet)
487 if (!g_quiet)
596 if (!g_quiet && dis_tgt_member(current) != NULL)
723 g_quiet = 1;
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c83 static int g_quiet; variable
244 if (g_quiet)
811 g_quiet = data->dtsda_newval != DTRACEOPT_UNSET;
978 if (!g_quiet)
1010 if (!g_quiet) {
1021 if (!g_quiet) {
1602 g_quiet = opt != DTRACEOPT_UNSET;
1775 g_quiet = opt != DTRACEOPT_UNSET;

Completed in 79 milliseconds