Searched refs:thr_kill_args (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/kern/ |
| D | kern_thr.c | 377 sys_thr_kill(struct thread *td, struct thr_kill_args *uap) in sys_thr_kill()
|
| D | init_sysent.c | 469 …{ AS(thr_kill_args), (sy_call_t *)sys_thr_kill, AUE_NULL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATI…
|
| D | systrace_args.c | 2451 struct thr_kill_args *p = params; in systrace_args()
|
| /freebsd-10-stable/sys/compat/freebsd32/ |
| D | freebsd32_sysent.c | 482 …{ AS(thr_kill_args), (sy_call_t *)sys_thr_kill, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 433 =…
|
| D | freebsd32_systrace_args.c | 2226 struct thr_kill_args *p = params; in systrace_args()
|
| /freebsd-10-stable/sys/sys/ |
| D | sysproto.h | 1299 struct thr_kill_args { struct 2125 int sys_thr_kill(struct thread *, struct thr_kill_args *);
|