Searched refs:seconds (Results 176 - 200 of 231) sorted by relevance

12345678910

/freebsd-current/crypto/openssl/include/openssl/
H A Dts.h194 int TS_ACCURACY_set_seconds(TS_ACCURACY *a, const ASN1_INTEGER *seconds);
250 * This must return the seconds and microseconds since Jan 1, 1970 in the sec
/freebsd-current/sys/dev/hptmv/
H A Dhptintf.h336 UINT seconds:6; /* 0 - 59 */ member in struct:_TIME_RECORD
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp270 m_opaque_ptr->m_timeout = std::chrono::seconds(sec);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h71 static std::chrono::seconds GetPacketTimeout();
H A DProcessGDBRemote.cpp213 std::chrono::seconds ProcessGDBRemote::GetPacketTimeout() {
214 return std::chrono::seconds(GetGlobalPluginProperties().GetPacketTimeout());
292 m_gdb_comm.SetPacketTimeout(std::chrono::seconds(timeout_seconds));
385 if (host_packet_timeout > std::chrono::seconds(0)) {
756 std::chrono::seconds(10));
1381 if (!listener_sp->GetEvent(event_sp, std::chrono::seconds(5))) {
3945 std::chrono::seconds(10));
/freebsd-current/sys/netpfil/pf/
H A Dpf_ioctl.c1573 if (diff >= in->conn_rate.seconds)
1578 in->conn_rate.seconds;
1982 krule->max_src_conn_rate.seconds = rule->max_src_conn_rate.seconds;
3844 pt->seconds < 0) {
3850 if (pt->timeout == PFTM_INTERVAL && pt->seconds == 0)
3851 pt->seconds = 1;
3852 V_pf_default_rule.timeout[pt->timeout] = pt->seconds;
3853 if (pt->timeout == PFTM_INTERVAL && pt->seconds < old)
3855 pt->seconds
[all...]
H A Dpf_nv.c578 PFNV_CHK(pf_nvuint32(nvl, "max_src_conn_rate.seconds",
579 &rule->max_src_conn_rate.seconds));
750 nvlist_add_number(nvl, "max_src_conn_rate.seconds",
751 rule->max_src_conn_rate.seconds);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1636 const uint64_t seconds = nanos_remaining / NANOS_PER_SECOND; local
1640 minutes, seconds, nanos_remaining);
/freebsd-current/contrib/ntp/libntp/
H A Dntp_calendar.c363 * ON the first day, with 3hrs, 4minutes and 5 seconds elapsed.
468 * + let T be a UN*X time stamp and V be seconds-of-day: then
470 * is a time stamp that has the same seconds-of-day as the input
562 * Convert a timestamp in NTP scale to a 64bit seconds value in the UN*X
611 * Convert a timestamp in NTP scale to a 64bit seconds value in the NTP
669 * Split a 64bit seconds value into elapsed days in 'res.hi' and
670 * elapsed seconds since midnight in 'res.lo' using explicit floor
767 * Split a 64bit seconds value into elapsed weeks in 'res.hi' and
768 * elapsed seconds since week start in 'res.lo' using explicit floor
827 * Split a 32bit seconds valu
[all...]
/freebsd-current/share/mk/
H A Ddirdeps.mk623 @echo "${TRACER}Makefiles read: total=${.MAKE.MAKEFILES:[#]} depend=${.MAKE.MAKEFILES:M*depend*:[#]} dirdeps=${.ALLTARGETS:M${SRCTOP}*:O:u:[#]} ${DIRDEP_INFO_XTRAS} seconds=`expr ${now_utc} - ${start_utc}`"
913 @echo "${TRACER}Finished ${RELDIR}.${TARGET_SPEC} seconds=$$(( ${now_utc} - ${start_utc} )) ${meta_stats}"
919 @echo "${TRACER}Failed ${RELDIR}.${TARGET_SPEC} seconds=$$(( ${now_utc} - ${start_utc} )) ${meta_stats}"
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps.mk626 @echo "${TRACER}Makefiles read: total=${.MAKE.MAKEFILES:[#]} depend=${.MAKE.MAKEFILES:M*depend*:[#]} dirdeps=${.ALLTARGETS:M${SRCTOP}*:O:u:[#]} ${DIRDEP_INFO_XTRAS} seconds=`expr ${now_utc} - ${start_utc}`"
916 @echo "${TRACER}Finished ${RELDIR}.${TARGET_SPEC} seconds=$$(( ${now_utc} - ${start_utc} )) ${meta_stats}"
922 @echo "${TRACER}Failed ${RELDIR}.${TARGET_SPEC} seconds=$$(( ${now_utc} - ${start_utc} )) ${meta_stats}"
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c566 * with Authentication Response frame within two seconds. */
579 * was receiving within two seconds. */
2366 unsigned int seconds; local
2480 seconds = expiry - now.sec;
2482 seconds = 86400 * 7;
2485 entry->expiration = rnow.sec + seconds;
2486 entry->reauth_time = rnow.sec + seconds;
3750 "DPP: Wait 30 seconds before starting the next chirping round");
/freebsd-current/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h54 #define __sanitizer_syscall_pre_alarm(seconds) \
55 __sanitizer_syscall_pre_impl_alarm((long)(seconds))
56 #define __sanitizer_syscall_post_alarm(res, seconds) \
57 __sanitizer_syscall_post_impl_alarm(res, (long)(seconds))
2040 void __sanitizer_syscall_pre_impl_alarm(long seconds);
2041 void __sanitizer_syscall_post_impl_alarm(long res, long seconds);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp318 std::chrono::seconds ProcessProperties::GetUtilityExpressionTimeout() const {
322 return std::chrono::seconds(value);
325 std::chrono::seconds ProcessProperties::GetInterruptTimeout() const {
329 return std::chrono::seconds(value);
622 std::chrono::seconds(0)) &&
2579 state = WaitForProcessStopPrivate(event_sp, seconds(10));
3176 // Wait for the process halt timeout seconds for the process to stop.
3659 // Check for a receipt for n seconds and then check if the private
/freebsd-current/contrib/kyua/store/
H A Dmigrate_v1_v2.sql47 -- * Changed the precision of the timeout metadata field to be in seconds
/freebsd-current/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c663 unsigned long seconds; member in struct:swrap_packet::__anon6783
829 packet->frame.seconds = tval->tv_sec;
/freebsd-current/stand/lua/
H A Dmenu.lua535 " seconds. [Space] to pause ")
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h104 std::chrono::seconds GetUtilityExpressionTimeout() const;
105 std::chrono::seconds GetInterruptTimeout() const;
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp265 process_sp->SyncIOHandler(0, std::chrono::seconds(2));
715 process->SyncIOHandler(iohandler_id, std::chrono::seconds(2));
H A DCommandObjectPlatform.cpp1729 m_timeout = std::chrono::seconds(timeout_sec);
1754 Timeout<std::micro> m_timeout = std::chrono::seconds(10);
/freebsd-current/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h1456 uint32_t seconds; /**< seconds */ member in struct:al_eth_pth_time
1457 uint64_t femto; /**< femto seconds */
1463 * The HW maintains 50 bits for the sub-seconds portion in femto resolution,
1478 * @param clk_period the clock period in femto seconds.
1572 * @param subseconds the read latency delay in femto seconds.
1584 * @param subseconds the write latency delay in femto seconds.
1597 * @param subseconds the write latency delay in femto seconds.
1611 * @param subseconds the sync latency delay in femto seconds.
1622 uint8_t period_sec; /**< for periodic pulse, this is seconds
[all...]
/freebsd-current/sys/contrib/v4l/
H A Dvideodev2.h473 __u8 seconds; member in struct:v4l2_timecode
627 struct v4l2_fract timeperframe; /* Time per frame in seconds */
/freebsd-current/sys/dev/hptrr/
H A Dhptintf.h478 HPT_U32 seconds:6; /* 0 - 59 */ member in struct:_TIME_RECORD
/freebsd-current/lib/libsecureboot/
H A Dvets.c542 mc.seconds = (ve_utc % SECONDS_PER_DAY);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp1086 std::chrono::seconds(

Completed in 512 milliseconds

12345678910