FreeBSD kernel kern code
fexecve_args Struct Reference

Data Fields

int fd
 
char ** argv
 
char ** envv
 

Detailed Description

Definition at line 240 of file kern_exec.c.

Field Documentation

◆ argv

char** fexecve_args::argv

Definition at line 242 of file kern_exec.c.

Referenced by sys_fexecve(), and systrace_args().

◆ envv

char** fexecve_args::envv

Definition at line 243 of file kern_exec.c.

Referenced by sys_fexecve(), and systrace_args().

◆ fd

int fexecve_args::fd

Definition at line 241 of file kern_exec.c.

Referenced by sys_fexecve(), and systrace_args().


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