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 | 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/usr.sbin/ |
H A D | Makefile | 6 boottrace \
|
/freebsd/share/man/man4/ |
H A D | Makefile | 83 boottrace.4 \
|
/freebsd/libexec/rc/ |
H A D | rc.subr | 2717 boottrace_cmd=`command -v boottrace` 2718 if [ -n "$boottrace_cmd" ] && [ "`${SYSCTL_N} -q kern.boottrace.enabled`" = "1" ]; then
|