FreeBSD kernel kern code
execve_args Struct Reference

Data Fields

char * fname
 
char ** argv
 
char ** envv
 

Detailed Description

Definition at line 213 of file kern_exec.c.

Field Documentation

◆ argv

char** execve_args::argv

Definition at line 215 of file kern_exec.c.

Referenced by sys_execve(), and systrace_args().

◆ envv

char** execve_args::envv

Definition at line 216 of file kern_exec.c.

Referenced by sys_execve(), and systrace_args().

◆ fname

char* execve_args::fname

Definition at line 214 of file kern_exec.c.

Referenced by sys_execve(), and systrace_args().


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