Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dktrace.h105 struct ktr_syscall { struct
106 short ktr_code; /* syscall number */
107 short ktr_narg; /* number of arguments */
111 register_t ktr_args[1];
/freebsd/sys/kern/
H A Dkern_ktrace.c99 struct ktr_syscall ktr_syscall; member