Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_resource.c171 struct setpriority_args { struct
178 sys_setpriority(struct thread *td, struct setpriority_args *uap) in sys_setpriority() argument
/freebsd/sys/sys/
H A Dsysproto.h328 struct setpriority_args { struct
329 char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
330 char who_l_[PADL_(int)]; int who; char who_r_[PADR_(int)];
331 char prio_l_[PADL_(int)]; int prio; char prio_r_[PADR_(int)];