Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_exec.c269 struct __mac_execve_args { struct
278 sys___mac_execve(struct thread *td, struct __mac_execve_args *uap) in sys___mac_execve() argument
/freebsd/sys/sys/
H A Dsysproto.h1107 struct __mac_execve_args { struct
1108 char fname_l_[PADL_(const char *)]; const char * fname; char fname_r_[PADR_(const char *)];
1109 char argv_l_[PADL_(char **)]; char ** argv; char argv_r_[PADR_(char **)];
1110 char envv_l_[PADL_(char **)]; char ** envv; char envv_r_[PADR_(char **)];
1111 char mac_p_l_[PADL_(struct mac *)]; struct mac * mac_p; char mac_p_r_[PADR_(struct mac *)];