Home
last modified time | relevance | path

Searched refs:thr_set_name_args (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/kern/
H A Dkern_thr.c578 sys_thr_set_name(struct thread *td, struct thr_set_name_args *uap)
H A Dinit_sysent.c533 …{ .sy_narg = AS(thr_set_name_args), .sy_call = (sy_call_t *)sys_thr_set_name, .sy_auevent = AUE_NU…
H A Dsystrace_args.c2422 struct thr_set_name_args *p = params; in systrace_args()
/freebsd/sys/sys/
H A Dsysproto.h1289 struct thr_set_name_args { struct
2175 int sys_thr_set_name(struct thread *, struct thr_set_name_args *);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c534 …{ .sy_narg = AS(thr_set_name_args), .sy_call = (sy_call_t *)sys_thr_set_name, .sy_auevent = AUE_NU…
H A Dfreebsd32_systrace_args.c2280 struct thr_set_name_args *p = params; in systrace_args()