Home
last modified time | relevance | path

Searched defs:timeval32 (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dtypes32.h73 struct timeval32 { struct
74 time32_t tv_sec; /* seconds */
75 int32_t tv_usec; /* and microseconds */
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dufs.h40 struct timeval32 { struct
41 grub_time32_t tv_sec;
42 grub_int32_t tv_usec;
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c269 struct timeval32 timeval32; in show_timeval() local