Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/syscall/
H A Dntptime.c90 struct ntptimeval32 ntv32; in ntp_gettime() local
95 TIMEVAL_TO_TIMEVAL32(&ntv32.time, &ntv.time); in ntp_gettime()
97 ntv32.maxerror = ntv.maxerror; in ntp_gettime()
98 ntv32.esterror = ntv.esterror; in ntp_gettime()
100 if (copyout(&ntv32, tp, sizeof (ntv32))) in ntp_gettime()
/titanic_44/usr/src/cmd/truss/
H A Dexpound.c4186 struct ntptimeval32 ntv32; in show_ntp_gettime() local
4188 if (Pread(Proc, &ntv32, sizeof (ntv32), offset) in show_ntp_gettime()
4189 != sizeof (ntv32)) in show_ntp_gettime()
4192 TIMEVAL32_TO_TIMEVAL(&ntv.time, &ntv32.time); in show_ntp_gettime()
4193 ntv.maxerror = ntv32.maxerror; in show_ntp_gettime()
4194 ntv.esterror = ntv32.esterror; in show_ntp_gettime()