Home
last modified time | relevance | path

Searched refs:BOOTTRACE (Results 1 – 9 of 9) sorted by relevance

/freebsd/sbin/shutdown/
H A Dshutdown.c232 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 Dkern_shutdown.c322 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 Dinit_main.c338 BOOTTRACE("mi_startup done"); in mi_startup()
H A Dkern_linker.c238 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 Dvfs_bio.c1500 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 Dboottrace.c57 BOOTTRACE("%s start", *argv); in main()
68 BOOTTRACE("%s done", *argv); in main()
/freebsd/sys/sys/
H A Dboottrace.h48 #define BOOTTRACE(...) _boottrace(_BOOTTRACE_BOOTTRACE, __VA_ARGS__) macro
80 #define BOOTTRACE(...) _BOOTTRACE(NULL, __VA_ARGS__) macro
/freebsd/sbin/reboot/
H A Dreboot.c246 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 Dinit.c202 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()