Home
last modified time | relevance | path

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

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