UbixOS  2.0
sys_dup2_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for sys_dup2_args:
Collaboration graph

Data Fields

u_int from
 
char from_l_ [0]
 
char from_r_ [(sizeof(register_t)<=sizeof(u_int) ? 0 :sizeof(register_t) - sizeof(u_int))]
 
u_int to
 
char to_l_ [0]
 
char to_r_ [(sizeof(register_t)<=sizeof(u_int) ? 0 :sizeof(register_t) - sizeof(u_int))]
 

Detailed Description

Definition at line 809 of file sysproto_posix.h.

Field Documentation

◆ from

u_int sys_dup2_args::from

Definition at line 811 of file sysproto_posix.h.

Referenced by sys_dup2().

◆ from_l_

char sys_dup2_args::from_l_[0]

Definition at line 810 of file sysproto_posix.h.

◆ from_r_

char sys_dup2_args::from_r_[(sizeof(register_t)<=sizeof(u_int) ? 0 :sizeof(register_t) - sizeof(u_int))]

Definition at line 812 of file sysproto_posix.h.

◆ to

u_int sys_dup2_args::to

Definition at line 814 of file sysproto_posix.h.

Referenced by sys_dup2().

◆ to_l_

char sys_dup2_args::to_l_[0]

Definition at line 813 of file sysproto_posix.h.

◆ to_r_

char sys_dup2_args::to_r_[(sizeof(register_t)<=sizeof(u_int) ? 0 :sizeof(register_t) - sizeof(u_int))]

Definition at line 815 of file sysproto_posix.h.


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