Searched refs:boottrace_display (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | kern_boottrace.c | 214 boottrace_display(struct sbuf *sbp, struct bt_table *btp, uint64_t dthres) in boottrace_display() function 307 boottrace_display(NULL, &st, shutdown_trace_threshold); in boottrace_dump_console() 309 boottrace_display(NULL, &bt, 0); in boottrace_dump_console() 310 boottrace_display(NULL, &rt, 0); in boottrace_dump_console() 478 boottrace_display(sbuf, &bt, 0); in sysctl_log() 479 boottrace_display(sbuf, &rt, 0); in sysctl_log()
|