Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 25 of 107) sorted by relevance

12345

/openbmc/openbmc-test-automation/bin/
H A Dssh_pw24 set attempts 0
26 incr attempts 1
49 if { $attempts > $max_attempts } {
/openbmc/phosphor-fan-presence/control/json/
H A Dfan.cpp77 int attempts = 0; in setSensors() local
90 attempts++; in setSensors()
91 if (attempts == maxAttempts) in setSensors()
/openbmc/smbios-mdr/src/
H A Dsst_mailbox.cpp205 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 Dapp.c24 size_t attempts = 0; in wait_main() local
40 attempts++; in wait_main()
82 if (attempts <= max_attempts) in wait_main()
/openbmc/openpower-dbus-interfaces/
H A DMakefile.interfaces.in1 # Empty file so that 'configure' attempts to generate Makefile.interfaces.
H A DMakefile.yaml.in1 # Empty file so that 'configure' attempts to generate Makefile.yaml
/openbmc/ibm-dbus-interfaces/
H A DMakefile.interfaces.in1 # Empty file so that 'configure' attempts to generate Makefile.interfaces.
H A DMakefile.yaml.in1 # Empty file so that 'configure' attempts to generate Makefile.yaml
/openbmc/phosphor-state-manager/service_files/
H A Dmeson.build36 input: 'phosphor-reset-host-reboot-attempts@.service.in',
37 output: 'phosphor-reset-host-reboot-attempts@.service',
/openbmc/qemu/scsi/
H A Dpr-manager-helper.c155 int attempts; in pr_manager_helper_run() local
178 for (attempts = 0; attempts < PR_MAX_RECONNECT_ATTEMPTS; attempts++) { in pr_manager_helper_run()
/openbmc/qemu/tests/qapi-schema/
H A Dstruct-base-clash.json1 # Reject attempts to duplicate QMP members
H A Dstruct-base-clash-deep.json1 # Reject attempts to duplicate QMP members
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dcve-update-nvd2-native.bb34 # 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/openbmc-test-automation/security/
H A Dtest_bmc_connections.robot76 …... msg=Patch operation failed ${fail_count} times in ${verify_count} attempts; fails at iteratio…
133 …... msg=Post operation failed ${fail_count} times in ${verify_count} attempts; fails at iteration…
162 ... msg= Login Failed ${fail_count} times in ${valid_login_count} attempts.
166 [Documentation] Test stability on large number of wrong login attempts to GUI.
231 [Documentation] Make invalid credentials Redfish login attempts continuously and
298 ... msg=Put operation failed ${fail_count} times in ${verify_count} attempts.
360 [Documentation] Continuous invalid credentials login attempts to Redfish and
361 ... login to Redfish with valid credentials at times and get failed login attempts.
/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/
H A DConfHandler.py82 abs_fn, attempts = bb.utils.which(bbpath, fn, history=True)
85 for af in attempts:
H A DBBHandler.py60 abs_fn, attempts = bb.utils.which(bbpath, file, history=True)
61 for af in attempts:
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A D__init__.py135 newfn, attempts = bb.utils.which(bbpath, fn, history=True)
136 for af in attempts:
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/
H A Dlibextutils-cppguess-perl_0.27.bb2 DESCRIPTION = "ExtUtils::CppGuess attempts to guess the system's C++ \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/
H A Dlibdbus-c++_0.9.0.bb2 DESCRIPTION = "DBus-c++ attempts to provide a C++ API for D-BUS. The library has a glib and an Ecor…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpulimit/
H A Dcpulimit_0.2.bb2 DESCRIPTION = "cpulimit is a simple program that attempts to limit the CPU usage of a process (expr…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/
H A Dprotobuf-c_1.5.1.bb28 # After several fix attempts there is still a race between generating
/openbmc/qemu/docs/interop/
H A Dvnc-ledstate-pseudo-encoding.rst17 To solve this problem it attempts to add LED state Pseudo-encoding
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0009-greeter.c-disallow-empty-new-password.patch43 …gtk_label_set_text((GtkLabel *)info, _("Maximum number of failed update password attempts exceeded…
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/
H A DCVE-2023-43361.patch6 oggenc attempts to create any specified directories in the output
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/
H A Dbackported.patch23 + - (#1499) repeat read and write attempts on partial buffer fill/empty to

12345