Home
last modified time | relevance | path

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

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