Home
last modified time | relevance | path

Searched full:attempt (Results 1 – 25 of 688) sorted by relevance

12345678910>>...28

/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/catalina/
H A Dplatform-early-sys-init86 for attempt in {1..10}
88 echo "$dev: Checking device (Attempt $attempt)"
135 for ((attempt=1; attempt<=MAX_RETRIES; attempt++)); do
139 echo "Read-back check passed at address $ADDR (attempt $attempt): $OUTPUT"
142 …echo "Read-back check FAILED at address $ADDR (attempt $attempt): got '$OUTPUT', expected '$EXPECT…
146 if [ $attempt -eq $MAX_RETRIES ]; then
/openbmc/phosphor-ipmi-blobs/blobs-ipmid/
H A Dblobs.hpp80 * Attempt to delete the blob specified by the path.
99 * Attempt to open a session from this path.
110 * Attempt to read from a blob.
121 * Attempt to write to a blob.
132 * Attempt to write metadata to a blob.
143 * Attempt to commit to a blob.
152 * Attempt to close your session.
160 * Attempt to return metadata for the session's view of the blob.
169 * Attempt to expire a session. This is called when a session has been
/openbmc/qemu/tests/qemu-iotests/
H A D223129 for attempt in normal iothread; do
132 echo "=== Set up NBD with $attempt access ==="
134 if [ $attempt = iothread ]; then
140 "arguments":{"device":"n"}}' "error" # Attempt add without server
146 "data":{"path":"'"$SOCK_DIR/nbd"1'"}}}}' "error" # Attempt second server
151 "arguments":{"device":"nosuch"}}' "error" # Attempt to export missing node
153 "arguments":{"device":"n"}}' "error" # Attempt to export same name twice
206 "arguments":{"name":"n2"}}' "error" # Attempt duplicate clean
/openbmc/libcper/include/libcper/sections/
H A Dcper-section-dmar-generic.h27 "DMAr unit's attempt to access the domain mapping table resulted in an error.", \
32 "DMAr unit's attempt to access the address translation table resulted in an error.", \
35 "DMAr unit's attempt to access the command buffer resulted in an error." \
/openbmc/openbmc-build-scripts/
H A Drun-qemu-robot-test.sh146 attempt=$(( QEMU_LOGIN_TIMER / delay ))
147 while [ $attempt -gt 0 ]; do
148 attempt=$(( attempt - 1 ))
149 echo "Waiting for qemu to get to standby (attempt: $attempt)..."
160 if [ "$attempt" -eq 0 ]; then
/openbmc/qemu/include/io/
H A Dchannel-socket.h89 * Attempt to connect to the address @addr. This method
108 * Attempt to connect to the address @addr. This method
130 * Attempt to listen to the address @addr. This method
151 * Attempt to listen to the address @addr. This method
174 * Attempt to initialize a datagram socket bound to
196 * Attempt to initialize a datagram socket bound to
/openbmc/u-boot/test/py/
H A Du_boot_utils.py90 """Attempt to open a file, without throwing exceptions.
92 Any errors (exceptions) that occur during the attempt to open the file
98 fn: The filename to attempt to open.
113 Continually attempt to open a file, and return when this succeeds, or
117 fn: The filename to attempt to open.
133 Continually attempt to open a file, and return when this fails, or
137 fn: The filename to attempt to open.
/openbmc/phosphor-power/phosphor-power-sequencer/docs/
H A Dpgood_faults.md67 Note that when a pgood error happens **during** a power on attempt, the
72 attempt.
86 If those requirements are met, `phosphor-power-sequencer` will attempt to
96 on, but they might not be set during a power on attempt because the power
H A Dmonitoring_chassis_pgood.md32 during a power on attempt, the application will do the following:
35 - Log an error specifying the power on attempt failed due to an inability to
43 - Log an error specifying the power on attempt failed due to an inability to
H A Dpowering_off.md19 In a single chassis system, `phosphor-power-sequencer` will always attempt to
22 In a multiple chassis system, `phosphor-power-sequencer` will only attempt to
/openbmc/phosphor-ipmi-blobs/
H A Dipmi.cpp121 /* Attempt to open. */ in openBlob()
145 /* Attempt to close. */ in closeBlob()
162 /* Attempt to delete. */ in deleteBlob()
199 /* Attempt to stat. */ in statBlob()
218 /* Attempt to stat. */ in sessionStatBlob()
281 /* Attempt to write the bytes. */ in writeBlob()
305 /* Attempt to write the bytes. */ in writeMeta()
H A Dmanager.hpp150 * Attempt to commit a blob for a given session.
159 * Attempt to close a session. If the handler returns a failure
168 * Attempt to read bytes from the blob. If there's a failure, such as
180 * Attempt to write to a blob. The manager does not track whether
192 * Attempt to delete a blobId. This method will just call the
209 * Attempt to write Metadata to a blob.
H A Dipmi.hpp191 * Attempt to read data from the blob.
196 * Attempt to write data to the blob.
201 * Attempt to write metadata to the blob.
/openbmc/qemu/tests/qtest/
H A Dqmp-cmd-test.c223 /* attempt to create an object without props */ in test_object_add_failure_modes()
230 /* attempt to create an object without qom-type */ in test_object_add_failure_modes()
236 /* attempt to delete an object that does not exist */ in test_object_add_failure_modes()
242 /* attempt to create 2 objects with duplicate id */ in test_object_add_failure_modes()
263 /* attempt to create an object with a property of a wrong type */ in test_object_add_failure_modes()
285 /* attempt to create an object without the id */ in test_object_add_failure_modes()
307 /* attempt to set a non existing property */ in test_object_add_failure_modes()
/openbmc/phosphor-ipmi-flash/tools/
H A Dio_interface.hpp14 * Attempt to read bytes from offset to the destination from the host
27 * Attempt to write bytes from source to offset into the host memory device.
/openbmc/phosphor-pid-control/failsafeloggers/
H A Dfailsafe_logger_utility.hpp23 /** Given a sensor name, attempt to output entering/leaving-failsafe-mode
40 /** Given a zone ID, attempt to output entering/leaving-failsafe-mode
/openbmc/qemu/nbd/
H A Dclient-connection.c56 * @err represents previous attempt. It may be copied by
74 * connection attempt has not yet started.
313 /* Previous attempt finally succeeded in background */ in nbd_co_establish_connection()
357 * The connection attempt was canceled and the coroutine resumed in nbd_co_establish_connection()
359 * attempt as failed, but leave the connection thread running, in nbd_co_establish_connection()
360 * to reuse it for the next connection attempt. in nbd_co_establish_connection()
373 error_setg(errp, "Connection attempt cancelled by timeout"); in nbd_co_establish_connection()
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dread-only-rootfs.rst48 the build on the host system. These scripts cannot attempt to run during
84 With the "read-only-rootfs" feature enabled, any attempt by the target
86 make sure that you configure processes and applications that attempt
/openbmc/u-boot/include/configs/
H A Dcl-som-imx7.h120 "echo SD boot attempt ...; run sdbootscript; run sdboot; " \
121 "echo eMMC boot attempt ...; run emmcbootscript; run emmcboot; " \
122 "echo USB boot attempt ...; run usbbootscript; "
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DOutboundConnection.v1_0_2.json203 …l attempt to establish an outbound connection to the remote client specified by the `EndpointURI` …
311 …"None": "This value shall indicate the service will not attempt to re-establish the outbound conne…
312 …"RetryCount": "This value shall indicate the service will attempt to re-establish the outbound con…
313 …"RetryForever": "This value shall indicate the service will attempt to re-establish the outbound c…
350 …"description": "The number of retries to attempt if the retry policy specifies a maximum number of…
351 …"longDescription": "This property shall contain the number of retries to attempt if the retry poli…
H A DStorageControllerMetrics.v1_1_0.json262 …anagement actions while minimizing the impact on performance in order to attempt to reduce the com…
263 …anagement actions while minimizing the impact on performance in order to attempt to reduce the com…
271 …anagement actions while minimizing the impact on performance in order to attempt to reduce the com…
272 …anagement actions while minimizing the impact on performance in order to attempt to reduce the com…
280 …l-management actions regardless of the impact on performance in order to attempt to reduce the com…
281 …l-management actions regardless of the impact on performance in order to attempt to reduce the com…
289 …l-management actions regardless of the impact on performance in order to attempt to reduce the com…
290 …l-management actions regardless of the impact on performance in order to attempt to reduce the com…
/openbmc/u-boot/test/dm/
H A Dremoteproc.c30 /* -> invalid attempt tests */ in dm_test_remoteproc_base()
54 /* -> invalid attempt tests */ in dm_test_remoteproc_base()
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_service_root_security.robot101 Attempt Login With Expired Session
102 [Documentation] Authenticate to redfish, then log out and attempt to
110 # Attempt login with expired session.
176 # last failed login attempt. If we then try to login with a null username
/openbmc/qemu/hw/char/
H A Dipoctal232.c405 DPRINTF("Attempt to read unavailable PROM data at 0x%x\n", addr); in id_read()
418 DPRINTF("Attempt to write 0x%x to 0x%x\n", val, addr); in id_write()
427 DPRINTF("Attempt to read from 0x%x\n", addr); in int_read()
438 DPRINTF("Attempt to write 0x%x to 0x%x\n", val, addr); in int_write()
443 DPRINTF("Attempt to read from 0x%x\n", addr); in mem_read16()
449 DPRINTF("Attempt to write 0x%x to 0x%x\n", val, addr); in mem_write16()
454 DPRINTF("Attempt to read from 0x%x\n", addr); in mem_read8()
465 DPRINTF("Attempt to write 0x%x to 0x%x\n", val, addr); in mem_write8()
/openbmc/qemu/hw/ide/
H A Dtrace-events85 ahci_unmap_fis_address_null(void *s, int port) "ahci(%p)[%d]: Attempt to unmap NULL FIS address"
86 ahci_unmap_clb_address_null(void *s, int port) "ahci(%p)[%d]: Attempt to unmap NULL CLB address"
97 process_ncq_command_aux(void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Attempt to use…
98 …void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Unsupported attempt to use PRIO/ICC f…
99 …void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Unsupported attempt to use Force Unit…
100 …void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Unsupported attempt to use Rebuild As…

12345678910>>...28