Searched refs:TIMEVAL32_TO_TIMEVAL (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | time.h | 61 #define TIMEVAL32_TO_TIMEVAL(tv, tv32) { \ macro 220 TIMEVAL32_TO_TIMEVAL(&(itv)->it_interval, &(itv32)->it_interval); \ 221 TIMEVAL32_TO_TIMEVAL(&(itv)->it_value, &(itv32)->it_value); \
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | adjtime.c | 65 TIMEVAL32_TO_TIMEVAL(&atv, &atv32); in adjtime()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | expound.c | 219 TIMEVAL32_TO_TIMEVAL(&tod, &tod32); in show_timeofday() 276 TIMEVAL32_TO_TIMEVAL(&timeval, &timeval32); in show_timeval() 4208 TIMEVAL32_TO_TIMEVAL(&ntv.time, &ntv32.time); in show_ntp_gettime()
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_sops.c | 836 TIMEVAL32_TO_TIMEVAL(&tl, in so_setsockopt()
|
H A D | socktpi.c | 5648 TIMEVAL32_TO_TIMEVAL(&tl, in sotpi_setsockopt()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | aio.c | 455 TIMEVAL32_TO_TIMEVAL(&wait_time, &wait_time_32); in timeval2reltime()
|