Home
last modified time | relevance | path

Searched refs:opt_debug (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Dmain.c83 dbgmask_t opt_debug; /* debug mask */ variable
162 opt_debug |= strtol(optarg, (char **)NULL, 0); in main()
239 if (opt_debug & DBG_MISC) in main()
240 fprintf(stderr, "MISC: DBG=%s\n", showflags(dbgmap, opt_debug)); in main()
370 if (opt_debug & DBG_MISC) in main()
534 if (opt_debug & DBG_FILES) { in findfiles()
561 } else if (opt_debug & DBG_FILES) in findfiles()
591 if (opt_debug & DBG_FILES) in cleanup()
597 if (opt_debug & DBG_FILES) in cleanup()
682 if (opt_debug & DBG_MISC) in whoami()
H A Dignore.c122 if (opt_debug & DBG_IGNORE) in ignore_check()
132 if (opt_debug & DBG_IGNORE) in ignore_check()
158 if (opt_debug & DBG_IGNORE) in ignore_file()
186 if (opt_debug & DBG_IGNORE) in ignore_expr()
206 if (opt_debug & DBG_IGNORE) in ignore_pgm()
232 if (opt_debug & DBG_IGNORE) in ignore_pgm()
H A Deval.c148 if (opt_debug & DBG_EVAL) in evaluate()
156 if (opt_debug & DBG_EVAL) in evaluate()
375 if (opt_debug & DBG_EVAL) in eval_file()
391 if (opt_debug & DBG_EVAL) in eval_file()
511 if (opt_debug & DBG_EVAL) in walker()
537 if (opt_debug & DBG_EVAL) in walker()
564 if (opt_debug & DBG_EVAL) in walker()
630 if (opt_debug & DBG_EVAL) in walker()
682 if (opt_debug & DBG_STAT) in note_info()
752 if (opt_debug & DBG_STAT) in update_info()
[all …]
H A Drules.c115 if (opt_debug & DBG_FILES) in read_rules()
306 if (opt_debug & DBG_FILES) in write_rules()
457 if (opt_debug & DBG_RULE) { in add_rule()
632 if (opt_debug & DBG_RULE) in check_restr()
H A Dbase.c101 if (opt_debug & DBG_BASE) in add_base()
132 if (opt_debug & DBG_BASE) in add_base()
271 if (opt_debug & DBG_LIST) in add_file_to_base()
301 if (opt_debug & DBG_LIST) in add_file_to_dir()
352 if (opt_debug & DBG_FILES) in read_baseline()
670 if (opt_debug & DBG_FILES) in write_baseline()
H A Daction.c198 if (opt_debug & DBG_RECON) { in do_like()
224 if (opt_debug & DBG_RECON) in do_like()
253 if (opt_debug & DBG_RECON) in do_like()
309 if (opt_debug & DBG_RECON) in do_like()
521 if (opt_debug & DBG_RECON) { in do_copy()
896 if (opt_debug & DBG_RECON) in do_remove()
974 if (opt_debug & DBG_RECON) in do_rename()
H A Ddebug.c295 if (opt_debug & DBG_MISC) in dbg_set_error()
332 if (opt_debug & DBG_MISC) in dbg_chk_error()
H A Danal.c243 if (opt_debug & DBG_ANAL) in prune_file()
395 if (opt_debug & DBG_ANAL) { in check_file()
729 if (opt_debug & DBG_ANAL) in find_link()
801 if (opt_debug & DBG_ANAL) in find_link()
939 if (opt_debug & DBG_STAT) in link_update()
H A Dfiles.c122 if (opt_debug & DBG_VARS) in qualify()
241 if (opt_debug & DBG_VARS) in expand()
H A Drecon.c126 if (opt_debug & DBG_RECON) in reconcile()
486 if (opt_debug & DBG_MISC) in reconcile()
703 if (opt_debug & DBG_ANAL) in samecompare()
H A Dfilesync.h135 extern dbgmask_t opt_debug; /* debugging options */
H A Drename.c227 if (opt_debug & DBG_ANAL) in note_rename()
/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c244 boolean_t opt_debug = B_FALSE; variable
2352 opt_debug = B_TRUE; in main()