FreeBSD kernel kern code
dup2_args Struct Reference

Data Fields

u_int from
 
u_int to
 

Detailed Description

Definition at line 373 of file kern_descrip.c.

Field Documentation

◆ from

u_int dup2_args::from

Definition at line 374 of file kern_descrip.c.

Referenced by sys_dup2(), and systrace_args().

◆ to

u_int dup2_args::to

Definition at line 375 of file kern_descrip.c.

Referenced by sys_dup2(), and systrace_args().


The documentation for this struct was generated from the following file: