Searched refs:tv32 (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/syscall/ |
H A D | lwp_info.c | 67 timestruc32_t tv32[2]; in lwp_info() local 73 TIMESPEC_TO_TIMESPEC32(&tv32[0], &tv[0]); in lwp_info() 74 TIMESPEC_TO_TIMESPEC32(&tv32[1], &tv[1]); in lwp_info() 76 if (copyout(tv32, tvp, sizeof (tv32))) in lwp_info()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | time.h | 57 #define TIMEVAL32_TO_TIMEVAL(tv, tv32) { \ argument 58 (tv)->tv_sec = (time_t)(tv32)->tv_sec; \ 59 (tv)->tv_usec = (tv32)->tv_usec; \ 62 #define TIMEVAL_TO_TIMEVAL32(tv32, tv) { \ argument 63 (tv32)->tv_sec = (time32_t)(tv)->tv_sec; \ 64 (tv32)->tv_usec = (int32_t)(tv)->tv_usec; \
|
/titanic_44/usr/src/uts/common/os/ |
H A D | timers.c | 174 struct timeval32 tv32; in gettimeofday() local 178 TIMEVAL_TO_TIMEVAL32(&tv32, &atv); in gettimeofday() 180 if (copyout(&tv32, tp, sizeof (tv32))) in gettimeofday()
|
/titanic_44/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_pfp.c | 951 struct timeval32 tv32; in sdpfp_ioctl() local 952 TIMEVAL_TO_TIMEVAL32(&tv32, &tival); in sdpfp_ioctl() 953 error = ddi_copyout(&tv32, (void *)arg, in sdpfp_ioctl() 954 sizeof (tv32), mod); in sdpfp_ioctl()
|