Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDkern_resource.c84 struct getpriority_args { struct
90 sys_getpriority(struct thread *td, struct getpriority_args *uap) in sys_getpriority() argument
/freebsd-13-stable/sys/sys/
HDsysproto.h352 struct getpriority_args { struct
353 char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
354 char who_l_[PADL_(int)]; int who; char who_r_[PADR_(int)];