Searched refs:boottrace (Results 1 – 6 of 6) sorted by relevance
| /freebsd/usr.sbin/boottrace/ |
| H A D | Makefile | 1 PROG= boottrace 2 MAN= boottrace.8
|
| /freebsd/sys/sys/ |
| H A D | boottrace.h | 78 (void)boottrace(tdname, __VA_ARGS__); \ 86 int boottrace(const char *_tdname, const char *_eventfmt, ...)
|
| /freebsd/sys/kern/ |
| H A D | kern_boottrace.c | 111 SYSCTL_NODE(_kern, OID_AUTO, boottrace, CTLFLAG_RD | CTLFLAG_MPSAFE, 0, 118 SYSCTL_PROC(_kern_boottrace, OID_AUTO, boottrace, 386 boottrace(const char *tdname, const char *fmt, ...) in boottrace() function 612 SYSINIT(boottrace, SI_SUB_CPU, SI_ORDER_ANY, boottrace_init, NULL);
|
| /freebsd/usr.sbin/ |
| H A D | Makefile | 6 boottrace \
|
| /freebsd/share/man/man4/ |
| H A D | Makefile | 95 boottrace.4 \
|
| /freebsd/libexec/rc/ |
| H A D | rc.subr | 2853 boottrace_cmd=`command -v boottrace` 2854 if [ -n "$boottrace_cmd" ] && [ "`${SYSCTL_N} -q kern.boottrace.enabled`" = "1" ]; then
|