FreeBSD kernel kern code
fexecve_args Struct Reference

Data Fields

int fd
 
char ** argv
 
char ** envv
 

Detailed Description

Definition at line 217 of file kern_exec.c.

Field Documentation

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


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