UbixOS
2.0
|
#include <sysproto_posix.h>
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))] |
Definition at line 809 of file sysproto_posix.h.
u_int sys_dup2_args::from |
Definition at line 811 of file sysproto_posix.h.
Referenced by sys_dup2().
char sys_dup2_args::from_l_[0] |
Definition at line 810 of file sysproto_posix.h.
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.
u_int sys_dup2_args::to |
Definition at line 814 of file sysproto_posix.h.
Referenced by sys_dup2().
char sys_dup2_args::to_l_[0] |
Definition at line 813 of file sysproto_posix.h.
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.