Searched defs:ktr_syscall (Results 1 – 2 of 2) sorted by relevance
88 struct ktr_syscall { struct89 short ktr_code; /* syscall number */90 short ktr_narg; /* number of arguments */94 register_t ktr_args[1];
102 struct ktr_syscall ktr_syscall; member