Home
last modified time | relevance | path

Searched refs:tslog (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/kern/
H A Dkern_tslog.c54 tslog(void * td, int type, const char * f, const char * s) in tslog() function
135 SYSCTL_PROC(_debug, OID_AUTO, tslog,
229 tslog(curthread, TS_ENTER, "SYSINIT", x->name); in sysinit_tslog_shim()
231 tslog(curthread, TS_EXIT, "SYSINIT", x->name); in sysinit_tslog_shim()
H A Ddevice_if.m43 #include <sys/tslog.h>
/freebsd/sys/sys/
H A Dtslog.h59 #define TSRAW(a, b, c, d) tslog(a, b, c, d)
60 void tslog(void *, int, const char *, const char *);
/freebsd/stand/libsa/
H A Dtslog.c78 tslog(const char * type, const char * f, const char * s) in tslog() function
H A Dstand.h565 #define TSRAW(a, b, c) tslog(a, b, c)
570 void tslog(const char *, const char *, const char *);
H A DMakefile18 random.c sbrk.c tslog.c twiddle.c zalloc.c zalloc_malloc.c
/freebsd/stand/
H A Dloader.mk8 SRCS+= module.c nvstore.c pnglite.c tslog.c
/freebsd/sys/dev/fdt/
H A Dfdt_pinctrl_if.m65 #include <sys/tslog.h>
/freebsd/share/man/man4/
H A DMakefile607 tslog.4 \
/freebsd/sys/conf/
H A Dfiles3927 kern/kern_tslog.c optional tslog