FreeBSD kernel kern code
procctl_args Struct Reference

Data Fields

idtype_t idtype
 
id_t id
 
int com
 
void * data
 

Detailed Description

Definition at line 1418 of file sys_process.c.

Field Documentation

int procctl_args::com

Definition at line 1421 of file sys_process.c.

Referenced by sys_procctl(), and systrace_args().

void* procctl_args::data

Definition at line 1422 of file sys_process.c.

Referenced by sys_procctl(), and systrace_args().

id_t procctl_args::id

Definition at line 1420 of file sys_process.c.

Referenced by sys_procctl(), and systrace_args().

idtype_t procctl_args::idtype

Definition at line 1419 of file sys_process.c.

Referenced by sys_procctl(), and systrace_args().


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