Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_descrip.c369 struct dup2_args { struct
376 sys_dup2(struct thread *td, struct dup2_args *uap) in sys_dup2() argument
/freebsd/sys/sys/
H A Dsysproto.h309 struct dup2_args { struct
310 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)];