/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/ |
H A D | RebootAttempts.interface.yaml | 2 Implement to specify reboot attempts left. 8 Current number of reboot attempts left. 12 Number of total reboot attempts allowed.
|
/openbmc/phosphor-ipmi-blobs/ |
H A D | ipmi.hpp | 161 * Attempts to open the blobId specified and associate with a session id. 166 * Attempts to close the session specified. 171 * Attempts to delete the blobId specified. 176 * Attempts to retrieve the Stat for the blobId specified. 181 * Attempts to retrieve the Stat for the session specified. 186 * Attempts to commit the data in the blob.
|
H A D | manager.hpp | 121 * Attempts to open the file specified and associates with a session. 132 * Attempts to retrieve a BlobMeta for the specified path. 141 * Attempts to retrieve a BlobMeta for a given session. 220 * Attempts to return a valid unique session id.
|
/openbmc/openbmc-test-automation/bin/ |
H A D | ssh_pw | 24 set attempts 0 26 incr attempts 1 49 if { $attempts > $max_attempts } { 50 puts stderr "**ERROR** Exceeded $max_attempts attempts to ssh."
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_connections.robot | 74 …... msg=Patch operation failed ${fail_count} times in ${verify_count} attempts; fails at iteratio… 130 …... msg=Post operation failed ${fail_count} times in ${verify_count} attempts; fails at iteration… 133 Make Large Number Of Wrong SSH Login Attempts And Check Stability 157 ... msg= Login Failed ${fail_count} times in ${valid_login_count} attempts. 160 Test Stability On Large Number Of Wrong Login Attempts To GUI 161 [Documentation] Test stability on large number of wrong login attempts to GUI. 221 Test BMCweb Stability On Continuous Redfish Login Attempts With Invalid Credentials 222 [Documentation] Make invalid credentials Redfish login attempts continuously and 226 Invalid Credentials Redfish Login Attempts 287 ... msg=Put operation failed ${fail_count} times in ${verify_count} attempts. [all …]
|
H A D | test_bmc_expire_password.robot | 145 Verify Maximum Failed Attempts And Check Root User Account Locked 146 [Documentation] Verify maximum failed attempts and locks out root user account. 150 # Make maximum failed login attempts. 296 Verify Maximum Failed Attempts For Admin User And Check Account Locked 297 [Documentation] Verify maximum failed attempts for admin user
|
/openbmc/phosphor-state-manager/ |
H A D | host_state_manager.hpp | 84 // Sets auto-reboot attempts to max-allowed 108 * set the number of automatic retry attempts that the number of 109 * automatic reboot attempts left will update accordingly. 113 * @return number of reboot attempts allowed. 120 info("Automatic reboot retry attempts set to: {VALUE} ", "VALUE", in retryAttempts() 133 * OpenBMC software controls the number of allowed reboot attempts so 136 * retry attempts found on the system. 144 * @return number of reboot attempts left(allowed by retry attempts 234 * @return number of reboot count attempts left
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-networking/mctp/files/ |
H A D | setup-local-eid | 29 echo "Failed to set mctp link after $maxRetries attempts." 40 echo "Failed to add mctp address after $maxRetries attempts."
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | cve-update-nvd2-native.bb | 34 # Number of attempts for each http query to nvd server before giving up 137 def nvd_request_next(url, attempts, api_key, args, min_wait): 154 for attempt in range(attempts): 169 …atabase: retrying download after %d seconds. attempted (%d/%d)" % (wait_time, attempt+1, attempts)) 175 # We failed at all attempts 218 attempts = int(d.getVar("CVE_DB_UPDATE_ATTEMPTS")) 227 raw_data = nvd_request_next(url, attempts, api_key, req_args, wait_time)
|
/openbmc/openpower-dbus-interfaces/ |
H A D | Makefile.yaml.in | 1 # Empty file so that 'configure' attempts to generate Makefile.yaml
|
H A D | Makefile.interfaces.in | 1 # Empty file so that 'configure' attempts to generate Makefile.interfaces.
|
/openbmc/ibm-dbus-interfaces/ |
H A D | Makefile.yaml.in | 1 # Empty file so that 'configure' attempts to generate Makefile.yaml
|
H A D | Makefile.interfaces.in | 1 # Empty file so that 'configure' attempts to generate Makefile.interfaces.
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | fan.cpp | 77 int attempts = 0; in setSensors() local 90 attempts++; in setSensors() 91 if (attempts == maxAttempts) in setSensors()
|
/openbmc/qemu/scsi/ |
H A D | pr-manager-helper.c | 160 int attempts; in pr_manager_helper_run() local 183 for (attempts = 0; attempts < PR_MAX_RECONNECT_ATTEMPTS; attempts++) { in pr_manager_helper_run()
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | struct-base-clash.json | 1 # Reject attempts to duplicate QMP members
|
H A D | struct-base-clash-deep.json | 1 # Reject attempts to duplicate QMP members
|
/openbmc/openpower-proc-control/ |
H A D | ext_interface.hpp | 9 * @return Number of boot attempts left
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 00-create-volatile.conf | 2 # be sorted before 'systemd.conf' because this attempts to create a file
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/ |
H A D | FieldMode.interface.yaml | 12 user attempts to set the property value to false.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/ |
H A D | SecurityCapabilities.interface.yaml | 23 The maximum number of incorrect passphrase attempts allowed before
|
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | user-accounts-modal-settings.html | 12 <!-- Max login attempts --> 14 <label for="maxLogin">Max failed login attempts</label>
|
/openbmc/smbios-mdr/src/ |
H A D | sst_mailbox.cpp | 205 int attempts = mbRetries; in sendPECIOSMailboxCmd() local 207 --attempts > 0) in sendPECIOSMailboxCmd() 209 if (attempts == 0) in sendPECIOSMailboxCmd() 224 attempts = mbRetries; in sendPECIOSMailboxCmd() 228 } while ((interfaceReg & mbBusyBit) != 0 && --attempts > 0); in sendPECIOSMailboxCmd() 229 if (attempts == 0) in sendPECIOSMailboxCmd()
|
/openbmc/phosphor-objmgr/libmapper/ |
H A D | app.c | 36 size_t attempts = 0; in wait_main() local 52 attempts++; in wait_main() 94 if (attempts <= max_attempts) in wait_main()
|
/openbmc/openbmc/meta-facebook/recipes-fb/reconfig-interface-duid-ll/reconfig-interface-duid-ll/ |
H A D | reconfig-interface-duid-ll | 25 echo "Failed to update $NET_CONFIG_FILE after 10 attempts."
|