Searched defs:opt_verbose (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/ctwatch/
H A Dctwatch.c233 int opt_verbose = 0; local
253 opt_verbose = 1;
386 while (get_event(pe.portev_object, w->wf_type, opt_verbose))
/illumos-gate/usr/src/cmd/filesync/
H A Dmain.c76 bool_t opt_verbose; /* enable analysis descriptions */ variable
154 opt_verbose = TRUE;
360 if (c > 0 && opt_verbose)
/illumos-gate/usr/src/cmd/ctrun/
H A Dctrun.c48 static int opt_verbose; variable
226 if (opt_verbose) {
254 errno = opt_verbose ? ct_event_read(fd, &ev) :
262 if (opt_verbose) {
414 opt_verbose = 1;
418 opt_verbose = 1;
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c248 int opt_verbose; variable
1009 opt_verbose = 1;
1061 if (opt_verbose) {
1117 if (opt_verbose) {
/illumos-gate/usr/src/cmd/ctstat/
H A Dctstat.c48 static int opt_verbose = 0; variable
539 if (errno = ct_status_read(fd, opt_verbose ? CTD_ALL : CTD_COMMON,
604 if (opt_verbose) {
841 opt_verbose = 1;
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c152 static int opt_verbose = 0; variable
2637 if (opt_verbose == 1)
3557 opt_verbose = 1;
3781 explain(opt_verbose, argc, argv);
3796 if (!opt_verbose) {

Completed in 75 milliseconds