Home
last modified time | relevance | path

Searched defs:dup2_args (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsysproto.h93 struct dup2_args { struct
94 char from_l_[PADL_(u_int)]; u_int from; char from_r_[PADR_(u_int)];
95 char to_l_[PADL_(u_int)]; u_int to; char to_r_[PADR_(u_int)];
/f-stack/freebsd/kern/
H A Dkern_descrip.c357 struct dup2_args { struct
364 sys_dup2(struct thread *td, struct dup2_args *uap) in sys_dup2() argument
/f-stack/freebsd/sys/
H A Dsysproto.h319 struct dup2_args { struct
320 char from_l_[PADL_(u_int)]; u_int from; char from_r_[PADR_(u_int)];
321 char to_l_[PADL_(u_int)]; u_int to; char to_r_[PADR_(u_int)];