Searched refs:TIMEVAL_TO_TIMEVAL32 (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | time.h | 62 #define TIMEVAL_TO_TIMEVAL32(tv32, tv) { \ macro 221 TIMEVAL_TO_TIMEVAL32(&(itv32)->it_interval, &(itv)->it_interval); \ 222 TIMEVAL_TO_TIMEVAL32(&(itv32)->it_value, &(itv)->it_value); \
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | adjtime.c | 101 TIMEVAL_TO_TIMEVAL32(&oatv32, &oatv); in adjtime()
|
H A D | ntptime.c | 95 TIMEVAL_TO_TIMEVAL32(&ntv32.time, &ntv.time); in ntp_gettime()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | timers.c | 160 TIMEVAL_TO_TIMEVAL32(tv32p, &tv); in uniqtime32() 178 TIMEVAL_TO_TIMEVAL32(&tv32, &atv); in gettimeofday()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_filio.c | 247 TIMEVAL_TO_TIMEVAL32(&tv, &tv64); in ufs_fiosatime()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | bufmod.c | 1015 TIMEVAL_TO_TIMEVAL32(&hp.sbh_timestamp, &t); in sbaddmsg()
|
H A D | kbd.c | 2435 TIMEVAL_TO_TIMEVAL32(&fe->time, &now); in kbdqueueevent()
|
H A D | asy.c | 3499 TIMEVAL_TO_TIMEVAL32(&p32.tv, &ppsclockev.tv); in async_ioctl()
|
/titanic_44/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_pfp.c | 952 TIMEVAL_TO_TIMEVAL32(&tv32, &tival); in sdpfp_ioctl()
|
/titanic_44/usr/src/uts/sun/io/ |
H A D | zs_async.c | 1331 TIMEVAL_TO_TIMEVAL32(&p32.tv, &ppsclockev.tv); in zsa_wput()
|
/titanic_44/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 2995 TIMEVAL_TO_TIMEVAL32(&p32.tv, &ppsclockev.tv); in async_ioctl()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 5327 TIMEVAL_TO_TIMEVAL32(&tmo_val32, &tmo_val); in sotpi_getsockopt()
|