Searched defs:fexecve_args (Results 1 – 2 of 2) sorted by relevance
235 struct fexecve_args { struct242 sys_fexecve(struct thread *td, struct fexecve_args *uap) in sys_fexecve() argument
1434 struct fexecve_args { struct1435 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];1436 char argv_l_[PADL_(char **)]; char ** argv; char argv_r_[PADR_(char **)];1437 char envv_l_[PADL_(char **)]; char ** envv; char envv_r_[PADR_(char **)];