Searched refs:t32 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbufmod.c301 struct timeval32 *t32; local
303 t32 = (struct timeval32 *)mp->b_cont->b_rptr;
304 if (t32->tv_sec < 0 || t32->tv_usec < 0) {
308 ticks = TIMEVAL_TO_TICK(t32);
598 struct timeval32 *t32; local
606 t32 = (struct timeval32 *)mp->b_cont->b_rptr;
607 if (t32->tv_sec < 0 || t32->tv_usec < 0) {
611 ticks = TIMEVAL_TO_TICK(t32);
671 struct timeval32 *t32; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c298 timespec32_t t32; local
300 if (copyin(tp, &t32, sizeof (timespec32_t)) != 0)
303 TIMESPEC32_TO_TIMESPEC(&t, &t32);
336 timespec32_t t32; local
340 TIMESPEC_TO_TIMESPEC32(&t32, &t);
342 if (copyout(&t32, tp, sizeof (timespec32_t)) != 0)
376 timespec32_t t32; local
380 TIMESPEC_TO_TIMESPEC32(&t32, &t);
382 if (copyout(&t32, tp, sizeof (timespec32_t)) != 0)
/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c105 uint32_t t32; local
107 t32 = (uint32_t)value;
108 return ((t32 << n) | (t32 >> (32 - n)));
/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c2447 uint32_t t32; local
2463 if ((returnstat = pr_adr_u_int32(context, &t32, 1)) == 0) {
2469 msec32(t32/scale,
2486 uval.uint32_val = t32;

Completed in 81 milliseconds