|
FreeBSD kernel kern code
|
Data Fields | |
| idtype_t | idtype |
| id_t | id |
| int | com |
| void * | data |
Definition at line 1418 of file sys_process.c.
| 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().