Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/openbmc/openbmc-test-automation/lib/
H A Dredfish_request.py67 def request_login(self, headers, url, credential, timeout=10): argument
106 def request_get(self, headers, url, timeout=10, verify=False): argument
150 def request_patch(self, headers, url, data=None, timeout=10, verify=False): argument
199 def request_post(self, headers, url, data=None, timeout=10, verify=False): argument
253 self, headers, url, files=None, data=None, timeout=10, verify=False argument
312 self, headers, url, data=None, timeout=10, verify=False argument
H A Dcode_update_utils.py262 def verify_image_upload(image_version, timeout=3): argument
308 def verify_image_not_in_bmc_uploads_dir(image_version, timeout=3): argument
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dsshcontrol.py47 def _run(self, command, timeout=None, logfile=None): argument
90 def run(self, command, timeout=None, logfile=None): argument
103 def __init__(self, ip, logfile=None, timeout=300, user='root', port=None): argument
125 def _internal_run(self, command, timeout=None, ignore_status = True): argument
138 def run(self, command, timeout=None): argument
/openbmc/u-boot/board/micronas/vct/
H A Dsmc_eeprom.c73 int timeout = req_to; in mac_busy() local
138 ulong timeout = 100000; in eeprom_read_location() local
167 ulong timeout = 100000; in eeprom_enable_erase_and_write() local
190 ulong timeout = 100000; in eeprom_disable_erase_and_write() local
213 ulong timeout = 100000; in eeprom_write_location() local
242 ulong timeout = 100000; in eeprom_erase_all() local
266 ulong timeout = 100000; in eeprom_reload() local
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dselenium_helpers_base.py96 def __init__(self, driver, timeout=_TIMEOUT, poll=_POLL_FREQUENCY): argument
214 def wait_until_present(self, selector, timeout=Wait._TIMEOUT): argument
221 def wait_until_visible(self, selector, timeout=Wait._TIMEOUT): argument
228 def wait_until_not_visible(self, selector, timeout=Wait._TIMEOUT): argument
235 def wait_until_clickable(self, selector, timeout=Wait._TIMEOUT): argument
243 def wait_until_element_clickable(self, finder, timeout=Wait._TIMEOUT): argument
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_logging.cpp23 const uint32_t timeout) in event()
44 void eventWatchdogTimeout(const uint32_t timeout) in eventWatchdogTimeout()
/openbmc/openbmc-tools/netboot/
H A Dnetboot14 def expect_or_raise(conn, patterns, timeout=None): argument
30 def init_telnet(host, port=0, timeout=None): argument
/openbmc/pldm/requester/
H A Drequest.hpp49 std::chrono::milliseconds timeout) : in RequestRetryTimer()
100 timeout; //!< time to wait between each retry in milliseconds member in pldm::requester::RequestRetryTimer
155 uint8_t numRetries, std::chrono::milliseconds timeout, in Request()
/openbmc/u-boot/drivers/misc/
H A Dfsl_sec_mon.c19 int timeout = 10; in set_sec_mon_state_non_sec() local
120 int timeout = 10; in set_sec_mon_state_soft_fail() local
/openbmc/sdbusplus/test/event/
H A Devent.cpp17 static constexpr auto timeout = 250ms; in TEST_F() local
29 static constexpr auto timeout = 10s; in TEST_F() local
62 static constexpr auto timeout = 50ms; in TEST_F() local
/openbmc/telemetry/tests/src/
H A Ddbus_environment.cpp66 bool DbusEnvironment::waitForFuture(std::string_view name, Milliseconds timeout) in waitForFuture()
72 Milliseconds timeout) in waitForFutures()
97 void DbusEnvironment::sleepFor(Milliseconds timeout) in sleepFor()
/openbmc/phosphor-pid-control/test/
H A Dsensor_pluggable_unittest.cpp34 int64_t timeout = 1; in TEST() local
52 int64_t timeout = 1; in TEST() local
82 int64_t timeout = 1; in TEST() local
H A Dpid_fancontroller_unittest.cpp172 int64_t timeout = 0; in TEST() local
211 int64_t timeout = 0; in TEST() local
252 int64_t timeout = 0; in TEST() local
291 int64_t timeout = 0; in TEST() local
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dssh.py17 def __init__(self, logger, ip, server_ip, timeout=300, user='root', argument
58 def _run(self, command, timeout=None, ignore_status=True, raw=False): argument
75 def run(self, command, timeout=None, ignore_status=True, raw=False): argument
212 def SSHCall(command, logger, timeout=None, raw=False, **opts): argument
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dxmlrpcclient.py18 def __init__(self, timeout): argument
44 def _create_server(host, port, timeout = 60): argument
49 def check_connection(remote, timeout): argument
/openbmc/u-boot/drivers/mmc/
H A Ddw_mmc.c21 unsigned long timeout = 1000; in dwmci_wait_reset() local
101 u32 timeout = 20000; in dwmci_fifo_ready() local
120 u32 timeout = 240000; in dwmci_data_transfer() local
232 unsigned int timeout = 500; local
374 int timeout = 10000; local
/openbmc/u-boot/arch/arm/mach-imx/
H A Dmisc.c21 int timeout) in mxs_wait_mask_set()
33 int timeout) in mxs_wait_mask_clr()
/openbmc/u-boot/board/keymile/kmp204x/
H A Dpci.c36 u32 timeout = 10000; in trigger_fpga_config() local
72 u32 timeout = 500000; in wait_for_fpga_config() local
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/
H A Dfvp.py25 def __init__(self, logger, target_ip, server_ip, timeout=300, user='root', argument
41 def transition(self, state, timeout=10*60): argument
79 def run(self, cmd, timeout=None): argument
/openbmc/u-boot/drivers/watchdog/
H A Dtangier_wdt.c55 u32 timeout = WATCHDOG_HEARTBEAT / 1000; in hw_watchdog_init() local
59 u32 timeout; in hw_watchdog_init() member
H A Dat91sam9_wdt.c41 u32 timeout; member
51 u32 timeout = WDT_SEC2TICKS(timeout_s); in at91_wdt_start() local
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dconnection.hpp93 uint64_t timeout = 0) in async_send()
101 uint64_t timeout = 0) in async_send_yield()
160 const std::string& method, uint64_t timeout, const InputArgs&... a) in async_method_call_timed()
372 uint64_t timeout = 0; in read_wait() local
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_mdio.c23 int timeout = MDIO_TIMEOUT; in pfe_write_addr() local
58 int timeout = MDIO_TIMEOUT; in pfe_phy_read() local
112 int timeout = MDIO_TIMEOUT; in pfe_phy_write() local
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/phosphor-pid-control/clemente/
H A Dconfig.json7 "timeout": 0, number
14 "timeout": 0, number
21 "timeout": 0, number
28 "timeout": 0, number
35 "timeout": 0, number
42 "timeout": 0, number
49 "timeout": 0, number
56 "timeout": 0, number
63 "timeout": 0, number
70 "timeout": 0, number
[all …]
/openbmc/qemu/tests/functional/
H A Dtest_sparc64_sun4u.py20 timeout = 90 variable in Sun4uMachine

12345678910>>...19