Searched defs:ktr_syscall (Results 1 – 2 of 2) sorted by relevance
105 struct ktr_syscall { struct106 short ktr_code; /* syscall number */107 short ktr_narg; /* number of arguments */111 register_t ktr_args[1];
99 struct ktr_syscall ktr_syscall; member