/titanic_50/usr/src/uts/common/cpr/ |
H A D | cpr_misc.c | 89 cpr_err(int ce, const char *fmt, ...) in cpr_err() function 130 cpr_err(CE_CONT, "Unable to alloc from kernelmap.\n"); in cpr_init() 135 cpr_err(CE_CONT, "Reserved virtual range from 0x%p for writing " in cpr_init() 165 cpr_err(CE_CONT, "System has been resumed.\n"); in cpr_done() 187 cpr_err(CE_CONT, fmt, "open", config_path, err); in cpr_get_config() 195 cpr_err(CE_CONT, fmt, "read", config_path, err); in cpr_get_config() 202 cpr_err(CE_CONT, "invalid config file \"%s\", " in cpr_get_config() 284 cpr_err(CE_CONT, path_chg_fmt, in cpr_verify_statefile_path() 291 cpr_err(CE_CONT, long_name); in cpr_verify_statefile_path() 296 cpr_err(CE_CONT, lookup_fmt, cf->cf_devfs); in cpr_verify_statefile_path() [all …]
|
H A D | cpr_mod.c | 215 cpr_err(CE_CONT, blockstr); in cpr() 221 cpr_err(CE_CONT, noswapstr); in cpr() 231 cpr_err(CE_CONT, normalfmt, A_FREEZE, AD_REUSEFINI); in cpr() 241 cpr_err(CE_CONT, blockstr); in cpr() 247 cpr_err(CE_CONT, noswapstr); in cpr() 265 cpr_err(CE_CONT, normalfmt, A_FREEZE, AD_REUSEFINI); in cpr() 362 cpr_err(CE_CONT, modefmt, "already"); in cpr() 375 cpr_err(CE_CONT, modefmt, "not"); in cpr() 404 cpr_err(CE_CONT, "System is being suspended"); in cpr() 408 cpr_err(CE_NOTE, "Suspend operation failed."); in cpr()
|
H A D | cpr_driver.c | 114 cpr_err(CE_WARN, "Unable to suspend device %s.", in cpr_suspend_devices() 116 cpr_err(CE_WARN, "Device is busy or does not " in cpr_suspend_devices() 202 cpr_err(CE_WARN, "Skipping %s, device " 223 cpr_err(CE_WARN, "Unable to resume device %s",
|
H A D | cpr_uthread.c | 196 cpr_err(CE_WARN, "Suspend cannot stop " in cpr_check_user_threads() 200 cpr_err(CE_WARN, "Process may be waiting for" in cpr_check_user_threads() 293 cpr_err(CE_WARN, in cpr_stop_kernel_threads() 335 cpr_err(CE_WARN, in cpr_threads_are_stopped()
|
H A D | cpr_main.c | 1106 cpr_err(CE_WARN, str); in cpr_resume() 1110 cpr_err(CE_PANIC, str); in cpr_resume() 1114 cpr_err(CE_WARN, str); in cpr_resume() 1219 cpr_err(CE_WARN, "Failed to online all the processors."); in cpr_resume()
|
H A D | cpr_dump.c | 152 cpr_err(CE_WARN, allocerr); in cpr_alloc_bufs() 162 cpr_err(CE_WARN, allocerr); in cpr_alloc_bufs() 429 cpr_err(CE_WARN, "cannot allocate bitmaps"); in cpr_dump() 1017 cpr_err(CE_WARN, "cpr_write error %d", error); in cpr_write()
|
H A D | cpr_stat.c | 62 cpr_err(CE_WARN, "cpr_stat: run out of event buffers"); in cpr_stat_event_start()
|
/titanic_50/usr/src/uts/sun4u/os/ |
H A D | cpr_impl.c | 567 cpr_err(CE_WARN, "Failed to write descriptor."); in i_cpr_write_machdep() 613 cpr_err(CE_WARN, "Failed to write machdep info."); in i_cpr_write_machdep() 619 cpr_err(CE_WARN, fmt, "unix-tte"); in i_cpr_write_machdep() 642 cpr_err(CE_PANIC, "jumpback code exceeds one page."); in i_cpr_save_machdep_info() 1384 cpr_err(CE_CONT, "uadmin A_FREEZE AD_REUSEFINI " in i_cpr_reusefini() 1395 cpr_err(CE_WARN, "Failed reading %s, errno = %d", in i_cpr_reusefini() 1398 cpr_err(CE_WARN, "bad magic number in %s, cannot restore " in i_cpr_reusefini() 1416 cpr_err(CE_WARN, "Failed writing %s, errno %d", in i_cpr_reusefini() 1445 cpr_err(CE_NOTE, "reuseinit must be performed " in i_cpr_reuseinit() 1464 cpr_err(CE_NOTE, "cprinfo file does not " in i_cpr_check_cprinfo() [all …]
|
/titanic_50/usr/src/uts/sparc/os/ |
H A D | cpr_sparc.c | 79 cpr_err(CE_WARN, "cannot get \"options\" node"); in cpr_get_options_node() 141 cpr_err(CE_WARN, "cannot set nvram \"%s\" to \"%s\"", in cpr_update_nvram() 303 cpr_err(CE_WARN, fmt, orig->name); in cpr_default_setup()
|
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | xen_machdep.c | 315 cpr_err(int ce, const char *fmt, ...) in cpr_err() function 434 cpr_err(CE_WARN, "Cannot suspend on this hypervisor " in xen_suspend_domain() 446 cpr_err(CE_NOTE, "Domain suspending for save/migrate"); in xen_suspend_domain()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | cpr.h | 659 extern void cpr_err(int, const char *, ...) __KPRINTFLIKE(2);
|