/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/ |
H A D | power-cmd | 34 RETRY=3 35 while [ $RETRY -gt 0 ] 41 RETRY=$((RETRY-1)) 49 RETRY=3 50 while [ $RETRY -gt 0 ] 56 RETRY=$((RETRY-1)) 88 RETRY=20 89 while [ $RETRY -gt 0 ] 96 RETRY=$((RETRY-1))
|
H A D | log-chassis-powercycle-sel | 18 RETRY=20 19 while [ $RETRY -gt 0 ]; do 27 RETRY=$((RETRY - 1))
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-net-common/ |
H A D | gbmc-net-lib.sh | 19 local retry=0 21 (( retry = retry + 1 )) 22 (( retry <= 3 )) || return 1 24 (( retry == 1 )) || sleep 3 26 echo "Reloading networkd + reconfiguring ($*) from $(caller 0), time $retry" >&2
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_sol.robot | 74 [Documentation] Verify invalid SOL's retry count via IPMI. 83 Set Invalid SOL Retry Count 84 [Documentation] Verify invalid SOL's retry count via IPMI. 87 # Any integer above 7 is invalid for SOL retry count. 91 ... sol set retry-count ${value} 95 Set Invalid SOL Retry Interval 96 [Documentation] Verify invalid SOL's retry interval via IPMI. 99 # Any integer above 255 is invalid for SOL retry interval. 103 ... sol set retry-interval ${value} 169 Set Valid SOL Retry Coun [all...] |
/openbmc/openbmc/meta-google/recipes-phosphor/flash/gbmc-update/ |
H A D | 40-gbmc-upgrade.sh | 86 local retry=0 91 # give a chance to retry the curl if it stuck until the maximum timeout 95 update_netboot_status "$state" "Fetching URI: ${bootfile_url}${path}" "START" "$retry" 107 update_netboot_status "$state" "couldn't get TAR file, netboot fail" "FAIL" "$retry" 110 update_netboot_status "$state" "Succesfully fetched TAR" "SUCCESS" "$retry" 117 update_netboot_status "$state" "Succesfully fetched" "SUCCESS" "$retry" 120 update_netboot_status "$state" "Got HTTP error code $http_code" "ONGOING" "$retry" 124 update_netboot_status "$state" "Failed to fetch" "FETCH_FAILED" "$retry" 128 update_netboot_status "$state" "Failed to fetch $state, retrying" "RETRYING" "$retry" 129 (( retry = retry + 1 ))
|
/openbmc/estoraged/src/erase/ |
H A D | zero.cpp | 36 size_t retry = 0; in writeZero() local 50 retry++; in writeZero() 51 if (retry > maxRetry) in writeZero() 86 size_t retry = 0; in verifyZero() local 99 retry++; in verifyZero() 100 if (retry > maxRetry) in verifyZero()
|
H A D | pattern.cpp | 51 size_t retry = 0; in writePattern() local 64 retry++; in writePattern() 65 if (retry > maxRetry) in writePattern() 101 size_t retry = 0; in verifyPattern() local 114 retry++; in verifyPattern() 115 if (retry > maxRetry) in verifyPattern()
|
/openbmc/openpower-vpd-parser/wait-vpd-parser/src/ |
H A D | wait_vpd_parser.cpp | 18 * uses a retry loop with a specific number of retries with specific sleep time 19 * between each retry. 23 * retry 112 // default retry limit and sleep duration values in main() 116 l_app.add_option("--retryLimit, -r", l_retryLimit, "Retry limit"); in main() 119 "Sleep duration in seconds between each retry"); in main()
|
/openbmc/u-boot/cmd/aspeed/ |
H A D | peci.c | 122 unsigned long retry = 10; in do_ast_peci_ping() local 140 while (retry) { in do_ast_peci_ping() 144 printf("Retry ... "); in do_ast_peci_ping() 146 --retry; in do_ast_peci_ping() 149 if (retry == 0) { in do_ast_peci_ping() 175 unsigned long retry = 10; in do_ast_peci_getdib() local 215 while (retry) { in do_ast_peci_getdib() 219 printf("Retry ... "); in do_ast_peci_getdib() 221 --retry; in do_ast_peci_getdib() 224 if (retry == 0) { in do_ast_peci_getdib()
|
/openbmc/phosphor-power/tools/power-utils/ |
H A D | aei_updater.cpp | 35 constexpr uint8_t MAX_RETRIES = 0x02; // Constants for retry limits 137 // One of the block write commands failed, retry download in doUpdate() 171 // Retry the whole download process starting with the key and in doUpdate() 198 for (int retry = 0; retry < MAX_RETRIES; ++retry) in writeIspKey() local 238 for (int retry = 0; retry < MAX_RETRIES; ++retry) in writeIspMode() local 260 // Log I2C error with each retry attempt. in writeIspMode() 277 // Log error with each retry attempt. in writeIspMode() 312 for (int retry = 0; retry < MAX_RETRIES; retry++) in writeIspStatusReset() local 318 retry = MAX_RETRIES; in writeIspStatusReset() 356 for (int retry = 0; retry < MAX_RETRIES; ++retry) in writeIspStatusReset() local [all …]
|
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | clock_manager.c | 19 u32 retry = 0; in cm_wait_for_lock() local 28 retry++; in cm_wait_for_lock() 30 retry = 0; in cm_wait_for_lock() 31 if (retry >= 10) in cm_wait_for_lock()
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | device-util | 24 retry=0 25 while [ "$retry" -lt "$retries" ]; do 31 retry=$((retry + 1))
|
/openbmc/openbmc/meta-facebook/recipes-fb/obmc_functions/files/ |
H A D | fb-common-functions | 55 local RETRY=0 65 while [ "$RETRY" -lt "$MAX_RETRIES" ] 72 RETRY=$((RETRY + 1))
|
/openbmc/phosphor-hwmon/ |
H A D | hwmonio.hpp | 91 * For possibly transient errors will retry up to 97 * @param[in] retries - The number of times to retry. 98 * @param[in] delay - The time to sleep between retry attempts. 113 * For possibly transient errors will retry up to 119 * @param[in] retries - The number of times to retry. 120 * @param[in] delay - The time to sleep between retry attempts.
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-networking/mctp/files/ |
H A D | setup-local-eid | 19 echo "Retry $retries/$maxRetries: Command failed. Retrying in $retryInterval seconds..." 27 # Retry mctp link command 38 # Retry mctp addr add command
|
/openbmc/qemu/io/ |
H A D | channel-file.c | 118 retry: in qio_channel_file_readv() 125 goto retry; in qio_channel_file_readv() 147 retry: in qio_channel_file_writev() 154 goto retry; in qio_channel_file_writev() 173 retry: in qio_channel_file_preadv() 180 goto retry; in qio_channel_file_preadv() 199 retry: in qio_channel_file_pwritev() 206 goto retry; in qio_channel_file_pwritev()
|
/openbmc/u-boot/board/ge/common/ |
H A D | ge_common.c | 14 u8 retry = 3; in check_time() local 24 for (i = 0; i < retry; i++) { in check_time() 42 for (i = 0; i < retry; i++) { in check_time()
|
/openbmc/phosphor-objmgr/libmapper/ |
H A D | mapper.c | 73 int retry; member 88 int retry; member 201 if ((r == EBUSY || r == ENOBUFS) && data->retry < mapper_busy_retries) in async_wait_getobject_callback() 210 next_retry += mapper_busy_delay_interval_usec * (1 << data->retry); in async_wait_getobject_callback() 213 ++data->retry; in async_wait_getobject_callback() 262 data->retry = 0; in async_wait_get_objects() 475 if ((r == EBUSY || r == ENOBUFS) && subtree->retry < mapper_busy_retries) in async_subtree_getpaths_callback() 484 next_retry += mapper_busy_delay_interval_usec * (1 << subtree->retry); in async_subtree_getpaths_callback() 488 ++subtree->retry; in async_subtree_getpaths_callback() 535 subtree->retry = 0; in async_subtree_getpaths() [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | OutboundConnection.v1_0_2.json | 253 "description": "The retry policy for this outbound connection.", 254 …"longDescription": "This property shall contain the retry policy for this outbound connection. If… 307 "RetryCount": "Retry until a maximum count is reached.", 308 "RetryForever": "Retry forever." 319 "description": "The retry policy for an outbound connection.", 320 … "longDescription": "This type shall contain the retry policy for an outbound connection.", 345 "description": "The type of retry policy for this outbound connection.", 346 …"longDescription": "This property shall contain the type of retry policy for this outbound connect… 350 …"description": "The number of retries to attempt if the retry policy specifies a maximum number of… 351 …on": "This property shall contain the number of retries to attempt if the retry policy specifies a… [all …]
|
/openbmc/u-boot/board/CZ.NIC/turris_omnia/ |
H A D | turris_omnia.c | 93 int ret, retry = 3; in omnia_detect_sata() local 109 for (; retry > 0; --retry) { in omnia_detect_sata() 115 if (!retry) { in omnia_detect_sata() 157 int ret, crc, retry = 3; in omnia_read_eeprom() local 170 for (; retry > 0; --retry) { in omnia_read_eeprom() 190 if (!retry) { in omnia_read_eeprom() 340 int ret, retry = 3; in disable_mcu_watchdog() local 354 for (; retry > 0; --retry) in disable_mcu_watchdog() 358 if (retry <= 0) { in disable_mcu_watchdog()
|
/openbmc/pldm/requester/ |
H A D | request.hpp | 27 * The abstract base class for implementing the PLDM request retry logic. This 29 * response is not received and the time to wait between each retry. It 46 * @param[in] timeout - time to wait between each retry in milliseconds 100 timeout; //!< time to wait between each retry in milliseconds 129 * time to wait between each retry. It provides APIs to start and stop the 150 * @param[in] timeout - time to wait between each retry in milliseconds
|
/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/vcs-control/ |
H A D | zaius_vcs.sh | 10 retry() function 25 retry i2cget -f -y $ucd_bus $ucd_addr "$1" b 32 retry i2cset -f -y $ucd_bus $ucd_addr "$1" "$2" b
|
/openbmc/phosphor-net-ipmid/sol/ |
H A D | sol_context.hpp | 172 * @param[in] maxRetryCount - Retry count max value. 187 * @param[in] maxRetryCount - Retry count max value. 202 /** @brief retry timer */ 205 /** @brief Retry count max value. */ 208 /** @brief Retry counter. */ 233 /** @brief enable/disable retry timer 238 * @param[in] enable - enable(true) or disable(false) retry timer 274 /** @brief retry timer handler called by timer */ 291 * A copy of the SOL payload is kept here, so that when a retry needs
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | host_notifier.hpp | 47 * a timer set to retry again later. 235 * If the command failed, a retry timer will be started so it 243 * @brief The function called when the command failure retry 247 * retry count. 252 * @brief The function called when the 'host full' retry timer 261 * @brief The function called when the host up retry timer 310 * @brief The command retry count 321 * @brief The command retry timer. 326 * @brief The host full timer, used to retry sending a PEL if the host
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | cros-ec-sbs.dtsi | 12 sbs,i2c-retry-count = <2>; 13 sbs,poll-retry-count = <1>;
|