| 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 689 of file sysproto_posix.h.
| struct timeval* sys_gettimeofday_args::tp | 
Definition at line 691 of file sysproto_posix.h.
Referenced by sys_gettimeofday().
| char sys_gettimeofday_args::tp_l_[0] | 
Definition at line 690 of file sysproto_posix.h.
| char sys_gettimeofday_args::tp_r_[(sizeof(register_t)<=sizeof(struct timeval *) ? 0 :sizeof(register_t) - sizeof(struct timeval *))] | 
Definition at line 692 of file sysproto_posix.h.
| struct timezone* sys_gettimeofday_args::tzp | 
Definition at line 694 of file sysproto_posix.h.
Referenced by sys_gettimeofday().
| char sys_gettimeofday_args::tzp_l_[0] | 
Definition at line 693 of file sysproto_posix.h.
| char sys_gettimeofday_args::tzp_r_[(sizeof(register_t)<=sizeof(struct timezone *) ? 0 :sizeof(register_t) - sizeof(struct timezone *))] | 
Definition at line 695 of file sysproto_posix.h.