Searched refs:CPR_DEBUG1 (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/cpr/ |
H A D | cpr_main.c | 512 CPR_DEBUG(CPR_DEBUG1, "\nstopping user threads..."); in cpr_suspend() 519 CPR_DEBUG(CPR_DEBUG1, "done\n"); in cpr_suspend() 604 CPR_DEBUG(CPR_DEBUG1, ("cleaning up mapped pages...")); in cpr_suspend() 606 CPR_DEBUG(CPR_DEBUG1, ("done\n")); in cpr_suspend() 622 CPR_DEBUG(CPR_DEBUG1, "suspending drivers..."); in cpr_suspend() 630 CPR_DEBUG(CPR_DEBUG1, "done\n"); in cpr_suspend() 693 CPR_DEBUG(CPR_DEBUG1, "interrupt is stopped\n"); in cpr_suspend() 858 CPR_DEBUG(CPR_DEBUG1, "\nEntering cpr_resume...\n"); in cpr_resume() 1071 CPR_DEBUG(CPR_DEBUG1, "resuming devices..."); in cpr_resume() 1123 CPR_DEBUG(CPR_DEBUG1, "done\n"); in cpr_resume() [all …]
|
H A D | cpr_uthread.c | 192 CPR_DEBUG(CPR_DEBUG1, "Suspend failed: " in cpr_check_user_threads() 268 CPR_DEBUG(CPR_DEBUG1, "starting kernel daemons..."); in cpr_start_kernel_threads() 270 CPR_DEBUG(CPR_DEBUG1, "done\n"); in cpr_start_kernel_threads() 288 CPR_DEBUG(CPR_DEBUG1, "stopping kernel daemons..."); in cpr_stop_kernel_threads() 297 CPR_DEBUG(CPR_DEBUG1, ("done\n")); in cpr_stop_kernel_threads()
|
H A D | cpr_misc.c | 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() 667 CPR_DEBUG(CPR_DEBUG1, est_fmt, str, "", size, ksize); in cpr_statefile_ok() 670 CPR_DEBUG(CPR_DEBUG1, est_fmt, str, "no ", 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 D | cpr_dump.c | 257 if (cpr_debug & (CPR_DEBUG1 | CPR_DEBUG7)) in cpr_write_header() 946 CPR_DEBUG(CPR_DEBUG1, in cpr_compress_and_write() 948 CPR_DEBUG(CPR_DEBUG1, "pfn 0x%lx blk %d err %d\n", in cpr_compress_and_write()
|
H A D | cpr_mod.c | 467 CPR_DEBUG(CPR_DEBUG1, "(Done. Please Switch Off)\n"); in cpr()
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | cpr_impl.c | 495 CPR_DEBUG(CPR_DEBUG1, "MP restarted...\n"); in i_cpr_machdep_setup() 577 CPR_DEBUG(CPR_DEBUG1, "stack bias 0x%x, pstate 0x%x, wstate 0x%x\n", in i_cpr_write_machdep() 911 CPR_DEBUG(CPR_DEBUG1, "compressing pages to storage...\n"); in i_cpr_save_sensitive_kpages() 915 CPR_DEBUG(CPR_DEBUG1, "compressed %d pages\n", in i_cpr_save_sensitive_kpages() 919 CPR_DEBUG(CPR_DEBUG1, "%s too few descriptors\n", str); in i_cpr_save_sensitive_kpages() 1023 CPR_DEBUG(CPR_DEBUG1, "ran out of descriptors, base 0x%p, " in i_cpr_compress_and_save() 1068 CPR_DEBUG(CPR_DEBUG1, "i_cpr_compress_and_save: The storage " in i_cpr_compress_and_save() 1079 CPR_DEBUG(CPR_DEBUG1, "\nWARNING: " in i_cpr_compress_and_save() 1556 CPR_DEBUG(CPR_DEBUG1, in i_cpr_find_ppages() 1625 CPR_DEBUG(CPR_DEBUG1, "saved %ld prom pages\n", ppage_count); in i_cpr_save_ppages() [all …]
|
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | pages.c | 287 CPR_DEBUG(CPR_DEBUG1, "%s: restoring kpages... ", prog); in cb_restore_kpages() 312 CPR_DEBUG(CPR_DEBUG1, " \b\n"); in cb_restore_kpages()
|
H A D | cprboot.c | 409 CPR_DEBUG(CPR_DEBUG1, "%s: reading statefile... ", prog); in cb_read_statefile() 440 CPR_DEBUG(CPR_DEBUG1, " \b\n"); in cb_read_statefile()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | cpr.h | 202 #define CPR_DEBUG1 0x1 macro
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | cpr_impl.c | 113 CPR_DEBUG(CPR_DEBUG1, ("MP restarted...\n")); in i_cpr_machdep_setup()
|