Searched refs:timeout_seconds (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/wpa/src/wps/
H A Dhttpread.h75 int timeout_seconds /* 0; or total duration timeout period */
H A Dhttpread.c67 int timeout_seconds; /* 0 or total duration timeout period */ member in struct:httpread
738 int timeout_seconds /* 0; or total duration timeout period */
750 h->timeout_seconds = timeout_seconds;
752 if (timeout_seconds > 0) {
753 if (eloop_register_timeout(timeout_seconds, 0,
/freebsd-10.0-release/sys/dev/hyperv/include/
H A Dhyperv.h594 uint32_t timeout_seconds; member in struct:hv_vmbus_shutdown_msg_data
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp267 const uint64_t timeout_seconds = GetGlobalPluginProperties()->GetPacketTimeout(); local
268 if (timeout_seconds > 0)
269 m_gdb_comm.SetPacketTimeout(timeout_seconds);

Completed in 89 milliseconds