Home
last modified time | relevance | path

Searched refs:cpr_debug (Results 1 – 9 of 9) sorted by relevance

/onnv-gate/usr/src/uts/common/cpr/
H A Dcpr_mod.c77 int cpr_debug; variable
285 cpr_debug = 0; in cpr()
295 cpr_debug |= CPR_DEBUG_BIT(fcn); in cpr()
299 cpr_debug |= CPR_DEBUG6; in cpr()
H A Dcpr_misc.c133 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()
H A Dcpr_dump.c208 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()
H A Dcpr_main.c270 if (cpr_debug & CPR_DEBUG5) { in cpr_log_status()
296 if (cpr_debug & CPR_DEBUG5) { in cpr_log_status()
532 if (cpr_debug) in cpr_suspend()
1265 if (cpr_debug & CPR_DEBUG1) in cpr_resume()
/onnv-gate/usr/src/psm/stand/cpr/common/
H A Dsupport.c37 extern int cpr_debug;
199 cpr_debug = cdp->cdd_debug; in cpr_read_cdump()
/onnv-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.c66 int cpr_debug; /* cpr debug, set with uadmin 3 10x */ variable
361 if (cpr_debug) in cb_read_statefile()
H A Dcprboot.h83 #define CPR_DBG(n) (cpr_debug & CPR_DEBUG##n)
/onnv-gate/usr/src/uts/common/sys/
H A Dcpr.h187 extern int cpr_debug;
212 #define CPR_DEBUG(level, ...) if (cpr_debug & level) cpr_dprintf(__VA_ARGS__)
/onnv-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c104 int cpr_debug; variable