Home
last modified time | relevance | path

Searched refs:TIMEVAL32_TO_TIMEVAL (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dtime.h61 #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 Dadjtime.c65 TIMEVAL32_TO_TIMEVAL(&atv, &atv32); in adjtime()
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c219 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 Dsockcommon_sops.c836 TIMEVAL32_TO_TIMEVAL(&tl, in so_setsockopt()
H A Dsocktpi.c5648 TIMEVAL32_TO_TIMEVAL(&tl, in sotpi_setsockopt()
/titanic_50/usr/src/uts/common/os/
H A Daio.c455 TIMEVAL32_TO_TIMEVAL(&wait_time, &wait_time_32); in timeval2reltime()