Searched refs:TIMEVAL_TO_TIMESPEC (Results 1 – 19 of 19) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_cond.c | 457 TIMEVAL_TO_TIMESPEC(&tv, &ts); in ATF_TC_BODY() 466 TIMEVAL_TO_TIMESPEC(&tv, &ts); in ATF_TC_BODY() 479 TIMEVAL_TO_TIMESPEC(&tv, &ts); in ATF_TC_BODY() 487 TIMEVAL_TO_TIMESPEC(&tv, &ts); in ATF_TC_BODY()
|
/freebsd/sys/sys/ |
H A D | timespec.h | 39 #define TIMEVAL_TO_TIMESPEC(tv, ts) \ macro
|
/freebsd/sys/compat/linux/ |
H A D | linux_time.c | 381 TIMEVAL_TO_TIMESPEC(&ru.ru_utime, tp); in linux_common_clock_gettime() 388 TIMEVAL_TO_TIMESPEC(&ru.ru_utime, tp); in linux_common_clock_gettime() 427 TIMEVAL_TO_TIMESPEC(&ru.ru_utime, tp); in linux_common_clock_gettime() 436 TIMEVAL_TO_TIMESPEC(&ru.ru_utime, tp); in linux_common_clock_gettime()
|
H A D | linux_misc.c | 2175 TIMEVAL_TO_TIMESPEC(&utv, tsp); in linux_common_pselect6()
|
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
H A D | dtfs_subr.c | 49 TIMEVAL_TO_TIMESPEC(&tv, &ts); in dtfs_baseattrs() 335 TIMEVAL_TO_TIMESPEC(&tv, &ts); in dtfs_updatetimes()
|
/freebsd/crypto/openssh/ |
H A D | defines.h | 516 #ifndef TIMEVAL_TO_TIMESPEC 517 #define TIMEVAL_TO_TIMESPEC(tv, ts) { \ macro
|
H A D | misc.c | 1797 TIMEVAL_TO_TIMESPEC(&bw->bwend, &ts); in bandwidth_limit()
|
/freebsd/sys/arm/nvidia/ |
H A D | tegra_rtc.c | 139 TIMEVAL_TO_TIMESPEC(&tv, ts); in tegra_rtc_gettime()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | z_Linux_util.cpp | 89 #ifndef TIMEVAL_TO_TIMESPEC 91 #define TIMEVAL_TO_TIMESPEC(tv, ts) \ macro 705 TIMEVAL_TO_TIMESPEC(&tval, &now); in __kmp_launch_monitor() 1547 TIMEVAL_TO_TIMESPEC(&tval, &now); in __kmp_suspend_template() 1867 TIMEVAL_TO_TIMESPEC(&tval, &stop); in __kmp_read_system_time() 1877 TIMEVAL_TO_TIMESPEC(&tval, &__kmp_sys_timer_data.start); in __kmp_clear_system_time()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-misc.c | 267 TIMEVAL_TO_TIMESPEC(&tremain, rem) in nanosleep()
|
/freebsd/contrib/pf/libevent/ |
H A D | kqueue.c | 218 TIMEVAL_TO_TIMESPEC(tv, &ts); in kq_dispatch()
|
/freebsd/sys/kern/ |
H A D | sys_procdesc.c | 529 TIMEVAL_TO_TIMESPEC(&pstart, &sb->st_birthtim); in procdesc_stat()
|
H A D | sys_timerfd.c | 118 TIMEVAL_TO_TIMESPEC(&tv, ts); in timerfd_getboottime()
|
H A D | kern_time.c | 338 TIMEVAL_TO_TIMESPEC(&user, ats); in kern_clock_gettime() 347 TIMEVAL_TO_TIMESPEC(&user, ats); in kern_clock_gettime()
|
H A D | vfs_syscalls.c | 3195 TIMEVAL_TO_TIMESPEC(&tvp[0], &tsp[0]); in getutimes() 3196 TIMEVAL_TO_TIMESPEC(&tvp[1], &tsp[1]); in getutimes()
|
H A D | vfs_subr.c | 1165 TIMEVAL_TO_TIMESPEC(&tv, tsp); in vfs_timestamp()
|
/freebsd/lib/libc/rpc/ |
H A D | clnt_dg.c | 457 TIMEVAL_TO_TIMESPEC(&tv, &ts); in clnt_dg_call()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog | 673 o Remove BSD-ism: TIMEVAL_TO_TIMESPEC(). (193c7de Ed Schouten)
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog | 673 o Remove BSD-ism: TIMEVAL_TO_TIMESPEC(). (193c7de Ed Schouten)
|