FreeBSD kernel kern code
setpriority_args Struct Reference

Data Fields

int which
 
int who
 
int prio
 

Detailed Description

Definition at line 171 of file kern_resource.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: