Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dktrace.h116 struct ktr_syscall { struct
117 int ktr_code; /* syscall number */
118 int ktr_argsize; /* size of arguments */
/netbsd-src/sys/kern/
H A Dkern_ktrace.c538 ktr_syscall(register_t code, const register_t args[], int narg) in ktr_syscall() function