/openbmc/qemu/target/ppc/ |
H A D | trace-events | 4 kvm_failed_spr_set(int spr, const char *msg) "Warning: Unable to set SPR %d to KVM: %s" 5 kvm_failed_spr_get(int spr, const char *msg) "Warning: Unable to retrieve SPR %d from KVM: %s" 6 kvm_failed_fpscr_set(const char *msg) "Unable to set FPSCR to KVM: %s" 7 kvm_failed_fp_set(const char *fpname, int fpnum, const char *msg) "Unable to set %s%d to KVM: %s" 8 kvm_failed_vscr_set(const char *msg) "Unable to set VSCR to KVM: %s" 9 kvm_failed_vr_set(int vr, const char *msg) "Unable to set VR%d to KVM: %s" 10 kvm_failed_fpscr_get(const char *msg) "Unable to get FPSCR from KVM: %s" 11 kvm_failed_fp_get(const char *fpname, int fpnum, const char *msg) "Unable to get %s%d from KVM: %s" 12 kvm_failed_vscr_get(const char *msg) "Unable to get VSCR from KVM: %s" 13 kvm_failed_vr_get(int vr, const char *msg) "Unable to get VR%d from KVM: %s" [all …]
|
/openbmc/linux/arch/mips/generic/ |
H A D | board-sead3.c | 63 pr_err("unable to find DT GIC node: %d\n", gic_off); in remove_gic() 69 pr_err("unable to nop GIC node\n"); in remove_gic() 76 pr_err("unable to find CPU intc node: %d\n", cpu_off); in remove_gic() 82 pr_err("unable to get CPU intc phandle\n"); in remove_gic() 91 pr_warn("unable to set UART interrupt-parent: %d\n", in remove_gic() 99 pr_err("unable to set UART interrupts property: %d\n", in remove_gic() 114 pr_err("unable to find ethernet DT node: %d\n", eth_off); in remove_gic() 120 pr_err("unable to set ethernet interrupt-parent: %d\n", err); in remove_gic() 126 pr_err("unable to set ethernet interrupts property: %d\n", err); in remove_gic() 132 pr_err("unable to find EHCI DT node: %d\n", ehci_off); in remove_gic() [all …]
|
H A D | yamon-dt.c | 29 pr_err("Unable to find or add DT chosen node: %d\n", in yamon_dt_append_cmdline() 36 pr_err("Unable to set bootargs property: %d\n", err); in yamon_dt_append_cmdline() 126 pr_err("Unable to find or add memory DT node: %d\n", mem_off); in yamon_dt_append_memory() 132 pr_err("Unable to set memory node device_type: %d\n", err); in yamon_dt_append_memory() 141 pr_err("Unable to set memory regs property: %d\n", err); in yamon_dt_append_memory() 150 pr_err("Unable to set linux,usable-memory property: %d\n", err); in yamon_dt_append_memory() 220 pr_err("Unable to find or add DT chosen node: %d\n", in yamon_dt_serial_config() 227 pr_err("Unable to set stdout-path property: %d\n", err); in yamon_dt_serial_config()
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | exception_utils_tests.cpp | 52 std::runtime_error{"Unable to parse config file"}); in TEST() 88 EXPECT_STREQ(e.what(), "Unable to parse config file"); in TEST() 108 std::logic_error{"Unable to parse config file"}); in TEST() 116 EXPECT_EQ(messages[1], "Unable to parse config file"); in TEST() 185 std::runtime_error{"Unable to parse config file"}); in TEST() 236 EXPECT_STREQ(e.what(), "Unable to parse config file"); in TEST() 268 std::logic_error{"Unable to parse config file"}); in TEST() 274 std::runtime_error{"Unable to configure regulators"}); in TEST() 283 EXPECT_EQ(messages[1], "Unable to parse config file"); in TEST() 284 EXPECT_EQ(messages[2], "Unable to configure regulators"); in TEST() [all …]
|
H A D | error_logging_utils_tests.cpp | 63 std::runtime_error{"Unable to set output voltage"}); in TEST() 105 throw i2c::I2CException{"Unable to open device reg1", "/dev/i2c-8", in TEST() 141 "Unable to parse JSON configuration file"}); in TEST() 170 "Unable to parse JSON configuration file"}; in TEST() 271 throw i2c::I2CException{"Unable to open device reg1", "/dev/i2c-8", in TEST() 335 "Unable to read configuration file: No such file or directory"}; in TEST() 398 throw i2c::I2CException{"Unable to open device reg1", "/dev/i2c-8", in TEST() 427 std::runtime_error{"Unable to set output voltage"}); in TEST() 456 "Unable to parse JSON configuration file"}); in TEST() 463 std::runtime_error{"Unable to load config file"}); in TEST() [all …]
|
/openbmc/linux/tools/testing/selftests/gpio/ |
H A D | gpio-sim.sh | 35 fail "Unable to remove the hog" 39 fail "Unable to remove the line" 46 rmdir $CONFIGFS_DIR/$CHIP || fail "Unable to remove the chip" 67 echo $LABEL > $CONFIGFS_DIR/$CHIP/$BANK/label || fail "Unable to set the chip label" 76 fail "Unable to set the number of lines" 87 echo $NAME > $LINE_DIR/name || fail "Unable to set the line name" 93 echo 1 > $CONFIGFS_DIR/$CHIP/live || fail "Unable to enable the chip" 99 echo 0 > $CONFIGFS_DIR/$CHIP/live || fail "Unable to disable the chip" 114 fail "unable to read the chip name from configfs" 121 fail "unable to read the device name from configfs" [all …]
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | mremap_dontunmap.c | 59 "unable to unmap destination mapping"); in kernel_support_for_mremap_dontunmap() 63 "unable to unmap source mapping"); in kernel_support_for_mremap_dontunmap() 122 "unable to unmap destination mapping"); in mremap_dontunmap_simple() 124 "unable to unmap source mapping"); in mremap_dontunmap_simple() 154 "unable to unmap source mapping"); in mremap_dontunmap_simple_shmem() 173 "unable to unmap destination mapping"); in mremap_dontunmap_simple_shmem() 175 "unable to unmap source mapping"); in mremap_dontunmap_simple_shmem() 219 "unable to unmap destination mapping"); in mremap_dontunmap_simple_fixed() 221 "unable to unmap source mapping"); in mremap_dontunmap_simple_fixed() 269 "unable to unmap destination mapping"); in mremap_dontunmap_partial_mapping() [all …]
|
/openbmc/linux/arch/mips/mti-malta/ |
H A D | malta-dtshim.c | 208 panic("Unable to add memory node to DT: %d", mem_off); in append_memory() 212 panic("Unable to set memory node device_type: %d", err); in append_memory() 218 panic("Unable to set memory regs property: %d", err); in append_memory() 224 panic("Unable to set linux,usable-memory property: %d", err); in append_memory() 256 pr_warn("malta-dtshim: unable to find DT GIC node: %d\n", in remove_gic() 263 pr_warn("malta-dtshim: unable to nop GIC node\n"); in remove_gic() 267 pr_warn("malta-dtshim: unable to find DT i8259 node: %d\n", in remove_gic() 275 pr_warn("malta-dtshim: unable to find CPU intc node: %d\n", in remove_gic() 282 pr_warn("malta-dtshim: unable to get CPU intc phandle\n"); in remove_gic() 288 pr_warn("malta-dtshim: unable to set i8259 interrupt-parent: %d\n", in remove_gic() [all …]
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-orion.c | 66 panic("%pOFn: unable to add irq domain\n", np); in orion_irq_init() 73 panic("%pOFn: unable to alloc irq domain gc\n", np); in orion_irq_init() 82 panic("%pOFn: unable to request mem region %d", in orion_irq_init() 87 panic("%pOFn: unable to map resource %d", np, n); in orion_irq_init() 152 pr_err("%pOFn: unable to add irq domain\n", np); in orion_bridge_irq_init() 159 pr_err("%pOFn: unable to alloc irq domain gc\n", np); in orion_bridge_irq_init() 165 pr_err("%pOFn: unable to get resource\n", np); in orion_bridge_irq_init() 170 pr_err("%s: unable to request mem region\n", np->name); in orion_bridge_irq_init() 177 pr_err("%pOFn: unable to parse irq\n", np); in orion_bridge_irq_init() 184 pr_err("%pOFn: unable to map resource\n", np); in orion_bridge_irq_init()
|
/openbmc/linux/drivers/misc/lkdtm/ |
H A D | heap.c | 105 pr_info("Unable to allocate base memory.\n"); in lkdtm_READ_AFTER_FREE() 111 pr_info("Unable to allocate val memory.\n"); in lkdtm_READ_AFTER_FREE() 139 pr_info("Unable to allocate free page\n"); in lkdtm_WRITE_BUDDY_AFTER_FREE() 162 pr_info("Unable to allocate free page\n"); in lkdtm_READ_BUDDY_AFTER_FREE() 168 pr_info("Unable to allocate val memory.\n"); in lkdtm_READ_BUDDY_AFTER_FREE() 199 pr_info("Unable to allocate 512 bytes the first time.\n"); in lkdtm_SLAB_INIT_ON_ALLOC() 208 pr_info("Unable to allocate 512 bytes the second time.\n"); in lkdtm_SLAB_INIT_ON_ALLOC() 231 pr_info("Unable to allocate first free page\n"); in lkdtm_BUDDY_INIT_ON_ALLOC() 240 pr_info("Unable to allocate second free page\n"); in lkdtm_BUDDY_INIT_ON_ALLOC() 263 pr_info("Unable to allocate double_free_cache memory.\n"); in lkdtm_SLAB_FREE_DOUBLE() [all …]
|
/openbmc/linux/Documentation/driver-api/mei/ |
H A D | mei.rst | 109 ENOMEM Unable to allocate memory to client internal data. 110 EFAULT Fatal Error (e.g. Unable to access user input data) 146 ENOMEM Unable to allocate memory to client internal data. 147 EFAULT Fatal Error (e.g. Unable to access user input data) 174 ENOMEM Unable to allocate memory to client internal data. 175 EFAULT Fatal Error (e.g. Unable to access user input data) 199 ENOMEM Unable to allocate memory to client internal data. 200 EFAULT Fatal Error (e.g. Unable to access user input data)
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ |
H A D | common_deb_ipk.py | 38 bb.fatal("Unable to list available packages. Command '%s' " 53 bb.fatal("Unable to get information for package '%s' while " 61 bb.fatal("Unable to extract package for '%s'." 73 bb.fatal("Unable to extract %s package. Failed to identify " 81 bb.fatal("Unable to extract %s package. Command '%s' " 85 bb.fatal("Unable to extract %s package. Command '%s' "
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | bmi.c | 40 ath10k_warn(ar, "unable to write to the device: %d\n", ret); in ath10k_bmi_done() 67 ath10k_warn(ar, "unable to get target info from device\n"); in ath10k_bmi_get_target_info() 111 ath10k_warn(ar, "unable to read from device\n"); in ath10k_bmi_get_target_info_sdio() 124 ath10k_warn(ar, "unable to read from device\n"); in ath10k_bmi_get_target_info_sdio() 144 ath10k_warn(ar, "unable to read from device\n"); in ath10k_bmi_get_target_info_sdio() 181 ath10k_warn(ar, "unable to read from the device (%d)\n", in ath10k_bmi_read_memory() 217 ath10k_warn(ar, "Unable to write soc register to device: %d\n", in ath10k_bmi_write_soc_reg() 246 ath10k_warn(ar, "Unable to read soc register from device: %d\n", in ath10k_bmi_read_soc_reg() 289 ath10k_warn(ar, "unable to write to the device (%d)\n", in ath10k_bmi_write_memory() 327 ath10k_warn(ar, "unable to read from the device\n"); in ath10k_bmi_execute() [all …]
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-rx4581.c | 108 dev_err(dev, "Unable to read device flags\n"); in rx4581_get_datetime() 118 dev_err(dev, "Unable to write device " in rx4581_get_datetime() 128 dev_err(dev, "Unable to read date\n"); in rx4581_get_datetime() 135 dev_err(dev, "Unable to read device flags\n"); in rx4581_get_datetime() 200 dev_err(dev, "Unable to read control register\n"); in rx4581_set_datetime() 207 dev_err(dev, "Unable to write control register\n"); in rx4581_set_datetime() 214 dev_err(dev, "Unable to write to date registers\n"); in rx4581_set_datetime() 221 dev_err(dev, "Unable to read flag register\n"); in rx4581_set_datetime() 228 dev_err(dev, "Unable to write flag register\n"); in rx4581_set_datetime() 235 dev_err(dev, "Unable to read control register\n"); in rx4581_set_datetime() [all …]
|
/openbmc/linux/tools/testing/selftests/cachestat/ |
H A D | test_cachestat.c | 44 ksft_print_msg("Unable to access urandom.\n"); in write_exactly() 51 ksft_print_msg("Unable to allocate data.\n"); in write_exactly() 63 ksft_print_msg("Unable to read from urandom.\n"); in write_exactly() 79 ksft_print_msg("Unable write random data to file.\n"); in write_exactly() 132 ksft_print_msg("Unable to create/open file.\n"); in test_cachestat() 141 ksft_print_msg("Unable to access urandom.\n"); in test_cachestat() 219 ksft_print_msg("Unable to create shmem file.\n"); in test_cachestat_shmem() 225 ksft_print_msg("Unable to truncate shmem file.\n"); in test_cachestat_shmem() 231 ksft_print_msg("Unable to write to shmem file.\n"); in test_cachestat_shmem()
|
/openbmc/u-boot/cmd/ |
H A D | bind.c | 42 printf("Unable to bind. err:%d\n", ret); in bind_by_class_index() 80 printf("Unable to remove. err:%d\n", ret); in unbind_by_class_index() 86 printf("Unable to unbind. err:%d\n", ret); in unbind_by_class_index() 112 printf("Unable to remove all. err:%d\n", ret); in unbind_child_by_class_index() 116 printf("Unable to unbind all. err:%d\n", ret); in unbind_child_by_class_index() 156 printf("Unable to bind. err:%d\n", ret); in bind_by_node_path() 184 printf("Unable to remove. err:%d\n", ret); in unbind_by_node_path() 190 printf("Unable to unbind. err:%d\n", ret); in unbind_by_node_path()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Processor/ |
H A D | CurrentOperatingConfig.interface.yaml | 11 # Indicate that this property is permanently unable to be changed. 13 # Indicate that this property is temporarily unable to be changed. 23 # Indicate that this property is permanently unable to be changed. 25 # Indicate that this property is temporarily unable to be changed.
|
/openbmc/linux/drivers/power/supply/ |
H A D | ingenic-battery.c | 69 dev_err(bat->dev, "Unable to read max raw channel value\n"); in ingenic_battery_set_scale() 77 dev_err(bat->dev, "Unable to read channel avail scale\n"); in ingenic_battery_set_scale() 99 dev_err(bat->dev, "Unable to find matching voltage scale\n"); in ingenic_battery_set_scale() 152 "Unable to register battery\n"); in ingenic_battery_probe() 156 dev_err(dev, "Unable to get battery info: %d\n", ret); in ingenic_battery_probe() 160 dev_err(dev, "Unable to get voltage min design\n"); in ingenic_battery_probe() 164 dev_err(dev, "Unable to get voltage max design\n"); in ingenic_battery_probe()
|
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | bmi.c | 37 ath6kl_err("Unable to send bmi done: %d\n", ret); in ath6kl_bmi_done() 57 ath6kl_err("Unable to send get target info: %d\n", ret); in ath6kl_bmi_get_target_info() 70 ath6kl_err("Unable to recv target info: %d\n", ret); in ath6kl_bmi_get_target_info() 80 ath6kl_err("unable to read target info byte count: %d\n", in ath6kl_bmi_get_target_info() 102 ath6kl_err("Unable to read target info (%d bytes): %d\n", in ath6kl_bmi_get_target_info() 153 ath6kl_err("Unable to write to the device: %d\n", in ath6kl_bmi_read() 159 ath6kl_err("Unable to read from the device: %d\n", in ath6kl_bmi_read() 227 ath6kl_err("Unable to write to the device: %d\n", in ath6kl_bmi_write() 269 ath6kl_err("Unable to write to the device: %d\n", ret); in ath6kl_bmi_execute() 275 ath6kl_err("Unable to read from the device: %d\n", ret); in ath6kl_bmi_execute() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/cogl/cogl-1.0/ |
H A D | 0001-configure.ac-don-t-require-eglmesaext.h.patch | 32 - [AC_MSG_ERROR([Unable to locate required EGL headers])]) 36 - [AC_MSG_ERROR([Unable to locate required EGL headers])], 41 - [AC_MSG_ERROR([Unable to locate required EGL headers])], 47 [AC_MSG_ERROR([Unable to locate required EGL library])]) 64 + [AC_MSG_ERROR([Unable to locate required EGL headers])], 72 + [AC_MSG_ERROR([Unable to locate required EGL headers])],
|
/openbmc/linux/tools/testing/selftests/powerpc/security/ |
H A D | uaccess_flush.c | 40 perror("Unable to read powerpc/rfi_flush debugfs file"); in uaccess_flush_test() 45 perror("Unable to read powerpc/entry_flush debugfs file"); in uaccess_flush_test() 50 perror("Unable to read powerpc/entry_flush debugfs file"); in uaccess_flush_test() 138 perror("unable to restore original value of powerpc/rfi_flush debugfs file"); in uaccess_flush_test() 143 perror("unable to restore original value of powerpc/entry_flush debugfs file"); in uaccess_flush_test() 148 perror("unable to restore original value of powerpc/uaccess_flush debugfs file"); in uaccess_flush_test()
|
/openbmc/linux/drivers/iio/health/ |
H A D | afe4403.c | 426 dev_err(dev, "Unable to disable regulator\n"); in afe4403_suspend() 441 dev_err(dev, "Unable to enable regulator\n"); in afe4403_resume() 475 dev_err(afe->dev, "Unable to allocate register map\n"); in afe4403_probe() 483 dev_err(afe->dev, "Unable to allocate regmap fields\n"); in afe4403_probe() 491 "Unable to get regulator\n"); in afe4403_probe() 495 dev_err(afe->dev, "Unable to enable regulator\n"); in afe4403_probe() 502 dev_err(afe->dev, "Unable to reset device\n"); in afe4403_probe() 509 dev_err(afe->dev, "Unable to set register defaults\n"); in afe4403_probe() 525 dev_err(afe->dev, "Unable to allocate IIO trigger\n"); in afe4403_probe() 534 dev_err(afe->dev, "Unable to register IIO trigger\n"); in afe4403_probe() [all …]
|
H A D | afe4404.c | 434 dev_err(dev, "Unable to disable regulator\n"); in afe4404_suspend() 449 dev_err(dev, "Unable to enable regulator\n"); in afe4404_resume() 482 dev_err(afe->dev, "Unable to allocate register map\n"); in afe4404_probe() 490 dev_err(afe->dev, "Unable to allocate regmap fields\n"); in afe4404_probe() 498 "Unable to get regulator\n"); in afe4404_probe() 502 dev_err(afe->dev, "Unable to enable regulator\n"); in afe4404_probe() 509 dev_err(afe->dev, "Unable to reset device\n"); in afe4404_probe() 516 dev_err(afe->dev, "Unable to set register defaults\n"); in afe4404_probe() 532 dev_err(afe->dev, "Unable to allocate IIO trigger\n"); in afe4404_probe() 541 dev_err(afe->dev, "Unable to register IIO trigger\n"); in afe4404_probe() [all …]
|
/openbmc/u-boot/env/ |
H A D | ubi.c | 41 printf("\n** Unable to write env to %s:%s **\n", in env_ubi_save() 50 printf("\n** Unable to write env to %s:%s **\n", in env_ubi_save() 81 printf("\n** Unable to write env to %s:%s **\n", in env_ubi_save() 124 printf("\n** Unable to read env from %s:%s **\n", in env_ubi_load() 130 printf("\n** Unable to read redundant env from %s:%s **\n", in env_ubi_load() 159 printf("\n** Unable to read env from %s:%s **\n", in env_ubi_load()
|
/openbmc/linux/tools/testing/selftests/timens/ |
H A D | procfs.c | 44 return pr_perror("Unable to open %s", path); in init_namespaces() 47 return pr_perror("Unable to stat the parent timens"); in init_namespaces() 54 return pr_perror("Unable to open %s", path); in init_namespaces() 57 return pr_perror("Unable to stat the timens"); in init_namespaces() 75 pr_perror("Unable to open /proc/uptime"); in read_proc_uptime() 101 pr_perror("Unable to open /proc/stat"); in read_proc_stat_btime()
|