Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_boottrace.c218 struct bt_event *last_evtp; in boottrace_display() local
243 last_evtp = NULL; in boottrace_display()
268 if (last_evtp != NULL && !last_printed) in boottrace_display()
269 BTC_DELTA_PRINT(last_evtp, last_msecs, in boottrace_display()
279 last_evtp = evtp; in boottrace_display()