Searched refs:BOOTTRACE (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sbin/shutdown/ |
| H A D | shutdown.c | 232 BOOTTRACE("Shutdown at %s", ctime(&shuttime)); in main() 235 BOOTTRACE("Shutdown NOW!"); in main() 374 BOOTTRACE("%s by %s", in die_you_gravy_sucking_pig_dog() 383 BOOTTRACE("fake shutdown..."); in die_you_gravy_sucking_pig_dog() 401 BOOTTRACE("signal to init(8)..."); in die_you_gravy_sucking_pig_dog() 409 BOOTTRACE("exec reboot(8) -l..."); in die_you_gravy_sucking_pig_dog() 417 BOOTTRACE("exec halt(8) -l..."); in die_you_gravy_sucking_pig_dog() 425 BOOTTRACE("exec halt(8) -l -p..."); in die_you_gravy_sucking_pig_dog() 439 BOOTTRACE("SIGTERM to init(8)..."); in die_you_gravy_sucking_pig_dog()
|
| /freebsd/sys/kern/ |
| H A D | kern_shutdown.c | 322 BOOTTRACE("SIGUSR2 to init(8)"); in shutdown_nice_task_fn() 325 BOOTTRACE("SIGWINCH to init(8)"); in shutdown_nice_task_fn() 328 BOOTTRACE("SIGUSR1 to init(8)"); in shutdown_nice_task_fn() 331 BOOTTRACE("SIGINT to init(8)"); in shutdown_nice_task_fn() 348 BOOTTRACE("shutdown initiated"); in shutdown_nice() 433 BOOTTRACE("system panic: halting..."); in reboottrace() 435 BOOTTRACE("system panic: powering off..."); in reboottrace() 437 BOOTTRACE("system panic: rebooting..."); in reboottrace() 440 BOOTTRACE("system halting..."); in reboottrace() 442 BOOTTRACE("system powering off..."); in reboottrace() [all …]
|
| H A D | init_main.c | 338 BOOTTRACE("mi_startup done"); in mi_startup()
|
| H A D | kern_linker.c | 238 BOOTTRACE("%s: sysinit 0x%7x", lf->filename, in linker_file_sysinit() 295 BOOTTRACE("%s: sysuninit 0x%7x", lf->filename, in linker_file_sysuninit()
|
| H A D | vfs_bio.c | 1500 BOOTTRACE("shutdown failed to sync buffers"); in bufshutdown() 1505 BOOTTRACE("shutdown sync complete"); in bufshutdown() 1524 BOOTTRACE("shutdown unmounted all filesystems"); in bufshutdown()
|
| /freebsd/usr.sbin/boottrace/ |
| H A D | boottrace.c | 57 BOOTTRACE("%s start", *argv); in main() 68 BOOTTRACE("%s done", *argv); in main()
|
| /freebsd/sys/sys/ |
| H A D | boottrace.h | 48 #define BOOTTRACE(...) _boottrace(_BOOTTRACE_BOOTTRACE, __VA_ARGS__) macro 80 #define BOOTTRACE(...) _BOOTTRACE(NULL, __VA_ARGS__) macro
|
| /freebsd/sbin/reboot/ |
| H A D | reboot.c | 246 BOOTTRACE("SIG%s to init(8)...", sigstr); in shutdown() 475 BOOTTRACE("SIGTSTP to init(8)..."); in main() 480 BOOTTRACE("SIGTERM to all other processes..."); in main() 502 BOOTTRACE("SIGKILL to all other processes(%d)...", i); in main() 520 BOOTTRACE("SIGHUP to init(8)..."); in main()
|
| /freebsd/sbin/init/ |
| H A D | init.c | 202 BOOTTRACE("init(8) starting..."); in main() 867 BOOTTRACE("shutting down the system"); in single_user() 879 BOOTTRACE("going to single user mode"); in single_user() 1041 BOOTTRACE("%s starting...", rc_script); in runcom() 1044 BOOTTRACE("%s finished", rc_script); in runcom() 1666 BOOTTRACE("signal %d from %s", sig, get_current_state()); in boottrace_transition() 1926 BOOTTRACE("start killing user processes"); in death_single() 1978 BOOTTRACE("init(8): start rc.shutdown"); in runshutdown() 2028 BOOTTRACE("rc.shutdown's %d sec timeout expired", in runshutdown()
|