Home
last modified time | relevance | path

Searched full:successful (Results 1 – 25 of 623) sorted by relevance

12345678910>>...25

/openbmc/qemu/tests/qemu-iotests/
H A D20638 # Successful image creation (defaults)
40 iotests.log("=== Successful image creation (defaults) ===")
63 # Successful image creation (inline blockdev-add, explicit defaults)
65 iotests.log("=== Successful image creation (inline blockdev-add, explicit defaults) ===")
94 # Successful image creation (v3 non-default options)
96 iotests.log("=== Successful image creation (v3 non-default options) ===")
125 # Successful image creation (v2 non-default options)
127 iotests.log("=== Successful image creation (v2 non-default options) ===")
150 # Successful image creation (encrypted)
152 iotests.log("=== Successful image creation (encrypted) ===")
H A D26626 # Successful image creation (defaults)
28 iotests.log("=== Successful image creation (defaults) ===")
40 # Successful image creation (explicit defaults)
42 iotests.log("=== Successful image creation (explicit defaults) ===")
56 # Successful image creation (non-default options)
58 iotests.log("=== Successful image creation (non-default options) ===")
H A D21141 # Successful image creation (defaults)
43 iotests.log("=== Successful image creation (defaults) ===")
65 # Successful image creation (explicit defaults)
67 iotests.log("=== Successful image creation (explicit defaults) ===")
89 # Successful image creation (with non-default options)
91 iotests.log("=== Successful image creation (with non-default options) ===")
H A D21336 # Successful image creation (defaults)
38 iotests.log("=== Successful image creation (defaults) ===")
59 # Successful image creation (explicit defaults)
61 iotests.log("=== Successful image creation (explicit defaults) ===")
86 # Successful image creation (with non-default options)
88 iotests.log("=== Successful image creation (with non-default options) ===")
H A D21236 # Successful image creation (defaults)
38 iotests.log("=== Successful image creation (defaults) ===")
59 # Successful image creation (explicit defaults)
61 iotests.log("=== Successful image creation (explicit defaults) ===")
83 # Successful image creation (with non-default options)
85 iotests.log("=== Successful image creation (with non-default options) ===")
H A D23737 # Successful image creation (defaults)
39 iotests.log("=== Successful image creation (defaults) ===")
60 # Successful image creation (inline blockdev-add, explicit defaults)
62 iotests.log("=== Successful image creation (inline blockdev-add, explicit defaults) ===")
89 # Successful image creation (non-default options)
91 iotests.log("=== Successful image creation (with non-default options) ===")
H A D21038 # Successful image creation (defaults)
40 iotests.log("=== Successful image creation (defaults) ===")
68 # Successful image creation (with non-default options)
70 iotests.log("=== Successful image creation (with non-default options) ===")
/openbmc/u-boot/include/linux/soc/ti/
H A Dti_sci_protocol.h35 * Returns 0 for successful exclusive request, else returns
39 * Returns 0 for successful exclusive request, else returns
42 * Returns 0 for successful exclusive request, else returns
46 * Returns 0 for successful exclusive request, else returns
63 * Returns 0 for successful exclusive request, else returns
66 * Returns 0 for successful exclusive request, else returns
69 * Returns 0 for successful release, else returns corresponding
77 * Returns 0 for successful information request and count has
81 * Returns 0 for successful information request and req_state and
87 * Returns 0 for successful information request and req_state and
[all …]
/openbmc/u-boot/board/lego/ev3/
H A DREADME20 * If loading boot.scr was successful, run it
22 * If loading uEnv.txt was successful, import it
25 * If it was successful, try to load da850-lego-ev3.dtb
26 * If loading uImage was successful, boot it (DT is optional)
27 * If none of the above was successful, try booting from flash
/openbmc/bios-bmc-smm-error-logger/include/rde/
H A Dexternal_storer_file.hpp33 * @return true if successful.
44 * @return true if successful.
53 * @return true if successful.
132 * @return true if successful.
140 * @return true if successful.
148 * @return true if successful.
157 * @return true if successful.
/openbmc/libbej/include/libbej/
H A Dbej_dictionary.h78 * @param[out] property - if the search is successful, this will point to a
80 * @return 0 if successful.
105 * @param[out] property - if the search is successful, this will point to a
107 * @param[out] propertyOffset - if the search is successful, this will point
110 * @return 0 if successful.
H A Dbej_encoder_json.hpp43 * @return 0 if successful.
54 * @return 0 if successful.
72 * @return 0 if successful.
/openbmc/libbej/src/
H A Dbej_decoder_json.cpp45 * @return 0 if successful.
61 * @return 0 if successful.
76 * @return 0 if successful.
92 * @return 0 if successful.
106 * @return 0 if successful.
122 * @return 0 if successful.
140 * @return 0 if successful.
159 * @return 0 if successful.
181 * @return 0 if successful.
213 * @return 0 if successful.
[all …]
H A Dbej_decoder_core.c168 * @param[out] dictionary - if the function is successful, this will point to a
170 * @param[out] prop - if the function is successful, this will point to a valid
172 * @return 0 if successful.
214 * @return 0 if successful.
243 * @return 0 if successful.
325 * @return 0 if successful.
397 * @return 0 if successful.
463 * @return 0 if successful.
478 * @return 0 if successful.
504 * @return 0 if successful.
[all …]
/openbmc/phosphor-power/tools/power-utils/
H A Daei_updater.hpp64 * @return True if successful, false otherwise.
71 * @return True if successful, false otherwise.
78 * @return True if successful, false otherwise.
85 * @return True if successful, false otherwise.
130 * @return True if firmware download was successful, false otherwise.
147 * @return True if the operation is successful, false otherwise.
166 * @return True if the download status is verified as successful, false
/openbmc/u-boot/drivers/bios_emulator/
H A Dbios.c123 #define SUCCESSFUL 0x00 macro
180 M.x86.R_AH = SUCCESSFUL;
183 CONDITIONAL_SET_FLAG((M.x86.R_AH != SUCCESSFUL), F_CF);
211 M.x86.R_AH = SUCCESSFUL;
214 CONDITIONAL_SET_FLAG((M.x86.R_AH != SUCCESSFUL), F_CF);
219 M.x86.R_AH = SUCCESSFUL;
234 CONDITIONAL_SET_FLAG((M.x86.R_AH != SUCCESSFUL), F_CF);
239 M.x86.R_AH = SUCCESSFUL;
254 CONDITIONAL_SET_FLAG((M.x86.R_AH != SUCCESSFUL), F_CF);
259 M.x86.R_AH = SUCCESSFUL;
[all …]
/openbmc/qemu/tests/functional/
H A Dtest_arm_sx1.py11 # to immediately reboot the system on successful boot, so we
47 wait_for='Boot successful')
58 self.launch_kernel(zimage_path, wait_for='Boot successful')
69 self.launch_kernel(zimage_path, wait_for='Boot successful')
/openbmc/phosphor-net-ipmid/
H A Dcrypt_algo.hpp62 * @return decrypted payload if the operation is successful
73 * @return encrypted payload if the operation is successful
160 * @return decrypted payload if the operation is successful
171 * @return encrypted payload if the operation is successful
185 * @return decrypted data if the operation is successful
196 * @return encrypted data if the operation is successful
/openbmc/qemu/tests/tcg/s390x/
H A Dper.S20 .quad 0x80000000, 0, -1 /* successful-branching everywhere */
74 cli per_code, 0x80 /* successful-branching event? */
/openbmc/openbmc-test-automation/extended/
H A Dfactory_reset.robot24 # If factory reset is successful, ping to BMC host should fail as
37 # If reverting to initial setup is successful, ping to BMC
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Ddata_handler.hpp22 * @return true if successful
29 * @return true if successful
/openbmc/phosphor-buttons/inc/
H A Dgpio.hpp60 * @return int returns 0 on successful config of all gpios
67 * @return int returns 0 on successful config of all gpios
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dserialize.hpp37 * @return true if restore was successful, false if not
45 * @return true if restore was successful, false if not
H A Dimage_manager.hpp36 * @param[out] result - 0 if successful.
65 * @param[out] result - 0 if successful.
H A Dimage_verify.hpp139 * public keys available in the system first. After successful
144 * @return true if signature verification was successful,
183 * @return true if signature verification was successful, false if not
207 * @return true if signature verification was successful, false if not

12345678910>>...25