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

/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c300 timestruc32_t timestruc32; local
302 if (Pread(Proc, &timestruc32, sizeof (timestruc32), offset)
303 != sizeof (timestruc32))
306 TIMESPEC32_TO_TIMESPEC(&timestruc, &timestruc32);

Completed in 236 milliseconds