Searched defs:opt_debug (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Dmain.c85 dbgmask_t opt_debug; /* debug mask */ variable
164 opt_debug |= strtol(optarg, (char **)NULL, 0);
241 if (opt_debug & DBG_MISC)
242 fprintf(stderr, "MISC: DBG=%s\n", showflags(dbgmap, opt_debug));
372 if (opt_debug & DBG_MISC)
536 if (opt_debug & DBG_FILES) {
563 } else if (opt_debug & DBG_FILES)
593 if (opt_debug & DBG_FILES)
599 if (opt_debug & DBG_FILES)
684 if (opt_debug
[all...]
/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c244 boolean_t opt_debug = B_FALSE; variable
2352 opt_debug = B_TRUE;

Completed in 64 milliseconds