HomeSort by relevance Sort by last modified time
    Searched defs:tv32 (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/syscall/
lwp_info.c 67 timestruc32_t tv32[2]; local
73 TIMESPEC_TO_TIMESPEC32(&tv32[0], &tv[0]);
74 TIMESPEC_TO_TIMESPEC32(&tv32[1], &tv[1]);
76 if (copyout(tv32, tvp, sizeof (tv32)))
utime.c 132 struct timeval32 tv32[2]; local
134 if (copyin(tvptr, tv32, sizeof (tv32)))
137 TIMEVAL32_TO_TIMEVAL(&tv[0], &tv32[0]);
138 TIMEVAL32_TO_TIMEVAL(&tv[1], &tv32[1]);
255 time32_t tv32[2]; local
257 if (copyin(tptr, &tv32, sizeof (tv32)))
260 tv[0] = (time_t)tv32[0];
261 tv[1] = (time_t)tv32[1]
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
timers.c 174 struct timeval32 tv32; local
178 TIMEVAL_TO_TIMEVAL32(&tv32, &atv);
180 if (copyout(&tv32, tp, sizeof (tv32)))
    [all...]

Completed in 120 milliseconds