UbixOS
2.0
|
#include <sysproto_posix.h>
Data Fields | |
void * | buf |
char | buf_l_ [0] |
char | buf_r_ [(sizeof(register_t)<=sizeof(void *) ? 0 :sizeof(register_t) - sizeof(void *))] |
int | fd |
char | fd_l_ [0] |
char | fd_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
size_t | nbyte |
char | nbyte_l_ [0] |
char | nbyte_r_ [(sizeof(register_t)<=sizeof(size_t) ? 0 :sizeof(register_t) - sizeof(size_t))] |
Definition at line 487 of file sysproto_posix.h.
void* read_args::buf |
Definition at line 492 of file sysproto_posix.h.
Referenced by read().
char read_args::buf_l_[0] |
Definition at line 491 of file sysproto_posix.h.
char read_args::buf_r_[(sizeof(register_t)<=sizeof(void *) ? 0 :sizeof(register_t) - sizeof(void *))] |
Definition at line 493 of file sysproto_posix.h.
int read_args::fd |
Definition at line 489 of file sysproto_posix.h.
Referenced by read().
char read_args::fd_l_[0] |
Definition at line 488 of file sysproto_posix.h.
char read_args::fd_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
Definition at line 490 of file sysproto_posix.h.
size_t read_args::nbyte |
Definition at line 495 of file sysproto_posix.h.
Referenced by read().
char read_args::nbyte_l_[0] |
Definition at line 494 of file sysproto_posix.h.
char read_args::nbyte_r_[(sizeof(register_t)<=sizeof(size_t) ? 0 :sizeof(register_t) - sizeof(size_t))] |
Definition at line 496 of file sysproto_posix.h.