Home
last modified time | relevance | path

Searched refs:TIMESPEC32_TO_TIMESPEC (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dstat.c84 TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_atim); in show_stat32()
86 TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_mtim); in show_stat32()
88 TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_ctim); in show_stat32()
129 TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_atim); in show_stat64_32()
131 TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_mtim); in show_stat64_32()
133 TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_ctim); in show_stat64_32()
H A Dexpound.c180 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(&timestruc, &timestruc32); in show_timestruc()
/illumos-gate/usr/src/uts/common/sys/
H A Dtime_impl.h66 #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); \
/illumos-gate/usr/src/uts/common/syscall/
H A Dutime.c132 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 Dsigtimedwait.c122 TIMESPEC32_TO_TIMESPEC(&sig_timeout, &timeout32) in sigtimedwait()
H A Dlwp_timer.c115 TIMESPEC32_TO_TIMESPEC(&lwptp->lwpt_rqtime, &ts32); in lwp_timer_copyin()
H A Dlwpsys.c480 TIMESPEC32_TO_TIMESPEC(&rqtime, &timeout32) in lwp_park()
H A Dsem.c770 TIMESPEC32_TO_TIMESPEC(ts, &ts32) in compute_timeout()
H A Dpoll.c685 TIMESPEC32_TO_TIMESPEC(&ts, &ts32) in pollsys()
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_stat.c55 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()
/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c314 TIMESPEC32_TO_TIMESPEC(&t, &t32); in clock_settime()
H A Dtimers.c1329 TIMESPEC32_TO_TIMESPEC(&rqtime, &rqtime32); in nanosleep()
H A Daio.c503 TIMESPEC32_TO_TIMESPEC(rqtime, &wait_time_32); in timespec2reltime()
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c1788 TIMESPEC32_TO_TIMESPEC(rqtime, &wait_time_32); in port_get_timeout()