/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/ |
H A D | firmware_state_updatecompleted_unittest.cpp | 5 * This can be reached with success or failure from an update, and is reached 51 getToUpdateCompleted(ActionStatus::success); in TEST_F() 66 getToUpdateCompleted(ActionStatus::success); in TEST_F() 73 static_cast<std::uint8_t>(ActionStatus::success)); in TEST_F() 102 getToUpdateCompleted(ActionStatus::success); in TEST_F() 112 getToUpdateCompleted(ActionStatus::success); in TEST_F() 122 getToUpdateCompleted(ActionStatus::success); in TEST_F() 140 getToUpdateCompleted(ActionStatus::success); in TEST_F() 150 getToUpdateCompleted(ActionStatus::success); in TEST_F() 161 getToUpdateCompleted(ActionStatus::success); in TEST_F() [all …]
|
H A D | firmware_state_verificationcompleted_unittest.cpp | 57 getToVerificationCompleted(ActionStatus::success); in TEST_F() 75 getToVerificationCompleted(ActionStatus::success); in TEST_F() 91 getToVerificationCompleted(ActionStatus::success); in TEST_F() 104 getToVerificationCompleted(ActionStatus::success); in TEST_F() 117 getToVerificationCompleted(ActionStatus::success); in TEST_F() 130 getToVerificationCompleted(ActionStatus::success); in TEST_F() 140 getToVerificationCompleted(ActionStatus::success); in TEST_F() 163 getToVerificationCompleted(ActionStatus::success); in TEST_F() 170 static_cast<std::uint8_t>(ActionStatus::success)); in TEST_F() 200 getToVerificationCompleted(ActionStatus::success); in TEST_F() [all …]
|
H A D | firmware_skip_unittest.cpp | 27 EXPECT_EQ(ActionStatus::success, skip.status()); in TEST() 29 EXPECT_EQ(ActionStatus::success, skip.status()); in TEST() 35 EXPECT_EQ(ActionStatus::success, skip.status()); in TEST() 37 EXPECT_EQ(ActionStatus::success, skip.status()); in TEST()
|
/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pam.d/ |
H A D | common-password | 16 password [success=ok default=die] pam_pwquality.so debug 17 password [success=ok default=die] pam_ipmicheck.so spec_grp_name=ipmi use_authtok 18 password [success=ok ignore=ignore default=die] pam_pwhistory.so debug use_authtok 19 password [success=ok default=die] pam_unix.so sha512 use_authtok 20 password [success=1 default=die] pam_ipmisave.so spec_grp_name=ipmi spec_pass_file=/etc/ipmi_pass … 24 # this avoids us returning an error just because nothing sets a success code
|
/openbmc/qemu/subprojects/libvduse/ |
H A D | libvduse.h | 65 * Returns: a pointer to VDUSE device on success, NULL on failure. 75 * Returns: file descriptor on success, -1 on failure. 86 * Returns: a pointer to a structure containing VduseVirtqElement on success, 115 * Returns: private pointer on success, NULL on failure. 126 * Returns: a pointer to the virtqueue on success, NULL on failure. 136 * Returns: file descriptor on success, -1 on failure. 146 * Returns: file descriptor on success, -errno on failure. 159 * Returns: 0 on success, -errno on failure. 172 * Returns: 0 on success, -errno on failure. 184 * Returns: 0 on success, -errno on failure. [all …]
|
/openbmc/libpldm/include/libpldm/ |
H A D | instance-id.h | 21 * database object on success. 24 * @return int - Returns 0 on success. Returns -EINVAL if ctx is NULL or *ctx 35 * success. 37 * @return int - Returns 0 on success. Returns -EINVAL if ctx is NULL or *ctx 48 * @return int - Returns 0 on success or if *ctx is NULL. No specific errors are 60 * success, this points to an instance ID to use for a PLDM request 63 * @return int - Returns 0 on success if we were able to allocate an instance 79 * @return int - Returns 0 on success. Returns -EINVAL if the iid supplied was
|
/openbmc/qemu/include/migration/ |
H A D | blocker.h | 28 * @returns - 0 on success, -EBUSY/-EACCES on failure, with errp set. 31 * On success, the caller must not free @reasonp, except by 44 * @returns - 0 on success, -EBUSY on failure, with errp set. 51 * On success, the caller must not free @reasonp, except by 72 * @returns - 0 on success, -EBUSY/-EACCES on failure, with errp set. 75 * On success, the caller must not free @reasonp, except by 90 * @returns - 0 on success, -EBUSY/-EACCES on failure, with errp set. 93 * On success, the caller must not free *@reasonp before the blocker is removed.
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | user_layer.hpp | 83 * @return ccSuccess for success, others for failure. 100 * @return 0 on success, non-zero otherwise. 110 * @return 0 on success, non-zero otherwise. 150 * @return ccSuccess for success, others for failure. 159 * @return ccSuccess for success, others for failure. 168 * @return ccSuccess for success, others for failure. 178 * @return ccSuccess for success, others for failure. 188 * @return ccSuccess for success, others for failure. 198 * @return ccSuccess for success, others for failure. 207 * @return ccSuccess for success, others for failure. [all …]
|
H A D | channel_mgmt.hpp | 152 * @return ccSuccess for success, others for failure. 161 * @return ccSuccess for success, others for failure. 171 * @return ccSuccess for success, others for failure. 182 * @return ccSuccess for success, others for failure. 193 * @return ccSuccess for success, others for failure. 204 * @return ccSuccess for success, others for failure. 215 * @return ccSuccess for success, others for failure. 230 * @return 0 for success, -errno for failure. 236 * @return 0 for success, -errno for failure. 276 * @return 0 for success, -errno for failure. [all …]
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | cmd.py | 35 # @success: a non-None string to look for 38 # Read up to 1 line of text from @vm, looking for @success 41 # If @success or @failure are seen, immediately return True, 45 # If end of line is seen, with neither @success or @failure 49 def _console_read_line_until_match(test, vm, success, failure): argument 57 f"EOF in console, expected '{success}'") 61 if success in msg: 68 f"'{failure}' found in console, expected '{success}'") 137 read and probed for a success or failure message 154 read and probed for a success or failure message [all …]
|
/openbmc/webui-vue/docs/guide/components/status-icon/ |
H A D | readme.md | 6 - success 30 ## Status icon with success status 33 <status-icon :status="success" /> 36 
|
/openbmc/qemu/include/semihosting/ |
H A D | uaccess.h | 25 * Returns: 0 on success, -1 on error. 36 * Returns: 0 on success, -1 on error. 47 * Returns: 0 on success, -1 on error. 58 * Returns: 0 on success, -1 on error. 65 * Returns: 0 on success, -1 on error. 74 * Returns: 0 on success, -1 on error. 83 * Returns: 0 on success, -1 on error.
|
/openbmc/qemu/crypto/ |
H A D | der.h | 36 * Returns: 0 for success, any other value is considered an error. 51 * Returns: On success, *data points to rest data, and *dlen 53 * return 0 to make decode success, at last, the length of the data 73 * Returns: On success, *data points to rest data, and *dlen 75 * return 0 to make decode success, at last, the length of the data 96 * Returns: On success, *data points to rest data, and *dlen 98 * return 0 to make decode success, at last, the length of the data 119 * Returns: On success, *data points to rest data, and *dlen 121 * return 0 to make decode success, at last, the length of the data 142 * Returns: On success, *data points to rest data, and *dlen [all …]
|
/openbmc/u-boot/include/fsl-mc/ |
H A D | fsl_dpbp.h | 64 * Return: '0' on Success; Error code otherwise. 80 * Return: '0' on Success; Error code otherwise. 113 * Return: '0' on Success; Error code otherwise. 127 * Return: '0' on Success; error code otherwise. 140 * Return: '0' on Success; Error code otherwise. 152 * Return: '0' on Success; Error code otherwise. 165 * Return: '0' on Success; Error code otherwise. 178 * Return: '0' on Success; Error code otherwise. 205 * Return: '0' on Success; Error code otherwise. 220 * Return: '0' on Success; Error code otherwise.
|
/openbmc/u-boot/include/net/ |
H A D | mdio.h | 18 * @returns 0 on success, error code otherwise. 27 * @returns 0 on success, error code otherwise. 36 * @returns 0 on success, error code otherwise. 47 * @returns 0 on success, error code otherwise. 58 * @returns 0 on success, error code otherwise.
|
/openbmc/openpower-proc-control/extensions/phal/ |
H A D | phal_error.hpp | 29 * @brief Process ipl failure/success status 31 * If status is success log traces are cleared else used in the 39 * @brief Process boot failure/success status 41 * If status is success log traces are cleared else used in the 49 * @brief Process SBE boot failure/success status
|
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
H A D | functions | 11 SUCCESS="\\033[1;32m" # Success is green 73 success() { 74 echo -n -e "${BRACKET}[${SUCCESS} OK ${BRACKET}]${NORMAL}" 92 echo -n -e "${BRACKET}[${SUCCESS} PASS ${BRACKET}]${NORMAL}" 99 success
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/files/ |
H A D | ipmi-init-fix-the-arguments.patch | 6 The functions success/failure/warning defined in /etc/init.d/functions 24 success) 26 - success "$*" 27 + success 0
|
/openbmc/phosphor-bmc-code-mgmt/bios/ |
H A D | spi_device.cpp | 102 bool success = co_await HostPower::setState(ctx, stateOff); in updateDevice() local 103 if (!success) in updateDevice() 110 success = co_await writeSPIFlash(image, image_size); in updateDevice() 112 if (success) in updateDevice() 128 co_return success; in updateDevice() local 266 bool success = co_await SPIDevice::bindSPIFlash(); in writeSPIFlash() local 267 if (success) in writeSPIFlash() 277 success = co_await SPIDevice::writeSPIFlashWithFlashrom( in writeSPIFlash() 279 if (!success) in writeSPIFlash() 289 success = co_await SPIDevice::writeSPIFlashWithFlashcp( in writeSPIFlash() [all …]
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | qgraph_internal.h | 87 * Returns: on success: the %QOSGraphNode 102 * Returns: on success: the %QOSNodeType 117 * Returns: on success: the %QOSGraphEdge 126 * Returns: on success: the %QOSEdgeType 135 * Returns: on success: the destination 150 * Returns: on success: the arg 160 * Returns: on success: the char* arg 170 * Returns: on success: the char* arg 180 * Returns: on success: the char* arg 203 * Returns: on success: the %QOSGraphNode
|
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | event_log_test.cpp | 23 bool success = false; in TEST() local 26 success = getUniqueEntryID(example, entryID); in TEST() 28 ASSERT_EQ(success, true); in TEST() 36 bool success = false; in TEST() local 41 success = getUniqueEntryID(example, entryID1); in TEST() 42 ASSERT_EQ(success, true); in TEST() 43 success = getUniqueEntryID(example, entryID2); in TEST() 44 ASSERT_EQ(success, true); in TEST()
|
/openbmc/qemu/include/hw/vfio/ |
H A D | vfio-device.h | 112 * Returns zero to indicate success and negative for error 124 * Returns zero to indicate success and negative for error 179 * Returns 0 on success or -errno. 190 * struct will be filled in on success 193 * Returns 0 on success or -errno. 203 * will be filled in on success 205 * Returns 0 on success or -errno. 217 * Returns 0 on success or -errno. 232 * Returns number of bytes read on success or -errno. 249 * Returns number of bytes write on success or -errno. [all …]
|
/openbmc/phosphor-webui/app/common/components/ |
H A D | alert-banner.js | 20 case 'success': 37 'alert-banner--success': $ctrl.type === 'success'}"> 56 type: '@', // string 'info', 'warn', 'error' or 'success'
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | toastService.js | 18 const iconStatus = type === 'success' ? 'on' : 40 this.success = function(message) { method in AnonymousFunction2080501f0200 41 initToast('success', 'Success!', message, true);
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
H A D | 50-gbmc-psu-hardreset.sh.in | 31 update_netboot_status "pwr_check" "No power cycle needed, terminating hook." "SUCCESS" 34 update_netboot_status "pwr_check" "Power cycle needed" "SUCCESS" 38 update_netboot_status "pwr_req" "Requesting powercycle" "SUCCESS" 41 update_netboot_status "pwr_req" "Powercycling" "SUCCESS"
|