/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() 633 CPR_DEBUG(CPR_DEBUG5, "jumpback size = 0x%lx\n", in i_cpr_save_machdep_info() 845 CPR_DEBUG(CPR_DEBUG7, pages_fmt, "before", str, spages, vpages, pages); in i_cpr_save_sensitive_kpages() 865 CPR_DEBUG(CPR_DEBUG7, in i_cpr_save_sensitive_kpages() 904 CPR_DEBUG(CPR_DEBUG7, pages_fmt, "after ", str, in i_cpr_save_sensitive_kpages() 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() 947 CPR_DEBUG(CPR_DEBUG7, "%s sensitive pages: %ld\n", str, pages); in i_cpr_storage_data_alloc() [all …]
|
/illumos-gate/usr/src/uts/common/cpr/ |
H A D | cpr_dump.c | 224 CPR_DEBUG(CPR_DEBUG7, in cpr_write_header() 285 CPR_DEBUG(CPR_DEBUG9, "cpr_dump: Real Statefile Size: %ld\n", in cpr_write_terminator() 349 CPR_DEBUG(CPR_DEBUG7, "%s untag %ld sens pages\n", str, spages); in cpr_write_statefile() 362 CPR_DEBUG(CPR_DEBUG7, in cpr_write_statefile() 372 CPR_DEBUG(CPR_DEBUG7, in cpr_write_statefile() 461 CPR_DEBUG(CPR_DEBUG7, in cpr_dump() 472 CPR_DEBUG(CPR_DEBUG7, in cpr_dump() 487 CPR_DEBUG(CPR_DEBUG7, in cpr_dump() 707 CPR_DEBUG(CPR_DEBUG9, "cpr_count_kpages: kas_cnt=%ld\n", kas_cnt); in cpr_count_kpages() 708 CPR_DEBUG(CPR_DEBUG7, "\ncpr_count_kpages: %ld pages, 0x%lx bytes\n", in cpr_count_kpages() [all …]
|
H A D | cpr_uthread.c | 192 CPR_DEBUG(CPR_DEBUG1, "Suspend failed: " in cpr_check_user_threads() 202 CPR_DEBUG(CPR_DEBUG2, "cant stop t=%p state=%x pfg=%x " in cpr_check_user_threads() 205 CPR_DEBUG(CPR_DEBUG2, "proc %p state=%x pid=%d\n", 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_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_driver.c | 79 CPR_DEBUG(CPR_DEBUG2, "Suspending device %s\n", in cpr_suspend_devices() 109 CPR_DEBUG(CPR_DEBUG2, in cpr_suspend_devices() 188 CPR_DEBUG(CPR_DEBUG2, "Resuming device %s\n", 197 CPR_DEBUG(CPR_DEBUG2, "WARNING: Skipping " 218 CPR_DEBUG(CPR_DEBUG2,
|
H A D | cpr_misc.c | 615 CPR_DEBUG(CPR_DEBUG9, "Phys swap: max=%lu resv=%lu\n", in cpr_statefile_ok() 617 CPR_DEBUG(CPR_DEBUG9, "Mem swap: max=%ld resv=%lu\n", in cpr_statefile_ok() 620 CPR_DEBUG(CPR_DEBUG9, "Total available swap: %ld\n", 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()
|
H A D | cpr_mod.c | 467 CPR_DEBUG(CPR_DEBUG1, "(Done. Please Switch Off)\n"); in cpr()
|
/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() 324 CPR_DEBUG(CPR_DEBUG4, in cb_restore_kpages()
|
H A D | cprboot.c | 366 CPR_DEBUG(CPR_DEBUG4, "%s: total kpages %d\n", prog, sfile.kpages); in cb_read_statefile() 409 CPR_DEBUG(CPR_DEBUG1, "%s: reading statefile... ", prog); in cb_read_statefile() 440 CPR_DEBUG(CPR_DEBUG1, " \b\n"); in cb_read_statefile()
|
H A D | cprboot.h | 83 #define CPR_DBG(n) (cpr_debug & CPR_DEBUG##n)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | cpr.h | 212 #define CPR_DEBUG(level, ...) if (cpr_debug & level) cpr_dprintf(__VA_ARGS__) 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()
|