Home
last modified time | relevance | path

Searched refs:TIMESPEC_TO_TIMEVAL (Results 1 – 25 of 117) sorted by relevance

12345

/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A Dutimens.c46 # define ATIME_TO_TIMEVAL(_x, _y) TIMESPEC_TO_TIMEVAL((_x), &(_y)->st_atim.st__tim)
47 # define MTIME_TO_TIMEVAL(_x, _y) TIMESPEC_TO_TIMEVAL((_x), &(_y)->st_mtim.st__tim)
49 # define ATIME_TO_TIMEVAL(_x, _y) TIMESPEC_TO_TIMEVAL((_x), &(_y)->st_atim)
50 # define MTIME_TO_TIMEVAL(_x, _y) TIMESPEC_TO_TIMEVAL((_x), &(_y)->st_mtim)
53 # define ATIME_TO_TIMEVAL(_x, _y) TIMESPEC_TO_TIMEVAL((_x), &(_y)->st_atimespec)
54 # define MTIME_TO_TIMEVAL(_x, _y) TIMESPEC_TO_TIMEVAL((_x), &(_y)->st_mtimespec)
72 TIMESPEC_TO_TIMEVAL(&tv[0], &ts[0]); in utimens_ts_to_tv()
73 TIMESPEC_TO_TIMEVAL(&tv[1], &ts[1]); in utimens_ts_to_tv()
/dports/editors/mg/mg-6.9/
H A Dfutimens.c15 TIMESPEC_TO_TIMEVAL(&timevals[0], &times[0]); in futimens()
16 TIMESPEC_TO_TIMEVAL(&timevals[1], &times[1]); in futimens()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dmonotime.h28 #ifndef TIMESPEC_TO_TIMEVAL
30 #define TIMESPEC_TO_TIMEVAL(tv, ts) \ macro
51 TIMESPEC_TO_TIMEVAL(tvo, &ts); in monotime()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dmonotime.h28 #ifndef TIMESPEC_TO_TIMEVAL
30 #define TIMESPEC_TO_TIMEVAL(tv, ts) \ macro
51 TIMESPEC_TO_TIMEVAL(tvo, &ts); in monotime()
/dports/dns/inadyn/inadyn-2.9.0/lib/
H A Dutimensat.c36 TIMESPEC_TO_TIMEVAL(&tv[0], &ts[0]); in utimensat()
37 TIMESPEC_TO_TIMEVAL(&tv[1], &ts[1]); in utimensat()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/karalabe/usb/libusb/libusb/os/
H A Dpoll_windows.h81 #if !defined(TIMESPEC_TO_TIMEVAL)
82 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/libusb/libusb/os/
H A Dpoll_windows.h84 #if !defined(TIMESPEC_TO_TIMEVAL)
85 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro
/dports/net/netatalk3/netatalk-3.1.12/bin/ad/
H A Dad.h34 #ifndef TIMESPEC_TO_TIMEVAL
35 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libusb/libusb-1.0.9/libusb/os/
H A Dpoll_windows.h98 #if !defined(TIMESPEC_TO_TIMEVAL)
99 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro
H A Dthreads_windows.c192 TIMESPEC_TO_TIMEVAL(&cur_time, &cur_time_ns); in usbi_cond_timedwait()
194 TIMESPEC_TO_TIMEVAL(&targ_time, abstime); in usbi_cond_timedwait()
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/
H A Dsleep.h87 TIMESPEC_TO_TIMEVAL(&nap_for, nap); in gettimeofday_sleep()
127 TIMESPEC_TO_TIMEVAL(&timeout, nap); in select_sleep()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libusb/src/libusb/os/
H A Dpoll_windows.h109 #if !defined(TIMESPEC_TO_TIMEVAL)
110 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro
H A Dthreads_windows.c194 TIMESPEC_TO_TIMEVAL(&cur_time, &cur_time_ns); in usbi_cond_timedwait()
196 TIMESPEC_TO_TIMEVAL(&targ_time, abstime); in usbi_cond_timedwait()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libusb/src/libusb/os/
H A Dpoll_windows.h109 #if !defined(TIMESPEC_TO_TIMEVAL)
110 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro
H A Dthreads_windows.c194 TIMESPEC_TO_TIMEVAL(&cur_time, &cur_time_ns); in usbi_cond_timedwait()
196 TIMESPEC_TO_TIMEVAL(&targ_time, abstime); in usbi_cond_timedwait()
/dports/security/gost-engine/engine-7ed64cd/benchmark/
H A Dsign.c151 TIMESPEC_TO_TIMEVAL(&debut, &ts); in main()
176 TIMESPEC_TO_TIMEVAL(&fin, &ts); in main()
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/common/
H A Dtimer.h71 #ifndef TIMESPEC_TO_TIMEVAL
72 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/common/
H A Drtsock_14.c120 TIMESPEC_TO_TIMEVAL(&tv, &ifp->if_data.ifi_lastchange); in compat_14_rt_oifmsg()
157 TIMESPEC_TO_TIMEVAL(&tv, &ifp->if_data.ifi_lastchange); in compat_14_iflist()
H A Drtsock_50.c109 TIMESPEC_TO_TIMEVAL(&oifm.ifm_data.ifi_lastchange, in compat_50_rt_oifmsg()
145 TIMESPEC_TO_TIMEVAL(&ifm->ifm_data.ifi_lastchange, in compat_50_iflist()
H A Dkern_time_30.c69 TIMESPEC_TO_TIMEVAL(&tv, &ntv.time); in compat_30_sys_ntp_gettime()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/include/sys/
H A Dtimespec.h46 #define TIMESPEC_TO_TIMEVAL(tv, ts) \ macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/include/sys/
H A Dtimespec.h46 #define TIMESPEC_TO_TIMEVAL(tv, ts) \ macro
/dports/sysutils/linrename/util-linux-2.25.2/lib/
H A Dboottime.c27 TIMESPEC_TO_TIMEVAL(&lores_uptime, &hires_uptime); in get_boot_time()
/dports/security/libfprint/libfprint-0.7.0/libfprint/
H A Dpoll.c111 TIMESPEC_TO_TIMEVAL(&timeout->expiry, &ts); in fpi_timeout_add()
153 TIMESPEC_TO_TIMEVAL(&tv, &ts); in get_next_timeout_expiry()
/dports/net/netatalk3/netatalk-3.1.12/libatalk/compat/
H A Dpselect.c60 TIMESPEC_TO_TIMEVAL(&tvtimo, timo); in pselect()

12345