Home
last modified time | relevance | path

Searched refs:CPR_DEBUG (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c495 CPR_DEBUG(CPR_DEBUG1, "MP restarted...\n"); in i_cpr_machdep_setup()
633 CPR_DEBUG(CPR_DEBUG5, "jumpback size = 0x%lx\n", in i_cpr_save_machdep_info()
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()
915 CPR_DEBUG(CPR_DEBUG1, "compressed %d pages\n", in i_cpr_save_sensitive_kpages()
948 CPR_DEBUG(CPR_DEBUG7, in i_cpr_storage_data_alloc()
1079 CPR_DEBUG(CPR_DEBUG1, "\nWARNING: " in i_cpr_compress_and_save()
1331 CPR_DEBUG(CPR_DEBUG7, "error: %x\n", error); in cpr_dump_sensitive()
1556 CPR_DEBUG(CPR_DEBUG1, in i_cpr_find_ppages()
1685 CPR_DEBUG(CPR_DEBUG1, "freed %ld prom pages\n", in i_cpr_prom_pages()
[all …]
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_dump.c224 CPR_DEBUG(CPR_DEBUG7, in cpr_write_header()
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()
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()
997 CPR_DEBUG(CPR_DEBUG3, in cpr_write()
1012 CPR_DEBUG(CPR_DEBUG3, "done\n"); in cpr_write()
[all …]
H A Dcpr_uthread.c192 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 Dcpr_main.c519 CPR_DEBUG(CPR_DEBUG1, "done\n"); 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()
1071 CPR_DEBUG(CPR_DEBUG1, "resuming devices..."); in cpr_resume()
1123 CPR_DEBUG(CPR_DEBUG1, "done\n"); in cpr_resume()
1201 CPR_DEBUG(CPR_DEBUG1, "starting user threads..."); in cpr_resume()
1204 CPR_DEBUG(CPR_DEBUG1, "done\n"); in cpr_resume()
1244 CPR_DEBUG(CPR_DEBUG1, "Sending SIGTHAW..."); in cpr_resume()
[all …]
H A Dcpr_driver.c79 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 Dcpr_misc.c615 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 Dcpr_mod.c467 CPR_DEBUG(CPR_DEBUG1, "(Done. Please Switch Off)\n"); in cpr()
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dpages.c287 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 Dcprboot.c366 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 Dcprboot.h83 #define CPR_DBG(n) (cpr_debug & CPR_DEBUG##n)
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h212 #define CPR_DEBUG(level, ...) if (cpr_debug & level) cpr_dprintf(__VA_ARGS__) macro
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpr_impl.c113 CPR_DEBUG(CPR_DEBUG1, ("MP restarted...\n")); in i_cpr_machdep_setup()