/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | config_file_parser.hpp | 111 * Throws an exception if parsing fails. 123 * Throws an exception if parsing fails. 136 * Throws an exception if parsing fails. 148 * Throws an exception if parsing fails. 173 * Throws an exception if parsing fails. 198 * Throws an exception if parsing fails. 218 * Throws an exception if parsing fails. 230 * Throws an exception if parsing fails. 243 * Throws an exception if parsing fails. 256 * Throws an exception if parsing fails. [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | core_extern.c | 26 bool fails; member 60 { .name = "tristate (int)", .fails = 1, .cfg = CFG"CONFIG_TRISTATE=1" }, 61 { .name = "tristate (bad)", .fails = 1, .cfg = CFG"CONFIG_TRISTATE=M" }, 67 { .name = "bool (tristate)", .fails = 1, .cfg = CFG"CONFIG_BOOL=m" }, 68 { .name = "bool (int)", .fails = 1, .cfg = CFG"CONFIG_BOOL=1" }, 72 { .name = "char (bad)", .fails = 1, .cfg = CFG"CONFIG_CHAR=q\n" }, 73 { .name = "char (empty)", .fails = 1, .cfg = CFG"CONFIG_CHAR=\n" }, 74 { .name = "char (str)", .fails = 1, .cfg = CFG"CONFIG_CHAR=\"y\"\n" }, 82 { .name = "str (no value)", .fails = 1, .cfg = CFG"CONFIG_STR=\n" }, 83 { .name = "str (bad value)", .fails = 1, .cfg = CFG"CONFIG_STR=bla\n" }, [all …]
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | config_file_parser_tests.cpp | 140 // Test where fails: File does not exist in TEST() 152 // Test where fails: File is not readable in TEST() 177 // Test where fails: File is not valid JSON in TEST() 194 // Test where fails: Error when parsing JSON elements in TEST() 513 // Test where fails: Element is not an object in TEST() 525 // Test where fails: No action type specified in TEST() 541 // Test where fails: Multiple action types specified in TEST() 558 // Test where fails: Invalid property specified in TEST() 593 // Test where fails: Element is not an array in TEST() 624 // Test where fails: Element is an array with 1 action in TEST() [all …]
|
/openbmc/phosphor-power/phosphor-power-sequencer/test/ |
H A D | config_file_parser_tests.cpp | 131 // Test where fails: System type list is empty in TEST() 145 // Test where fails: Configuration file directory is empty in TEST() 154 // Test where fails: Configuration file directory does not exist in TEST() 162 // Test where fails: Configuration file directory is not readable in TEST() 174 // Test where fails: No matching file name found in TEST() 187 // Test where fails: Matching file name is a directory: Fully qualified in TEST() 200 // Test where fails: Matching file name is a directory: Last node in TEST() 213 // Test where fails: System type has no '.' in TEST() 228 // Test where fails: System type ends with '.' in TEST() 276 // Test where fails: File does not exist in TEST() [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-dfl-fme | 54 fails with -EINVAL if input parsing fails or input error code 63 fails with -EINVAL if input parsing fails or input error code 83 file to inject errors for testing purpose. Write fails with 84 -EINVAL if input parsing fails or input inject error code isn't 93 fails with -EINVAL if input parsing fails or input error code 197 clamped within the range from 0 to 127 Watts. Write fails with 198 -EINVAL if input parsing fails. 210 clamped within the range from 0 to 127 Watts. Write fails with 211 -EINVAL if input parsing fails.
|
/openbmc/linux/drivers/media/radio/ |
H A D | radio-wl1273.c | 120 /* Last transfer always fails. */ in wl1273_fm_write_fw() 294 "%s: TUNER_MODE_SET fails: %d\n", in wl1273_fm_irq_thread_handler() 427 dev_err(radio->dev, "FREQ_SET fails\n"); in wl1273_fm_set_rx_freq() 433 dev_err(radio->dev, "TUNER_MODE_SET fails\n"); in wl1273_fm_set_rx_freq() 538 dev_err(radio->dev, "%s: POWER_SET fails: %d\n", in wl1273_fm_stop() 545 "%s: PUPD_SET fails: %d\n", __func__, r); in wl1273_fm_stop() 576 /* If this fails try again */ in wl1273_fm_start() 583 dev_err(dev, "%s: POWER_SET fails\n", __func__); in wl1273_fm_start() 593 /* If this fails try again once */ in wl1273_fm_start() 600 dev_err(dev, "%s: PUPD_SET fails\n", __func__); in wl1273_fm_start() [all …]
|
/openbmc/linux/include/linux/ |
H A D | debugobjects.h | 44 * fails. All fixup functions must return true if fixup 47 * fails 49 * fails 51 * fails 53 * check fails
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | config_file_parser.hpp | 109 * Throws an exception if parsing fails. 129 * Throws an exception if parsing fails. 141 * Throws an exception if parsing fails. 153 * Throws an exception if parsing fails. 166 * Throws an exception if parsing fails. 178 * Throws an exception if parsing fails. 204 * Throws an exception if parsing fails. 229 * Throws an exception if parsing fails.
|
/openbmc/linux/Documentation/power/ |
H A D | basic-pm-debugging.rst | 23 fails to hibernate or resume in the "reboot" mode, you should try the 47 To find out why hibernation fails on your system, you can use a special testing 103 without creating a hibernation image. Obviously, if the "devices" test fails, 109 If the "freezer" test fails, there is a task that cannot be frozen (in that case 115 If the "devices" test fails, most likely there is a driver that cannot suspend 120 - if the test fails, unload a half of the drivers currently loaded and repeat 136 If the "platform" test fails, there is a problem with the handling of the 141 If the "processors" test fails, the disabling/enabling of nonboot CPUs does not 147 If the "core" test fails, which means that suspending of the system/platform 168 - if there are n modules loaded and the attempt to suspend and resume fails,
|
/openbmc/u-boot/include/ |
H A D | nvme.h | 23 * -EIO on command execution fails 39 * -EIO on command execution fails 55 * -EIO on command execution fails 77 * @return: 0 on success, -EIO if NVMe identify command fails
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | i2c_write_bit_action_tests.cpp | 57 // Test where fails: Invalid bit position > 7 in TEST() 72 // Test where fails: Invalid bit value > 1 in TEST() 160 // Test where fails: Getting I2CInterface fails in TEST() 181 // Test where fails: Reading byte fails in TEST() 234 // Test where fails: Writing byte fails in TEST()
|
H A D | i2c_compare_bit_action_tests.cpp | 56 // Test where fails: Invalid bit position > 7 in TEST() 71 // Test where fails: Invalid bit value > 1 in TEST() 150 // Test where fails: Getting I2CInterface fails in TEST() 171 // Test where fails: Reading byte fails in TEST()
|
H A D | i2c_write_byte_action_tests.cpp | 132 // Test where fails: Getting I2CInterface fails in TEST() 153 // Test where fails: Reading byte fails in TEST() 206 // Test where fails: Writing byte fails in TEST()
|
H A D | i2c_action_tests.cpp | 115 // Test where fails: getting current device fails in TEST() 138 // Test where fails: opening interface fails in TEST()
|
H A D | i2c_write_bytes_action_tests.cpp | 70 // Test where fails: Values vector is empty in TEST() 114 // Test where fails: Values vector is empty in TEST() 131 // Test where fails: Masks vector different size than values vector in TEST() 275 // Test where fails: Getting I2CInterface fails in TEST() 297 // Test where fails: Reading bytes fails in TEST() 357 // Test where fails: Writing bytes fails in TEST()
|
/openbmc/linux/tools/perf/tests/ |
H A D | bp_signal_overflow.c | 67 int fd, i, fails = 0; in test__bp_signal_overflow() local 130 fails++; in test__bp_signal_overflow() 136 fails++; in test__bp_signal_overflow() 139 return fails ? TEST_FAIL : TEST_OK; in test__bp_signal_overflow()
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | read-only-rootfs.rst | 53 immediately fails. These build-time checks ensure that the build fails 54 rather than the target device fails later during its initial boot 85 to write to the root filesystem at runtime fails. Consequently, you must
|
/openbmc/linux/tools/testing/ktest/examples/include/ |
H A D | bisect.conf | 36 # commit fails. If you only want to check one or the other, 48 # build or boot fails, ktest.pl will do a 'git bisect skip'. 52 # Now if you had BISECT_SKIP = 0 and the test fails, you can 80 # fails because of a lack of a config, then it will not find
|
/openbmc/openbmc-test-automation/extended/ |
H A D | test_bmc_reset_loop.robot | 32 # Fails immediately if any of the execution rounds fail and 42 # Fails immediately if any of the execution rounds fail and 52 # Fails immediately if any of the execution rounds fail and 62 # Fails immediately if any of the execution rounds fail and
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/conf/multiconfig/ |
H A D | mc-1.conf | 2 BBMASK += "recipes/fails-mc/fails-mc1.bb"
|
H A D | mc_2.conf | 2 BBMASK += "recipes/fails-mc/fails-mc2.bb"
|
/openbmc/openpower-pnor-code-mgmt/test/ |
H A D | test_signature.cpp | 107 // corrupt the image-kernel.sig file and ensure that verification fails in TEST_F() 116 // Remove publickey file from the image and ensure that verify fails in TEST_F() 125 // Change the hashfunc value and ensure that verification fails in TEST_F() 134 // Remove the conf folder in the system and ensure that verify fails in TEST_F()
|
/openbmc/qemu/include/block/ |
H A D | replication.h | 141 * @errp: returns an error if this function fails 151 * @errp: returns an error if this function fails 159 * @errp: returns an error if this function fails 168 * @errp: returns an error if this function fails
|
/openbmc/docs/architecture/ |
H A D | openbmc-systemd.md | 166 dependent targets are not started if your application fails. 181 1. A service within a target fails 184 by the target then the target will fail if the service fails - Define a 185 behavior for when the target fails using the "OnFailure" option (i.e. go to a 186 new failure target if any required service fails) 189 service fails (OnFailure) option. - The service can not have 191 service is stopped (instead of when it fails) - \*See more information below 209 power on target fails then power off the chassis.
|
/openbmc/linux/tools/testing/selftests/cachestat/ |
H A D | test_cachestat.c | 172 ksft_print_msg("fsync fails.\n"); in test_cachestat() 284 ksft_test_result_fail("cachestat fails with %s\n", dev_filename); in main() 293 ksft_test_result_fail("cachestat fails with normal file\n"); in main() 300 ksft_test_result_fail("cachestat fsync fails with normal file\n"); in main() 314 ksft_test_result_fail("cachestat fails with a shmem file\n"); in main()
|