Home
last modified time | relevance | path

Searched refs:boottrace (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.sbin/boottrace/
H A DMakefile1 PROG= boottrace
2 MAN= boottrace.8
/freebsd/sys/sys/
H A Dboottrace.h78 (void)boottrace(tdname, __VA_ARGS__); \
86 int boottrace(const char *_tdname, const char *_eventfmt, ...)
/freebsd/sys/kern/
H A Dkern_boottrace.c111 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 DMakefile6 boottrace \
/freebsd/share/man/man4/
H A DMakefile95 boottrace.4 \
/freebsd/libexec/rc/
H A Drc.subr2853 boottrace_cmd=`command -v boottrace`
2854 if [ -n "$boottrace_cmd" ] && [ "`${SYSCTL_N} -q kern.boottrace.enabled`" = "1" ]; then