Searched defs:fexecve_args (Results 1 – 2 of 2) sorted by relevance
237 struct fexecve_args { struct244 sys_fexecve(struct thread *td, struct fexecve_args *uap) in sys_fexecve() argument
1427 struct fexecve_args { struct1428 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];1429 char argv_l_[PADL_(char **)]; char ** argv; char argv_r_[PADR_(char **)];1430 char envv_l_[PADL_(char **)]; char ** envv; char envv_r_[PADR_(char **)];