FreeBSD kernel kern code
__mac_execve_args Struct Reference

Data Fields

char * fname
 
char ** argv
 
char ** envv
 
struct mac * mac_p
 

Detailed Description

Definition at line 239 of file kern_exec.c.

Field Documentation

char** __mac_execve_args::argv

Definition at line 241 of file kern_exec.c.

Referenced by sys___mac_execve(), and systrace_args().

char** __mac_execve_args::envv

Definition at line 242 of file kern_exec.c.

Referenced by sys___mac_execve(), and systrace_args().

char* __mac_execve_args::fname

Definition at line 240 of file kern_exec.c.

Referenced by sys___mac_execve(), and systrace_args().

struct mac* __mac_execve_args::mac_p

Definition at line 243 of file kern_exec.c.

Referenced by sys___mac_execve(), and systrace_args().


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