Searched refs:rtprio_thread_args (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/kern/ |
| D | kern_resource.c | 281 struct rtprio_thread_args { struct 288 sys_rtprio_thread(struct thread *td, struct rtprio_thread_args *uap) in sys_rtprio_thread() argument
|
| D | init_sysent.c | 518 …{ AS(rtprio_thread_args), (sy_call_t *)sys_rtprio_thread, AUE_RTPRIO, NULL, 0, 0, SYF_CAPENABLED, …
|
| D | systrace_args.c | 2458 struct rtprio_thread_args *p = params; in systrace_args()
|
| /freebsd-12-stable/sys/compat/freebsd32/ |
| D | freebsd32_sysent.c | 525 …{ AS(rtprio_thread_args), (sy_call_t *)sys_rtprio_thread, AUE_RTPRIO, NULL, 0, 0, SYF_CAPENABLED, …
|
| D | freebsd32_systrace_args.c | 2296 struct rtprio_thread_args *p = params; in systrace_args()
|
| /freebsd-12-stable/sys/sys/ |
| D | sysproto.h | 1310 struct rtprio_thread_args { struct 2098 int sys_rtprio_thread(struct thread *, struct rtprio_thread_args *);
|