Home
last modified time | relevance | path

Searched defs:__mac_execve_args (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_exec.c263 struct __mac_execve_args { struct
272 sys___mac_execve(struct thread *td, struct __mac_execve_args *uap) in sys___mac_execve() argument
/f-stack/freebsd/sys/
H A Dsysproto.h1117 struct __mac_execve_args { struct
1118 char fname_l_[PADL_(const char *)]; const char * fname; char fname_r_[PADR_(const char *)];
1119 char argv_l_[PADL_(char **)]; char ** argv; char argv_r_[PADR_(char **)];
1120 char envv_l_[PADL_(char **)]; char ** envv; char envv_r_[PADR_(char **)];
1121 char mac_p_l_[PADL_(struct mac *)]; struct mac * mac_p; char mac_p_r_[PADR_(struct mac *)];