Home
last modified time | relevance | path

Searched defs:rtprio_args (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_resource.c374 struct rtprio_args { struct
381 sys_rtprio(struct thread *td, struct rtprio_args *uap) in sys_rtprio() argument
/f-stack/freebsd/sys/
H A Dsysproto.h501 struct rtprio_args { struct
502 char function_l_[PADL_(int)]; int function; char function_r_[PADR_(int)];
503 char pid_l_[PADL_(pid_t)]; pid_t pid; char pid_r_[PADR_(pid_t)];
504 char rtp_l_[PADL_(struct rtprio *)]; struct rtprio * rtp; char rtp_r_[PADR_(struct rtprio *)];