Searched defs:fexecve_args (Results 1 – 2 of 2) sorted by relevance
242 struct fexecve_args { struct249 sys_fexecve(struct thread *td, struct fexecve_args *uap) in sys_fexecve() argument
1421 struct fexecve_args { struct1422 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];1423 char argv_l_[PADL_(char **)]; char ** argv; char argv_r_[PADR_(char **)];1424 char envv_l_[PADL_(char **)]; char ** envv; char envv_r_[PADR_(char **)];