Searched refs:TIMESPEC32_TO_TIMESPEC (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/cmd/truss/ |
H A D | stat.c | 90 TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_atim); in show_stat32() 92 TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_mtim); in show_stat32() 94 TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_ctim); in show_stat32() 135 TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_atim); in show_stat64_32() 137 TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_mtim); in show_stat64_32() 139 TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_ctim); in show_stat64_32()
|
H A D | expound.c | 180 TIMESPEC32_TO_TIMESPEC(&utimbuf.atime, &utimbuf32.atime); in show_utimens() 181 TIMESPEC32_TO_TIMESPEC(&utimbuf.mtime, &utimbuf32.mtime); in show_utimens() 306 TIMESPEC32_TO_TIMESPEC(×truc, ×truc32); in show_timestruc()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | time_impl.h | 66 #define TIMESPEC32_TO_TIMESPEC(ts, ts32) { \ macro 103 TIMESPEC32_TO_TIMESPEC(&(it)->it_interval, &(it32)->it_interval); \ 104 TIMESPEC32_TO_TIMESPEC(&(it)->it_value, &(it32)->it_value); \
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | utime.c | 132 TIMESPEC32_TO_TIMESPEC(&ts[0], &ts32[0]); in get_timespec_vattr() 133 TIMESPEC32_TO_TIMESPEC(&ts[1], &ts32[1]); in get_timespec_vattr()
|
H A D | sigtimedwait.c | 122 TIMESPEC32_TO_TIMESPEC(&sig_timeout, &timeout32) in sigtimedwait()
|
H A D | lwp_timer.c | 115 TIMESPEC32_TO_TIMESPEC(&lwptp->lwpt_rqtime, &ts32); in lwp_timer_copyin()
|
H A D | lwpsys.c | 478 TIMESPEC32_TO_TIMESPEC(&rqtime, &timeout32) in lwp_park()
|
H A D | sem.c | 770 TIMESPEC32_TO_TIMESPEC(ts, &ts32) in compute_timeout()
|
H A D | poll.c | 680 TIMESPEC32_TO_TIMESPEC(&ts, &ts32) in pollsys()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | pr_stat.c | 55 TIMESPEC32_TO_TIMESPEC(&dest->st_atim, &src->st_atim); in stat64_32_to_n() 56 TIMESPEC32_TO_TIMESPEC(&dest->st_mtim, &src->st_mtim); in stat64_32_to_n() 57 TIMESPEC32_TO_TIMESPEC(&dest->st_ctim, &src->st_ctim); in stat64_32_to_n()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | timer.c | 303 TIMESPEC32_TO_TIMESPEC(&t, &t32); in clock_settime()
|
H A D | timers.c | 1304 TIMESPEC32_TO_TIMESPEC(&rqtime, &rqtime32); in nanosleep()
|
H A D | aio.c | 499 TIMESPEC32_TO_TIMESPEC(rqtime, &wait_time_32); in timespec2reltime()
|
/titanic_50/usr/src/uts/common/fs/portfs/ |
H A D | port.c | 1772 TIMESPEC32_TO_TIMESPEC(rqtime, &wait_time_32); in port_get_timeout()
|