Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dtypes32.h71 struct timeval32 { struct
72 time32_t tv_sec; /* seconds */
73 int32_t tv_usec; /* and microseconds */
/illumos-gate/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;
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c270 struct timeval32 timeval32; in show_timeval() local