Home
last modified time | relevance | path

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

/dragonfly/usr.bin/ktrdump/
H A Dktrdump.c155 static void load_bufs(struct ktr_buffer *, struct ktr_entry **, int *);
329 load_bufs(ktr_bufs, ktr_kbuf, ktr_idx); in main()
338 load_bufs(ktr_bufs, ktr_kbuf, ktr_idx); in main()
895 load_bufs(struct ktr_buffer *ktr_bufs, struct ktr_entry **kbufs, int *ktr_idx) in load_bufs() function