Home
last modified time | relevance | path

Searched refs:timeout_sec (Results 1 – 16 of 16) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
HDPlatformFreeBSD.cpp167 uint32_t timeout_sec) in RunShellCommand() argument
170 …rn Host::RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_output, timeout_sec); in RunShellCommand()
174 …form_sp->RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_output, timeout_sec); in RunShellCommand()
HDPlatformFreeBSD.h80 uint32_t timeout_sec);
/trueos/usr.sbin/watchdogd/
HDwatchdogd.c81 static u_int timeout_sec; variable
737 timeout_sec = atoi(optarg); in parseargs()
789 pretimeout, timeout_sec, (long)ts.tv_sec); in parseargs()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp66 … uint32_t timeout_sec) // Timeout in seconds to wait for shell program to finish in RunShellCommand() argument
69 …rn Host::RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_output, timeout_sec); in RunShellCommand()
73 …form_sp->RunShellCommand(command, working_dir, status_ptr, signo_ptr, command_output, timeout_sec); in RunShellCommand()
HDPlatformPOSIX.h89 … uint32_t timeout_sec); // Timeout in seconds to wait for shell program to finish
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDConnectionFileDescriptor.h78 GetBoundPort (uint32_t timeout_sec);
/trueos/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.h210 … uint32_t timeout_sec); // Timeout in seconds to wait for shell program to finish
HDPlatformRemoteGDBServer.cpp697 … uint32_t timeout_sec) // Timeout in seconds to wait for shell program to finish in RunShellCommand() argument
699 …_client.RunShellCommand (command, working_dir, status_ptr, signo_ptr, command_output, timeout_sec); in RunShellCommand()
/trueos/contrib/llvm/tools/lldb/include/lldb/Host/
HDHost.h500 uint32_t timeout_sec,
/trueos/contrib/wpa/wpa_supplicant/
HDevents.c864 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan() argument
882 wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec); in wpa_supplicant_req_new_scan()
1223 int timeout_sec = wpa_s->scan_interval; in wpas_select_network_from_last_scan() local
1234 timeout_sec = 0; in wpas_select_network_from_last_scan()
1236 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan()
1255 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDConnectionFileDescriptor.cpp1714 ConnectionFileDescriptor::GetBoundPort (uint32_t timeout_sec) in GetBoundPort() argument
1717 if (timeout_sec == UINT32_MAX) in GetBoundPort()
1722 timeout.OffsetWithSeconds(timeout_sec); in GetBoundPort()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h469 … uint32_t timeout_sec); // Timeout in seconds to wait for shell program to finish
HDGDBRemoteCommunicationClient.cpp2792 … uint32_t timeout_sec) // Timeout in seconds to wait for shell program to finish in RunShellCommand() argument
2798 stream.PutHex32(timeout_sec); in RunShellCommand()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDPlatform.cpp1168 … uint32_t timeout_sec) // Timeout in seconds to wait for shell program to finish in RunShellCommand() argument
1171 …n Host::RunShellCommand (command, working_dir, status_ptr, signo_ptr, command_output, timeout_sec); in RunShellCommand()
/trueos/contrib/llvm/tools/lldb/source/Host/common/
HDHost.cpp1510 uint32_t timeout_sec, in RunShellCommand() argument
1594 if (timeout_sec > 0) { in RunShellCommand()
1595 timeout_time.OffsetWithSeconds(timeout_sec); in RunShellCommand()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDPlatform.h760 … uint32_t timeout_sec); // Timeout in seconds to wait for shell program to finish