Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dtime.h57 #define TIMEVAL32_TO_TIMEVAL(tv, tv32) { \ macro
216 TIMEVAL32_TO_TIMEVAL(&(itv)->it_interval, &(itv32)->it_interval); \
217 TIMEVAL32_TO_TIMEVAL(&(itv)->it_value, &(itv32)->it_value); \
/titanic_41/usr/src/uts/common/syscall/
H A Dadjtime.c65 TIMEVAL32_TO_TIMEVAL(&atv, &atv32); in adjtime()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmeta_basic.x149 % TIMEVAL32_TO_TIMEVAL(objp, &tv32);
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c218 TIMEVAL32_TO_TIMEVAL(&tod, &tod32); in show_timeofday()
275 TIMEVAL32_TO_TIMEVAL(&timeval, &timeval32); in show_timeval()
4192 TIMEVAL32_TO_TIMEVAL(&ntv.time, &ntv32.time); in show_ntp_gettime()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c835 TIMEVAL32_TO_TIMEVAL(&tl, in so_setsockopt()
H A Dsocktpi.c5644 TIMEVAL32_TO_TIMEVAL(&tl, in sotpi_setsockopt()
/titanic_41/usr/src/uts/common/os/
H A Daio.c455 TIMEVAL32_TO_TIMEVAL(&wait_time, &wait_time_32); in timeval2reltime()
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c3181 TIMEVAL32_TO_TIMEVAL(&meddb.med_dat_id, &lbp->lb_ident.createtime); in upd_med()