FreeBSD kernel kern code
|
Data Fields | |
int | fd |
char ** | argv |
char ** | envv |
Definition at line 217 of file kern_exec.c.
char** fexecve_args::argv |
Definition at line 219 of file kern_exec.c.
Referenced by sys_fexecve(), and systrace_args().
char** fexecve_args::envv |
Definition at line 220 of file kern_exec.c.
Referenced by sys_fexecve(), and systrace_args().
int fexecve_args::fd |
Definition at line 218 of file kern_exec.c.
Referenced by sys_fexecve(), and systrace_args().