Home
last modified time | relevance | path

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

/f-stack/freebsd/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; in sysctl_debug_ktr_entries()
297 sizeof(struct ktr_entry), ktr_alq_depth); in sysctl_debug_ktr_alq_enable()
324 struct ktr_entry *entry; in ktr_tracepoint()
359 entry = (struct ktr_entry *)ale->ae_data; in ktr_tracepoint()
443 struct ktr_entry *kp; in db_mach_vtrace()
/f-stack/freebsd/sys/
H A Dktr.h56 struct ktr_entry { struct
72 extern struct ktr_entry *ktr_buf; argument