Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/truss/
H A Dexpound.c212 struct timeval32 tod32; in show_timeofday() local
214 if (Pread(Proc, &tod32, sizeof (tod32), offset) in show_timeofday()
215 != sizeof (tod32)) in show_timeofday()
218 TIMEVAL32_TO_TIMEVAL(&tod, &tod32); in show_timeofday()