UbixOS
2.0
|
#include <sysproto_posix.h>
Data Fields | |
struct timeval * | tp |
char | tp_l_ [0] |
char | tp_r_ [(sizeof(register_t)<=sizeof(struct timeval *) ? 0 :sizeof(register_t) - sizeof(struct timeval *))] |
struct timezone * | tzp |
char | tzp_l_ [0] |
char | tzp_r_ [(sizeof(register_t)<=sizeof(struct timezone *) ? 0 :sizeof(register_t) - sizeof(struct timezone *))] |
Definition at line 459 of file sysproto_posix.h.
struct timeval* gettimeofday_args::tp |
Definition at line 461 of file sysproto_posix.h.
char gettimeofday_args::tp_l_[0] |
Definition at line 460 of file sysproto_posix.h.
char gettimeofday_args::tp_r_[(sizeof(register_t)<=sizeof(struct timeval *) ? 0 :sizeof(register_t) - sizeof(struct timeval *))] |
Definition at line 462 of file sysproto_posix.h.
struct timezone* gettimeofday_args::tzp |
Definition at line 464 of file sysproto_posix.h.
char gettimeofday_args::tzp_l_[0] |
Definition at line 463 of file sysproto_posix.h.
char gettimeofday_args::tzp_r_[(sizeof(register_t)<=sizeof(struct timezone *) ? 0 :sizeof(register_t) - sizeof(struct timezone *))] |
Definition at line 465 of file sysproto_posix.h.