Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_resource.c375 struct rtprio_args { struct
382 sys_rtprio(struct thread *td, struct rtprio_args *uap) in sys_rtprio() argument
H A Dinit_sysent.c229 …{ .sy_narg = AS(rtprio_args), .sy_call = (sy_call_t *)sys_rtprio, .sy_auevent = AUE_RTPRIO, .sy_fl…
H A Dsystrace_args.c856 struct rtprio_args *p = params; in systrace_args()
/freebsd-14.2/sys/sys/
H A Dsysproto.h497 struct rtprio_args { struct
1995 int sys_rtprio(struct thread *, struct rtprio_args *);
/freebsd-14.2/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c230 …{ .sy_narg = AS(rtprio_args), .sy_call = (sy_call_t *)sys_rtprio, .sy_auevent = AUE_RTPRIO, .sy_fl…
H A Dfreebsd32_systrace_args.c833 struct rtprio_args *p = params; in systrace_args()