Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_resource.c87 struct getpriority_args { struct
93 sys_getpriority(struct thread *td, register struct getpriority_args *uap) in sys_getpriority() argument
/NextBSD/sys/sys/
HDsysproto.h363 struct getpriority_args { struct
364 char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
365 char who_l_[PADL_(int)]; int who; char who_r_[PADR_(int)];