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 268 of file kern_exec.c.

Field Documentation

◆ argv

char** __mac_execve_args::argv

Definition at line 270 of file kern_exec.c.

Referenced by sys___mac_execve(), and systrace_args().

◆ envv

char** __mac_execve_args::envv

Definition at line 271 of file kern_exec.c.

Referenced by sys___mac_execve(), and systrace_args().

◆ fname

char* __mac_execve_args::fname

Definition at line 269 of file kern_exec.c.

Referenced by sys___mac_execve(), and systrace_args().

◆ mac_p

struct mac* __mac_execve_args::mac_p

Definition at line 272 of file kern_exec.c.

Referenced by sys___mac_execve(), and systrace_args().


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