Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_boottrace.c215 boottrace_display(struct sbuf *sbp, struct bt_table *btp, uint64_t dthres) in boottrace_display() function
308 boottrace_display(NULL, &st, shutdown_trace_threshold); in boottrace_dump_console()
310 boottrace_display(NULL, &bt, 0); in boottrace_dump_console()
311 boottrace_display(NULL, &rt, 0); in boottrace_dump_console()
479 boottrace_display(sbuf, &bt, 0); in sysctl_log()
480 boottrace_display(sbuf, &rt, 0); in sysctl_log()