Searched refs:tslog (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | kern_tslog.c | 54 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 D | device_if.m | 43 #include <sys/tslog.h>
|
| /freebsd/sys/sys/ |
| H A D | tslog.h | 59 #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 D | tslog.c | 78 tslog(const char * type, const char * f, const char * s) in tslog() function
|
| H A D | stand.h | 565 #define TSRAW(a, b, c) tslog(a, b, c) 570 void tslog(const char *, const char *, const char *);
|
| H A D | Makefile | 18 random.c sbrk.c tslog.c twiddle.c zalloc.c zalloc_malloc.c
|
| /freebsd/stand/ |
| H A D | loader.mk | 8 SRCS+= module.c nvstore.c pnglite.c tslog.c
|
| /freebsd/sys/dev/fdt/ |
| H A D | fdt_pinctrl_if.m | 65 #include <sys/tslog.h>
|
| /freebsd/share/man/man4/ |
| H A D | Makefile | 607 tslog.4 \
|
| /freebsd/sys/conf/ |
| H A D | files | 3927 kern/kern_tslog.c optional tslog
|