Home
last modified time | relevance | path

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

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