Searched refs:ktr_entry (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dkern_ktr.c101 struct ktr_entry ktr_buf_init[KTR_BOOT_ENTRIES];
102 struct ktr_entry *ktr_buf = ktr_buf_init;
216 struct ktr_entry *buf, *oldbuf;
297 sizeof(struct ktr_entry), ktr_alq_depth);
324 struct ktr_entry *entry;
359 entry = (struct ktr_entry *)ale->ae_data;
443 struct ktr_entry *kp;
/freebsd-13-stable/sys/sys/
H A Dktr.h44 * Version number for ktr_entry struct. Increment this when you break binary
56 struct ktr_entry { struct
72 extern struct ktr_entry *ktr_buf;
/freebsd-13-stable/usr.bin/ktrdump/
H A Dktrdump.c94 struct ktr_entry *buf;

Completed in 111 milliseconds