Searched defs:ts32 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_timer.c110 timespec32_t ts32; local
111 if (copyin(tsp, &ts32, sizeof (timespec32_t))) {
115 TIMESPEC32_TO_TIMESPEC(&lwptp->lwpt_rqtime, &ts32);
H A Dutime.c128 timespec32_t ts32[2]; local
130 if (copyin(tsptr, ts32, sizeof (ts32)))
132 TIMESPEC32_TO_TIMESPEC(&ts[0], &ts32[0]);
133 TIMESPEC32_TO_TIMESPEC(&ts[1], &ts32[1]);
H A Dsem.c766 timespec32_t ts32; local
768 if (copyin(timeout, &ts32, sizeof (timespec32_t)))
770 TIMESPEC32_TO_TIMESPEC(ts, &ts32)
H A Dpoll.c672 timespec32_t ts32; local
674 if (copyin(timeoutp, &ts32, sizeof (ts32)))
676 TIMESPEC32_TO_TIMESPEC(&ts, &ts32)

Completed in 65 milliseconds