Home
last modified time | relevance | path

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

12345678910>>...59

/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/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dvega20_smumgr.c
Dvega12_smumgr.c
/openbmc/linux/drivers/infiniband/sw/rxe/
Drxe_mw.c
/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/linux/tools/testing/selftests/kvm/aarch64/
Dsmccc_filter.c
/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/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/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-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.
/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-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
/openbmc/linux/Documentation/power/
Ddrivers-testing.rst
/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/linux/Documentation/ABI/testing/
Dsysfs-bus-fsl-mc
Dsysfs-memory-page-offline
/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/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega12_thermal.c
/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/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…
/openbmc/linux/tools/testing/selftests/memfd/
Drun_hugetlbfs_test.sh

12345678910>>...59