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

/illumos-gate/usr/src/uts/common/syscall/
H A Dadjtime.c61 struct timeval32 atv32; local
63 if (copyin(delta, &atv32, sizeof (atv32)))
65 TIMEVAL32_TO_TIMEVAL(&atv, &atv32);

Completed in 67 milliseconds