Searched refs:cpr_debug (Results 1 – 9 of 9) sorted by relevance
75 int cpr_debug; variable283 cpr_debug = 0; in cpr()293 cpr_debug |= CPR_DEBUG_BIT(fcn); in cpr()297 cpr_debug |= CPR_DEBUG6; in cpr()
133 if (cpr_debug & CPR_DEBUG3) in cpr_init()458 if (cpr_debug & (CPR_DEBUG1 | CPR_DEBUG7)) in cpr_alloc_statefile()629 if (cpr_debug & (CPR_DEBUG1 | CPR_DEBUG6)) in cpr_statefile_ok()638 if (cpr_debug & (CPR_DEBUG1 | CPR_DEBUG6)) in cpr_statefile_ok()648 if (cpr_debug & (CPR_DEBUG1 | CPR_DEBUG6)) in cpr_statefile_ok()678 if (cpr_debug & (CPR_DEBUG1 | CPR_DEBUG6)) in cpr_statefile_ok()687 if (cpr_debug & (CPR_DEBUG1 | CPR_DEBUG6)) in cpr_statefile_ok()718 if (cpr_debug & (CPR_DEBUG1 | CPR_DEBUG6)) { in cpr_statefile_ok()915 if (brought_up_boot && (cpr_debug & (CPR_DEBUG1 | CPR_DEBUG6))) in cpr_mp_offline()
208 cdump.cdd_debug = cpr_debug; in cpr_write_header()257 if (cpr_debug & (CPR_DEBUG1 | CPR_DEBUG7)) in cpr_write_header()562 if (cpr_debug & CPR_DEBUG7) { in cpr_scan_kvseg()607 if (cpr_debug & CPR_DEBUG7) { in cpr_scan_segkpm()1157 if ((cpr_debug & CPR_DEBUG7) && showrange == DBG_SHOWRANGE) in cpr_count_pages()
269 if (cpr_debug & CPR_DEBUG5) { in cpr_log_status()295 if (cpr_debug & CPR_DEBUG5) { in cpr_log_status()530 if (cpr_debug) in cpr_suspend()1250 if (cpr_debug & CPR_DEBUG1) in cpr_resume()
37 extern int cpr_debug;199 cpr_debug = cdp->cdd_debug; in cpr_read_cdump()
66 int cpr_debug; /* cpr debug, set with uadmin 3 10x */ variable361 if (cpr_debug) in cb_read_statefile()
83 #define CPR_DBG(n) (cpr_debug & CPR_DEBUG##n)
187 extern int cpr_debug;212 #define CPR_DEBUG(level, ...) if (cpr_debug & level) cpr_dprintf(__VA_ARGS__)
104 int cpr_debug; variable