Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_mod.c75 int cpr_debug; variable
283 cpr_debug = 0; in cpr()
293 cpr_debug |= CPR_DEBUG_BIT(fcn); in cpr()
297 cpr_debug |= CPR_DEBUG6; in cpr()
H A Dcpr_misc.c135 if (cpr_debug & CPR_DEBUG3) in cpr_init()
460 if (cpr_debug & (CPR_DEBUG1 | CPR_DEBUG7)) in cpr_alloc_statefile()
631 if (cpr_debug & (CPR_DEBUG1 | CPR_DEBUG6)) in cpr_statefile_ok()
640 if (cpr_debug & (CPR_DEBUG1 | CPR_DEBUG6)) in cpr_statefile_ok()
650 if (cpr_debug & (CPR_DEBUG1 | CPR_DEBUG6)) in cpr_statefile_ok()
680 if (cpr_debug & (CPR_DEBUG1 | CPR_DEBUG6)) in cpr_statefile_ok()
689 if (cpr_debug & (CPR_DEBUG1 | CPR_DEBUG6)) in cpr_statefile_ok()
720 if (cpr_debug & (CPR_DEBUG1 | CPR_DEBUG6)) { in cpr_statefile_ok()
917 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.c273 if (cpr_debug & CPR_DEBUG5) { in cpr_log_status()
299 if (cpr_debug & CPR_DEBUG5) { in cpr_log_status()
534 if (cpr_debug) in cpr_suspend()
1254 if (cpr_debug & CPR_DEBUG1) in cpr_resume()
/illumos-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()
/illumos-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)
/illumos-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__)
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c104 int cpr_debug; variable