/linux-6.12.1/drivers/crypto/cavium/cpt/ |
D | cptvf_mbox.c | 76 dev_err(&cptvf->pdev->dev, "PF didn't ack to mbox msg %llx from VF%u\n", in cptvf_send_msg_to_pf_timeout() 96 dev_err(&pdev->dev, "PF didn't respond to READY msg\n"); in cptvf_check_pf_ready() 115 dev_err(&pdev->dev, "PF didn't respond to vq_size msg\n"); in cptvf_send_vq_size_msg() 134 dev_err(&pdev->dev, "PF didn't respond to vf_type msg\n"); in cptvf_send_vf_to_grp_msg() 153 dev_err(&pdev->dev, "PF didn't respond to vf_type msg\n"); in cptvf_send_vf_priority_msg() 169 dev_err(&pdev->dev, "PF didn't respond to UP msg\n"); in cptvf_send_vf_up() 186 dev_err(&pdev->dev, "PF didn't respond to DOWN msg\n"); in cptvf_send_vf_down()
|
/linux-6.12.1/fs/affs/ |
D | Changes | 132 Didn't release all resources in case of an 171 - getblock() didn't update the lastblock field in the 192 zone number was zero, the loop didn't terminate, 200 affs use it on a 68k, they didn't notice. But why did 214 invalid filenames didn't work correctly. 224 can be trapped. Previously, ro remounts didn't 225 flush the super block, and rw remounts didn't 249 - truncate() didn't allocate an extension block 316 - Fixed a nasty bug which didn't allow read-only
|
/linux-6.12.1/tools/testing/selftests/net/forwarding/ |
D | tc_actions.sh | 182 check_err $? "didn't mirror first packet" 185 check_fail $? "didn't redirect first packet" 187 check_err $? "didn't receive reply to first packet" 192 check_err $? "didn't mirror second packet" 194 check_fail $? "didn't redirect second packet" 196 check_err $? "didn't receive reply to second packet" 236 check_err $? "didn't mirred redirect ICMP" 238 check_err $? "didn't drop mirred ICMP"
|
D | bridge_port_isolation.sh | 110 check_err $? "Ping didn't work when it should have" 123 check_err $? "Ping6 didn't work when it should have"
|
D | tc_tunnel_key.sh | 135 check_err $? "packet bigger than MTU didn't match firstfrag (nofrag was unset) " 137 check_err $? "packet bigger than MTU didn't match nofirstfrag (nofrag was unset) "
|
/linux-6.12.1/tools/testing/selftests/timers/ |
D | set-tz.c | 83 printf("[FAILED] %i didn't return failure!\n", -15*60-1); in main() 88 printf("[FAILED] %i didn't return failure!\n", 15*60+1); in main() 93 printf("[FAILED] %i didn't return failure!\n", -24*60); in main() 98 printf("[FAILED] %i didn't return failure!\n", 24*60); in main()
|
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/ |
D | vmx_pmu_caps_test.c | 109 TEST_ASSERT(!r, "Post-KVM_RUN write '0' didn't fail"); in KVM_ONE_VCPU_TEST() 114 TEST_ASSERT(!r, "Post-KVM_RUN write '0x%llx'didn't fail", in KVM_ONE_VCPU_TEST() 159 TEST_ASSERT(!r, "%s immutable feature 0x%llx (bit %d) didn't fail", in KVM_ONE_VCPU_TEST() 173 TEST_ASSERT(!r, "Bad LBR FMT = 0x%x didn't fail, host = 0x%x", in KVM_ONE_VCPU_TEST() 183 TEST_ASSERT(!r, "Bad PEBS FMT = 0x%x didn't fail, host = 0x%x", in KVM_ONE_VCPU_TEST()
|
D | xen_shinfo_test.c | 732 "Expected event channel IRQ but it didn't happen"); in main() 745 "Expected event channel IRQ but it didn't happen"); in main() 765 "Expected event channel IRQ but it didn't happen"); in main() 776 "Expected event channel IRQ but it didn't happen"); in main() 789 "Expected event channel IRQ but it didn't happen"); in main() 800 "Expected event channel IRQ but it didn't happen"); in main() 823 "Expected event channel IRQ but it didn't happen"); in main() 837 "Expected event channel IRQ but it didn't happen"); in main() 890 "Expected event channel IRQ but it didn't happen"); in main() 907 "Expected event channel IRQ but it didn't happen"); in main() [all …]
|
/linux-6.12.1/arch/mips/sgi-ip27/ |
D | ip27-klconfig.c | 42 /* Didn't find it. */ in find_component() 59 /* Didn't find it. */ in find_lboard() 72 /* Didn't find it. */ in find_lboard_class()
|
/linux-6.12.1/fs/btrfs/tests/ |
D | qgroup-tests.c | 141 test_err("didn't find our key %d", ret); in remove_extent_item() 270 test_err("qgroup counts didn't match expected values"); in test_no_shared_qgroup() 305 test_err("qgroup counts didn't match expected values"); in test_no_shared_qgroup() 378 test_err("qgroup counts didn't match expected values"); in test_multiple_refs() 415 test_err("qgroup counts didn't match expected values"); in test_multiple_refs() 421 test_err("qgroup counts didn't match expected values"); in test_multiple_refs() 458 test_err("qgroup counts didn't match expected values"); in test_multiple_refs() 464 test_err("qgroup counts didn't match expected values"); in test_multiple_refs()
|
/linux-6.12.1/drivers/soc/aspeed/ |
D | aspeed-lpc-ctrl.c | 98 dev_dbg(dev, "Didn't find reserved memory\n"); in aspeed_lpc_ctrl_ioctl() 139 dev_dbg(dev, "Didn't find host pnor flash\n"); in aspeed_lpc_ctrl_ioctl() 147 dev_dbg(dev, "Didn't find reserved memory\n"); in aspeed_lpc_ctrl_ioctl() 240 dev_dbg(dev, "Didn't find host pnor flash node\n"); in aspeed_lpc_ctrl_probe() 259 dev_dbg(dev, "Didn't find reserved memory\n"); in aspeed_lpc_ctrl_probe()
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_attach.c | 50 if (CHECK(!err, "load_fail", "load with expected id didn't fail")) in test_xdp_attach() 63 if (CHECK(!err, "replace_fail", "replace invalid old_fd didn't fail")) in test_xdp_attach() 67 if (CHECK(!err, "remove_fail", "remove invalid old_fd didn't fail")) in test_xdp_attach()
|
D | stacktrace_build_id.c | 86 printf("%s:WARN:Didn't find expected build ID from the map, retrying\n", in test_stacktrace_build_id() 92 "Didn't find expected build ID from the map\n")) in test_stacktrace_build_id()
|
/linux-6.12.1/tools/testing/selftests/powerpc/dscr/ |
D | dscr_inherit_test.c | 55 fprintf(stderr, "Child didn't exit cleanly\n"); in dscr_inherit() 60 fprintf(stderr, "Child didn't exit cleanly\n"); in dscr_inherit()
|
D | dscr_inherit_exec_test.c | 75 fprintf(stderr, "Child didn't exit cleanly\n"); in dscr_inherit_exec() 80 fprintf(stderr, "Child didn't exit cleanly\n"); in dscr_inherit_exec()
|
/linux-6.12.1/tools/testing/selftests/timens/ |
D | futex.c | 38 ksft_test_result_fail("futex didn't return ETIMEDOUT\n"); in run_test() 43 ksft_test_result_fail("futex didn't return ETIMEDOUT: %s\n", in run_test()
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-devices-platform-stratix10-rsu | 107 0 the first stage bootloader didn't run or 108 didn't reach the point of launching second 110 1 failed in second bootloader or didn't get
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | irq_affinity.c | 137 /* We didn't find an IRQ with less than min_thres, try to allocate a new IRQ */ in mlx5_irq_affinity_request() 141 /* We failed to create an IRQ and we didn't find an IRQ */ in mlx5_irq_affinity_request() 142 mlx5_core_err(pool->dev, "Didn't find a matching IRQ. err = %ld\n", in mlx5_irq_affinity_request()
|
/linux-6.12.1/drivers/gpu/drm/tests/ |
D | drm_buddy_test.c | 78 "buddy_alloc didn't fail with bias(%x-%x), size=%u, ps=%u\n", in drm_test_buddy_alloc_range_bias() 87 "buddy_alloc didn't fail with bias(%x-%x), size=%u, ps=%u\n", in drm_test_buddy_alloc_range_bias() 97 "buddy_alloc h didn't fail with bias(%x-%x), size=%u, ps=%u\n", in drm_test_buddy_alloc_range_bias() 138 "buddy_alloc didn't fail with bias(%x-%x), size=%u, ps=%u\n", in drm_test_buddy_alloc_range_bias() 446 "buddy_alloc didn't error size=%lu\n", 3 * ps); in drm_test_buddy_alloc_contiguous() 452 "buddy_alloc didn't error size=%lu\n", 3 * ps); in drm_test_buddy_alloc_contiguous() 456 "buddy_alloc didn't error size=%lu\n", 2 * ps); in drm_test_buddy_alloc_contiguous() 462 "buddy_alloc didn't error size=%lu\n", 3 * ps); in drm_test_buddy_alloc_contiguous()
|
/linux-6.12.1/arch/arm/boot/bootp/ |
D | init.S | 12 * example would be simpler; if we didn't have an object of unknown 40 * If we didn't find a valid tag list, create a dummy ATAG_CORE entry.
|
/linux-6.12.1/tools/testing/selftests/memfd/ |
D | memfd_test.c | 231 printf("ADD_SEALS(%d, %u -> %u) didn't fail as expected\n", in mfd_fail_add_seals() 325 printf("open(%s) didn't fail as expected\n", buf); in mfd_fail_open() 523 printf("mmap() didn't fail as expected\n"); in mfd_fail_write() 535 printf("mmap() didn't fail as expected\n"); in mfd_fail_write() 550 printf("mmap()+mprotect() didn't fail as expected\n"); in mfd_fail_write() 562 printf("fallocate(PUNCH_HOLE) didn't fail as expected\n"); in mfd_fail_write() 593 printf("ftruncate(SHRINK) didn't fail as expected\n"); in mfd_fail_shrink() 632 printf("ftruncate(GROW) didn't fail as expected\n"); in mfd_fail_grow() 641 printf("fallocate(ALLOC) didn't fail as expected\n"); in mfd_fail_grow() 687 printf("pwrite() didn't fail as expected\n"); in mfd_fail_grow_write() [all …]
|
/linux-6.12.1/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper-npi.c | 56 /* The packet engines didn't exist before pass 2 */ in __cvmx_helper_npi_probe() 60 /* The packet engines didn't exist before pass 2 */ in __cvmx_helper_npi_probe()
|
/linux-6.12.1/Documentation/crypto/ |
D | descore-readme.rst | 123 crypt function and i didn't feel like ripping it out and measuring 173 man pages either didn't exist or dumped core. i had heard of kerberos, 178 (i.e. the author didn't sit down and think before coding), 191 by the larger table size. in his case he didn't realize you don't need to keep 197 to crypt(3) in his tables - i didn't check. 211 of what i didn't want to do; all their endedness-specific ``optimizations``
|
/linux-6.12.1/sound/aoa/core/ |
D | core.c | 35 printk(KERN_ERR "snd-aoa: fabric didn't like codec %s\n", in attach_codec_to_fabric() 45 printk(KERN_ERR "snd-aoa: codec %s didn't init\n", c->name); in attach_codec_to_fabric()
|
/linux-6.12.1/include/linux/ |
D | compaction.h | 25 * compaction didn't start as it was not possible or direct reclaim 29 /* compaction didn't start as it was deferred due to past failures */
|