Home
last modified time | relevance | path

Searched refs:CLOCK_BOOTTIME (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dldseed.c63 #elif defined(CLOCK_BOOTTIME)
64 #define NON_WALLTIME_CLOCK CLOCK_BOOTTIME
/netbsd/src/external/bsd/wpa/dist/src/utils/
Dos_unix.c79 #if defined(CLOCK_BOOTTIME) in os_get_reltime()
80 static clockid_t clock_id = CLOCK_BOOTTIME; in os_get_reltime()
100 #ifdef CLOCK_BOOTTIME in os_get_reltime()
101 case CLOCK_BOOTTIME: in os_get_reltime()
/netbsd/src/external/bsd/wpa/dist/src/drivers/
Ddriver_nl80211_scan.c819 #ifndef CLOCK_BOOTTIME in nl80211_parse_bss_info()
820 #define CLOCK_BOOTTIME 7 in nl80211_parse_bss_info() macro
822 if (clock_gettime(CLOCK_BOOTTIME, &ts) == 0) { in nl80211_parse_bss_info()
/netbsd/src/external/apache2/mDNSResponder/dist/mDNSPosix/
DmDNSPosix.c2112 #ifdef CLOCK_BOOTTIME in mDNSPlatformContinuousTimeSeconds()
2114 const int clockid = CLOCK_BOOTTIME; in mDNSPlatformContinuousTimeSeconds()