Searched refs:TIMEVAL32_TO_TIMEVAL (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | time.h | 57 #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 D | adjtime.c | 65 TIMEVAL32_TO_TIMEVAL(&atv, &atv32); in adjtime()
|
/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | meta_basic.x | 149 % TIMEVAL32_TO_TIMEVAL(objp, &tv32);
|
/titanic_41/usr/src/cmd/truss/ |
H A D | expound.c | 218 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 D | sockcommon_sops.c | 835 TIMEVAL32_TO_TIMEVAL(&tl, in so_setsockopt()
|
H A D | socktpi.c | 5644 TIMEVAL32_TO_TIMEVAL(&tl, in sotpi_setsockopt()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | aio.c | 455 TIMEVAL32_TO_TIMEVAL(&wait_time, &wait_time_32); in timeval2reltime()
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_mddb.c | 3181 TIMEVAL32_TO_TIMEVAL(&meddb.med_dat_id, &lbp->lb_ident.createtime); in upd_med()
|