Home
last modified time | relevance | path

Searched refs:DBG_RECON (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
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.c70 DBG_RECON, "RECO: reconciliation list processing",
86 DBG_RECON, "RECO",
H A Dfilesync.h85 #define DBG_RECON 0x0010 /* reconciliation tracing */ macro
H A Drecon.c126 if (opt_debug & DBG_RECON) in reconcile()