/openbmc/qemu/tests/qemu-iotests/ |
H A D | 133.out | 7 qemu-io: Cannot change the option 'node-name' 8 qemu-io: Cannot change the option 'node-name' 9 qemu-io: Cannot change the option 'node-name' 16 qemu-io: Cannot change the option 'driver' 17 qemu-io: Cannot change the option 'driver' 18 qemu-io: Cannot change the option 'driver' 30 qemu-io: Cannot set both -r/-w and 'read-only' 31 qemu-io: Cannot set both -r/-w and 'read-only' 32 qemu-io: Cannot set both -c and the cache options 33 qemu-io: Cannot set both -c and the cache options [all …]
|
H A D | 293.out | 26 qemu-io: can't open: Invalid password, cannot unlock any keyslot 29 qemu-io: can't open: Invalid password, cannot unlock any keyslot 57 qemu-io: can't open: Invalid password, cannot unlock any keyslot 58 qemu-io: can't open: Invalid password, cannot unlock any keyslot 59 qemu-io: can't open: Invalid password, cannot unlock any keyslot 69 qemu-io: can't open: Invalid password, cannot unlock any keyslot 70 qemu-io: can't open: Invalid password, cannot unlock any keyslot 71 qemu-io: can't open: Invalid password, cannot unlock any keyslot 79 qemu-io: can't open: Invalid password, cannot unlock any keyslot 82 qemu-io: can't open: Invalid password, cannot unlock any keyslot [all …]
|
H A D | 219.out | 39 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve… 40 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve… 41 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve… 42 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve… 43 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve… 44 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve… 80 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb… 81 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb… 82 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb… 83 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb… [all …]
|
H A D | 245 | 148 # We cannot change any of these 152 self.reopen(opts, {'driver': 'raw'}, "Cannot change the option 'driver'") 155 self.reopen(opts, {'file': 'not-found'}, "Cannot find device='' nor node-name='not-found'") 156 self.reopen(opts, {'file': ''}, "Cannot find device='' nor node-name=''") 158 self.reopen(opts, {'file.node-name': 'newname'}, "Cannot change the option 'node-name'") 159 self.reopen(opts, {'file.driver': 'host_device'}, "Cannot change the option 'driver'") 160 self.reopen(opts, {'file.filename': hd_path[1]}, "Cannot change the option 'filename'") 161 self.reopen(opts, {'file.aio': 'native'}, "Cannot change the option 'aio'") 162 self.reopen(opts, {'file.locking': 'off'}, "Cannot change the option 'locking'") 194 … self.reopen(opts, {'backing': 'not-found'}, "Cannot find device=\'\' nor node-name=\'not-found\'") [all …]
|
/openbmc/linux/Documentation/watchdog/ |
D | watchdog-parameters.rst |
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | parselogs-ignores-common.txt | 8 NX (Execute Disable) protection cannot be enabled: non-PAE kernel! 31 [drm] Cannot find any crtc or sizes 35 kernel: Cannot find map file 37 VGA arbiter: cannot open kernel arbiter, no multi-card support 42 stmmac_dvr_probe: warning: cannot get CSR clock 45 Cannot set xattr user.Librepo.DownloadInProgress 48 logind: cannot setup systemd-logind helper (-61), using legacy fallback 51 Cannot find a map file
|
/openbmc/linux/tools/perf/util/ |
D | genelf.c |
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | incompatible_lic.py | 21 # Verify that a package with an SPDX license cannot be built when 27 # Verify that a package with an SPDX license cannot be built when 34 # license cannot be built when INCOMPATIBLE_LICENSE contains this alias 39 # license cannot be built when INCOMPATIBLE_LICENSE contains a wildcarded 45 # license cannot be built when INCOMPATIBLE_LICENSE contains a wildcarded 51 # Verify that a package with multiple SPDX licenses cannot be built when 57 # Verify that a package with multiple SPDX licenses cannot be built when 73 # Verify that a package with an SPDX license cannot be built when 78 # Verify that a package with an SPDX license cannot be built when 85 # license cannot be built when INCOMPATIBLE_LICENSE contains this SPDX [all …]
|
/openbmc/linux/include/linux/ |
D | usb_usual.h |
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/ |
H A D | fix-libusb-paths.patch | 55 …AC_CHECK_LIB([pthread], [pthread_create], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot find libpthread su… 57 …AC_CHECK_LIB([cups], [cupsDoFileRequest], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot find libcups suppo… 58 AC_CHECK_HEADERS(cups/cups.h, ,[AC_MSG_ERROR([cannot find cups-devel support], 3)]) 60 - AC_CHECK_LIB([usb], [usb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot find libusb support], … 61 - AC_CHECK_HEADERS(usb.h, ,[AC_MSG_ERROR([cannot find libusb-devel support], 11)]) 64 - AC_CHECK_LIB([usb-1.0], [libusb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot find libusb 1.0… 65 - AC_CHECK_HEADERS(libusb-1.0/libusb.h, ,[AC_MSG_ERROR([cannot find libusb-1.0-devel support],…
|
/openbmc/u-boot/drivers/sound/ |
H A D | rockchip_sound.c | 63 log_debug("Cannot find i2s phandle: %d\n", ret); in rockchip_sound_probe() 68 log_debug("Cannot find i2s: %d\n", ret); in rockchip_sound_probe() 80 log_debug("Cannot find codec phandle: %d\n", ret); in rockchip_sound_probe() 86 log_debug("Cannot find audio codec: %d\n", ret); in rockchip_sound_probe() 91 log_debug("Cannot find clock: %d\n", ret); in rockchip_sound_probe() 96 log_debug("Cannot find clock: %d\n", ret); in rockchip_sound_probe() 101 debug("%s: Cannot find pinctrl device\n", __func__); in rockchip_sound_probe() 106 debug("%s: Cannot select I2C pinctrl\n", __func__); in rockchip_sound_probe()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
H A D | openl2tpd-initscript-fix.patch | 23 echo -n $"cannot start openl2tpd: openl2tpd is already running."; 24 - failure $"cannot start openl2tpd: openl2tpd already running."; 25 + #failure $"cannot start openl2tpd: openl2tpd already running."; 44 echo -n $"cannot stop openl2tpd: openl2tpd is not running." 45 - failure $"cannot stop openl2tpd: openl2tpd is not running." 46 + #failure $"cannot stop openl2tpd: openl2tpd is not running."
|
/openbmc/linux/tools/testing/selftests/net/ |
D | ipv6_flowlabel_mgr.c |
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cfengine/cfengine/ |
H A D | 0001-Fixed-with-libxml2-no-case-in-configure.ac.patch | 31 - AC_MSG_ERROR(Cannot find libxml2); fi] 38 AC_MSG_ERROR(Cannot find libxml2); fi] 44 + AC_MSG_ERROR(Cannot find libxml2); fi] 66 - AC_MSG_ERROR(Cannot find libxml2); fi] 73 AC_MSG_ERROR(Cannot find libxml2); fi] 79 + AC_MSG_ERROR(Cannot find libxml2); fi]
|
/openbmc/u-boot/drivers/fastboot/ |
H A D | fb_mmc.c | 162 pr_err("cannot read header from boot partition\n"); in fb_mmc_get_boot_header() 163 fastboot_fail("cannot read header from boot partition", in fb_mmc_get_boot_header() 210 pr_err("cannot find boot partition\n"); in fb_mmc_update_zimage() 211 fastboot_fail("cannot find boot partition", response); in fb_mmc_update_zimage() 248 pr_err("cannot read ramdisk from boot partition\n"); in fb_mmc_update_zimage() 249 fastboot_fail("cannot read ramdisk from boot partition", in fb_mmc_update_zimage() 258 pr_err("cannot writeback boot image header\n"); in fb_mmc_update_zimage() 259 fastboot_fail("cannot write back boot image header", response); in fb_mmc_update_zimage() 270 pr_err("cannot write new kernel\n"); in fb_mmc_update_zimage() 271 fastboot_fail("cannot write new kernel", response); in fb_mmc_update_zimage() [all …]
|
/openbmc/linux/arch/powerpc/boot/ |
D | simpleboot.c |
|
/openbmc/openbmc/meta-raspberrypi/classes/ |
H A D | sdcard_image-rpi.bbclass | 101 …img -s ${DEPLOY_DIR_IMAGE}/${BOOTFILES_DIR_NAME}/* ::/ || bbfatal "mcopy cannot copy ${DEPLOY_DIR_… 103 …oot.img -s ${DEPLOY_DIR_IMAGE}/armstubs/${ARMSTUB} ::/ || bbfatal "mcopy cannot copy ${DEPLOY_DIR_… 119 … ${DEPLOY_DIR_IMAGE}/${DEPLOY_FILE} ::${DEST_FILENAME} || bbfatal "mcopy cannot copy ${DEPLOY_DIR_… 123 … ${DEPLOY_DIR_IMAGE}/u-boot.bin ::${SDIMG_KERNELIMAGE} || bbfatal "mcopy cannot copy ${DEPLOY_DIR_… 124 …R}/boot.img -s ${DEPLOY_DIR_IMAGE}/boot.scr ::boot.scr || bbfatal "mcopy cannot copy ${DEPLOY_DIR_… 126 …TYPE}-${INITRAMFS_LINK_NAME}.bin ::${KERNEL_IMAGETYPE} || bbfatal "mcopy cannot copy ${DEPLOY_DIR_… 128 …Y_DIR_IMAGE}/${KERNEL_IMAGETYPE} ::${KERNEL_IMAGETYPE} || bbfatal "mcopy cannot copy ${DEPLOY_DIR_… 132 …YPE}-${INITRAMFS_LINK_NAME}.bin ::${SDIMG_KERNELIMAGE} || bbfatal "mcopy cannot copy ${DEPLOY_DIR_… 134 …_DIR_IMAGE}/${KERNEL_IMAGETYPE} ::${SDIMG_KERNELIMAGE} || bbfatal "mcopy cannot copy ${DEPLOY_DIR_… 150 … ${DEPLOY_DIR_IMAGE}/${DEPLOY_FILE} ::${DEST_FILENAME} || bbfatal "mcopy cannot copy ${DEPLOY_DIR_… [all …]
|
/openbmc/linux/tools/perf/tests/shell/ |
D | pipe_test.sh |
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_mem.h | 55 * order to (un)plug memory. A device cannot (un)plug memory belonging to 76 * It can happen that the device cannot process a request, because it is 154 * Request cannot be processed right now, try again later, applicable for 192 /* Block size and alignment. Cannot change. */ 194 /* Valid with VIRTIO_MEM_F_ACPI_PXM. Cannot change. */ 197 /* Start address of the memory region. Cannot change. */ 199 /* Region size (maximum). Cannot change. */ 212 /* Requested size. New plug requests cannot exceed it. Can change. */
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
D | verifier_helper_restricted.c |
|
/openbmc/qemu/tests/migration-stress/ |
H A D | stress.c | 44 fprintf(stderr, "%s (%05d): ERROR: cannot reboot: %s\n", in exit_failure() 60 fprintf(stderr, "%s (%05d): ERROR: cannot open /proc/cmdline: %s\n", in get_command_arg_str() 66 fprintf(stderr, "%s (%05d): ERROR: cannot read /proc/cmdline: %s\n", in get_command_arg_str() 116 fprintf(stderr, "%s (%05d): ERROR: cannot parse %s value %s\n", in get_command_arg_ull() 132 fprintf(stderr, "%s (%05d): ERROR: cannot open /dev/urandom: %s\n", in random_bytes() 138 fprintf(stderr, "%s (%05d): ERROR: cannot read /dev/urandom: %s\n", in random_bytes() 236 fprintf(stderr, "%s (%05d): ERROR: cannot create %s: %s\n", in mount_misc() 242 fprintf(stderr, "%s (%05d): ERROR: cannot mount %s: %s\n", in mount_misc() 287 fprintf(stderr, "%s (%05d): ERROR: Cannot parse RAM size %s\n", in main() 297 fprintf(stderr, "%s (%05d): ERROR: Cannot parse CPU count %s\n", in main()
|
/openbmc/linux/drivers/watchdog/ |
D | diag288_wdt.c |
|
/openbmc/qemu/tests/qtest/ |
H A D | arm-cpu-features.c | 278 assert_error(qts, cpu_type, "cannot disable sve128", "{ 'sve128': false }"); in sve_tests_default() 317 assert_error(qts, cpu_type, "cannot disable sve256", in sve_tests_default() 321 assert_error(qts, cpu_type, "cannot disable sve512", in sve_tests_default() 350 assert_error(qts, "max", "cannot disable sve1024", "{ 'sve1024': false }"); in sve_tests_sve_max_vq_8() 357 assert_error(qts, "max", "cannot enable sve1152", "{ 'sve1152': true }"); in sve_tests_sve_max_vq_8() 368 assert_error(qts, "max", "cannot disable sve256", "{ 'sve256': false }"); in sve_tests_sve_max_vq_8() 386 assert_error(qts, "max", "cannot enable sve128", "{ 'sve128': true }"); in sve_tests_sve_off() 432 "cannot enable pauth-impdef, pauth-qarma3 or pauth-qarma5 without pauth", in pauth_tests_default() 435 "cannot enable pauth-impdef, pauth-qarma3 or pauth-qarma5 without pauth", in pauth_tests_default() 438 "cannot enable pauth-impdef, pauth-qarma3 or pauth-qarma5 without pauth", in pauth_tests_default() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/bit7z/ |
H A D | 0001-Fix-tests-with-musl.patch | 19 "The system cannot open the device or file specified.", 28 "The drive cannot locate a specific area or track on the disk.", 37 "The system cannot read from the specified device.", 46 "The system cannot write to the specified device.",
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | state.c | 53 printf("Cannot find sandbox state file '%s'\n", fname); in state_read_file() 63 printf("Cannot open sandbox state file '%s'\n", fname); in state_read_file() 68 printf("Cannot read sandbox state file '%s'\n", fname); in state_read_file() 210 printf("Cannot create node '%s': %s\n", io->name, in sandbox_write_state_node() 216 puts("Cannot set compatible\n"); in sandbox_write_state_node() 220 printf("Cannot access node '%s': %s\n", io->name, in sandbox_write_state_node() 252 printf("Cannot create empty state FDT: %s\n", in sandbox_write_state() 278 printf("Cannot pack state FDT: %s\n", fdt_strerror(ret)); in sandbox_write_state() 285 printf("Cannot open sandbox state file '%s'\n", fname); in sandbox_write_state() 290 printf("Cannot write sandbox state file '%s'\n", fname); in sandbox_write_state()
|