Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDkern_resource.c373 struct rtprio_args { struct
380 sys_rtprio(struct thread *td, struct rtprio_args *uap) in sys_rtprio() argument
HDinit_sysent.c223 …{ .sy_narg = AS(rtprio_args), .sy_call = (sy_call_t *)sys_rtprio, .sy_auevent = AUE_RTPRIO, .sy_fl…
HDsystrace_args.c855 struct rtprio_args *p = params; in systrace_args()
/freebsd-13-stable/sys/sys/
HDsysproto.h500 struct rtprio_args { struct
1976 int sys_rtprio(struct thread *, struct rtprio_args *);
/freebsd-13-stable/sys/compat/freebsd32/
HDfreebsd32_sysent.c230 …{ .sy_narg = AS(rtprio_args), .sy_call = (sy_call_t *)sys_rtprio, .sy_auevent = AUE_RTPRIO, .sy_fl…
HDfreebsd32_systrace_args.c832 struct rtprio_args *p = params; in systrace_args()