Searched defs:tod32 (Results 1 - 1 of 1) sorted by relevance

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

Completed in 66 milliseconds