Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dktrace.h88 struct ktr_syscall { struct
89 short ktr_code; /* syscall number */
90 short ktr_narg; /* number of arguments */
94 register_t ktr_args[1];
/f-stack/freebsd/kern/
H A Dkern_ktrace.c102 struct ktr_syscall ktr_syscall; member