Searched defs:fexecve_args (Results 1 – 2 of 2) sorted by relevance
243 struct fexecve_args { struct250 sys_fexecve(struct thread *td, struct fexecve_args *uap) in sys_fexecve() argument
1413 struct fexecve_args { struct1414 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];1415 char argv_l_[PADL_(char **)]; char ** argv; char argv_r_[PADR_(char **)];1416 char envv_l_[PADL_(char **)]; char ** envv; char envv_r_[PADR_(char **)];