FreeBSD kernel kern code
|
Data Fields | |
int | which |
int | who |
int | prio |
Definition at line 171 of file kern_resource.c.
int setpriority_args::prio |
Definition at line 174 of file kern_resource.c.
Referenced by sys_setpriority(), and systrace_args().
int setpriority_args::which |
Definition at line 172 of file kern_resource.c.
Referenced by sys_setpriority(), and systrace_args().
int setpriority_args::who |
Definition at line 173 of file kern_resource.c.
Referenced by sys_setpriority(), and systrace_args().