Searched refs:rtprio_args (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/kern/ |
| D | kern_resource.c | 362 struct rtprio_args { struct 369 sys_rtprio(struct thread *td, struct rtprio_args *uap) in sys_rtprio() argument
|
| D | init_sysent.c | 218 …{ AS(rtprio_args), (sy_call_t *)sys_rtprio, AUE_RTPRIO, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC …
|
| D | systrace_args.c | 856 struct rtprio_args *p = params; in systrace_args()
|
| /freebsd-12-stable/sys/compat/freebsd32/ |
| D | freebsd32_sysent.c | 225 …{ AS(rtprio_args), (sy_call_t *)sys_rtprio, AUE_RTPRIO, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC …
|
| D | freebsd32_systrace_args.c | 833 struct rtprio_args *p = params; in systrace_args()
|
| /freebsd-12-stable/sys/sys/ |
| D | sysproto.h | 501 struct rtprio_args { struct 1911 int sys_rtprio(struct thread *, struct rtprio_args *);
|