FreeBSD kernel kern code
setpriority_args Struct Reference

Data Fields

int which
 
int who
 
int prio
 

Detailed Description

Definition at line 174 of file kern_resource.c.

Field Documentation

◆ prio

int setpriority_args::prio

Definition at line 177 of file kern_resource.c.

Referenced by sys_setpriority(), and systrace_args().

◆ which

int setpriority_args::which

Definition at line 175 of file kern_resource.c.

Referenced by sys_setpriority(), and systrace_args().

◆ who

int setpriority_args::who

Definition at line 176 of file kern_resource.c.

Referenced by sys_setpriority(), and systrace_args().


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