Searched refs:boottrace (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/usr.sbin/boottrace/ |
| H A D | Makefile | 1 PROG= boottrace 2 MAN= boottrace.8
|
| /freebsd-14.2/sys/sys/ |
| H A D | boottrace.h | 78 (void)boottrace(tdname, __VA_ARGS__); \ 86 int boottrace(const char *_tdname, const char *_eventfmt, ...)
|
| /freebsd-14.2/sys/kern/ |
| H A D | kern_boottrace.c | 112 SYSCTL_NODE(_kern, OID_AUTO, boottrace, CTLFLAG_RD | CTLFLAG_MPSAFE, 0, 119 SYSCTL_PROC(_kern_boottrace, OID_AUTO, boottrace, 387 boottrace(const char *tdname, const char *fmt, ...) in boottrace() function 613 SYSINIT(boottrace, SI_SUB_CPU, SI_ORDER_ANY, boottrace_init, NULL);
|
| /freebsd-14.2/usr.sbin/ |
| H A D | Makefile | 8 boottrace \
|
| /freebsd-14.2/ |
| H A D | RELNOTES | 217 - rc(8) scripts (via boottrace(8)) 226 See boottrace(4) for more details.
|
| /freebsd-14.2/share/man/man4/ |
| H A D | Makefile | 84 boottrace.4 \
|
| /freebsd-14.2/libexec/rc/ |
| H A D | rc.subr | 1512 ${SYSCTL} kern.boottrace.boottrace="$1" 2303 boottrace_cmd=`command -v boottrace` 2304 if [ -n "$boottrace_cmd" ] && [ "`${SYSCTL_N} -q kern.boottrace.enabled`" = "1" ]; then
|