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

/illumos-gate/usr/src/uts/common/syscall/
H A Dntptime.c90 struct ntptimeval32 ntv32; local
95 TIMEVAL_TO_TIMEVAL32(&ntv32.time, &ntv.time);
97 ntv32.maxerror = ntv.maxerror;
98 ntv32.esterror = ntv.esterror;
100 if (copyout(&ntv32, tp, sizeof (ntv32)))
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4202 struct ntptimeval32 ntv32; local
4204 if (Pread(Proc, &ntv32, sizeof (ntv32), offset)
4205 != sizeof (ntv32))
4208 TIMEVAL32_TO_TIMEVAL(&ntv.time, &ntv32.time);
4209 ntv.maxerror = ntv32.maxerror;
4210 ntv.esterror = ntv32.esterror;

Completed in 53 milliseconds