Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_resource.c86 struct getpriority_args { struct
92 sys_getpriority(struct thread *td, struct getpriority_args *uap) in sys_getpriority() argument
/freebsd-14.2/sys/sys/
H A Dsysproto.h349 struct getpriority_args { struct
350 char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
351 char who_l_[PADL_(int)]; int who; char who_r_[PADR_(int)];