UbixOS
2.0
|
#include <sysproto_posix.h>
Data Fields | |
int | fd |
char | fd_l_ [0] |
char | fd_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
off_t | offset |
char | offset_l_ [0] |
char | offset_r_ [(sizeof(register_t)<=sizeof(off_t) ? 0 :sizeof(register_t) - sizeof(off_t))] |
int | whence |
char | whence_l_ [0] |
char | whence_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
Definition at line 217 of file sysproto_posix.h.
int sys_lseek_args::fd |
Definition at line 219 of file sysproto_posix.h.
Referenced by sys_lseek().
char sys_lseek_args::fd_l_[0] |
Definition at line 218 of file sysproto_posix.h.
char sys_lseek_args::fd_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
Definition at line 220 of file sysproto_posix.h.
off_t sys_lseek_args::offset |
Definition at line 222 of file sysproto_posix.h.
Referenced by sys_lseek().
char sys_lseek_args::offset_l_[0] |
Definition at line 221 of file sysproto_posix.h.
char sys_lseek_args::offset_r_[(sizeof(register_t)<=sizeof(off_t) ? 0 :sizeof(register_t) - sizeof(off_t))] |
Definition at line 223 of file sysproto_posix.h.
int sys_lseek_args::whence |
Definition at line 225 of file sysproto_posix.h.
Referenced by sys_lseek().
char sys_lseek_args::whence_l_[0] |
Definition at line 224 of file sysproto_posix.h.
char sys_lseek_args::whence_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
Definition at line 226 of file sysproto_posix.h.