Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dktrace.h88 struct ktr_syscall { struct
/f-stack/freebsd/kern/
H A Dkern_ktrace.c102 struct ktr_syscall ktr_syscall; member
115 [KTR_SYSCALL] = offsetof(struct ktr_syscall, ktr_args),
452 struct ktr_syscall *ktp; in ktrsyscall()
470 ktp = &req->ktr_data.ktr_syscall; in ktrsyscall()