Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_boottrace.c58 struct bt_event { struct
76 struct bt_event *table; argument
217 struct bt_event *evtp; in boottrace_display()
218 struct bt_event *last_evtp; in boottrace_display()
562 rt.table = realloc(rt.table, newsize * sizeof(struct bt_event), in boottrace_resize()
593 bt.table = malloc(bt.size * sizeof(struct bt_event), M_BOOTTRACE, in boottrace_init()
605 rt.table = malloc(rt.size * sizeof(struct bt_event), M_BOOTTRACE, in boottrace_init()
610 st.table = malloc(st.size * sizeof(struct bt_event), M_BOOTTRACE, in boottrace_init()