Searched defs:dup2_args (Results 1 – 2 of 2) sorted by relevance
369 struct dup2_args { struct 376 sys_dup2(struct thread *td, struct dup2_args *uap) in sys_dup2() argument
309 struct dup2_args { struct310 char from_l_[PADL_(u_int)]; u_int from; char from_r_[PADR_(u_int)];311 char to_l_[PADL_(u_int)]; u_int to; char to_r_[PADR_(u_int)];