UbixOS  2.0
gettimeofday_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for gettimeofday_args:
Collaboration graph

Data Fields

struct timevaltp
 
char tp_l_ [0]
 
char tp_r_ [(sizeof(register_t)<=sizeof(struct timeval *) ? 0 :sizeof(register_t) - sizeof(struct timeval *))]
 
struct timezonetzp
 
char tzp_l_ [0]
 
char tzp_r_ [(sizeof(register_t)<=sizeof(struct timezone *) ? 0 :sizeof(register_t) - sizeof(struct timezone *))]
 

Detailed Description

Definition at line 459 of file sysproto_posix.h.

Field Documentation

◆ tp

struct timeval* gettimeofday_args::tp

Definition at line 461 of file sysproto_posix.h.

◆ tp_l_

char gettimeofday_args::tp_l_[0]

Definition at line 460 of file sysproto_posix.h.

◆ tp_r_

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.

◆ tzp

struct timezone* gettimeofday_args::tzp

Definition at line 464 of file sysproto_posix.h.

◆ tzp_l_

char gettimeofday_args::tzp_l_[0]

Definition at line 463 of file sysproto_posix.h.

◆ tzp_r_

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.


The documentation for this struct was generated from the following file: