Home
last modified time | relevance | path

Searched refs:tod32 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c213 struct timeval32 tod32; in show_timeofday() local
215 if (Pread(Proc, &tod32, sizeof (tod32), offset) in show_timeofday()
216 != sizeof (tod32)) in show_timeofday()
219 TIMEVAL32_TO_TIMEVAL(&tod, &tod32); in show_timeofday()