/linux-6.14.4/tools/testing/selftests/drivers/net/mlxsw/ |
D | q_in_q_veto.sh | 58 check_fail $? "$netdev_proto vlan upper creation on top of an $bridge_proto bridge not rejected" 63 …check_err $? "$netdev_proto vlan upper creation on top of an $bridge_proto bridge rejected without… 76 check_fail $? "802.1ad vlan upper creation on top of a front panel not rejected" 81 check_err $? "802.1ad vlan upper creation on top of a front panel rejected without extack" 99 check_fail $? "802.1ad vlan upper creation on top of a bridge port not rejected" 104 check_err $? "802.1ad vlan upper creation on top of a bridge port rejected without extack" 121 check_fail $? "802.1ad vlan upper creation on top of a lag not rejected" 126 check_err $? "802.1ad vlan upper creation on top of a lag rejected without extack" 166 check_fail $? "vlan upper creation on top of front panel enslaved to 802.1ad bridge not rejected" 170 …check_err $? "vlan upper creation on top of front panel enslaved to 802.1ad bridge rejected withou… [all …]
|
D | vxlan_fdb_veto.sh | 69 check_fail $? "multicast MAC not rejected" 73 check_err $? "multicast MAC rejected without extack" 84 check_err $? "valid FDB rejected" 88 check_fail $? "FDB with an explicit port not rejected" 93 check_err $? "FDB with an explicit port rejected without extack" 104 check_err $? "valid FDB rejected" 108 check_fail $? "FDB with an explicit port not rejected" 113 check_err $? "FDB with an explicit port rejected without extack" 124 check_fail $? "FDB with a multicast IP not rejected" 129 check_err $? "FDB with a multicast IP rejected without extack"
|
/linux-6.14.4/tools/perf/pmu-events/arch/x86/bonnell/ |
D | cache.json | 451 "BriefDescription": "Rejected L2 cache requests", 459 "BriefDescription": "Rejected L2 cache requests", 467 "BriefDescription": "Rejected L2 cache requests", 475 "BriefDescription": "Rejected L2 cache requests", 483 "BriefDescription": "Rejected L2 cache requests", 491 "BriefDescription": "Rejected L2 cache requests", 499 "BriefDescription": "Rejected L2 cache requests", 507 "BriefDescription": "Rejected L2 cache requests", 515 "BriefDescription": "Rejected L2 cache requests", 523 "BriefDescription": "Rejected L2 cache requests", [all …]
|
/linux-6.14.4/drivers/accessibility/speakup/ |
D | kobjects.c | 83 int rejected, int do_characters) in report_char_chartab_status() argument 98 if (rejected) in report_char_chartab_status() 101 rejected, rejected > 1 ? "s" : ""); in report_char_chartab_status() 126 int rejected = 0; in chars_chartab_store() local 147 rejected++; in chars_chartab_store() 152 rejected++; in chars_chartab_store() 163 rejected++; in chars_chartab_store() 173 rejected++; in chars_chartab_store() 201 rejected++; in chars_chartab_store() 221 report_char_chartab_status(reset, received, used, rejected, in chars_chartab_store() [all …]
|
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | verifier_const.c | 14 __description("rodata/strtol: write rejected") 44 __description("rodata/mtu: write rejected") 81 __description("rodata/mark: write with unknown reg rejected") 90 __description("rodata/mark: write with unknown reg rejected")
|
D | verifier_map_ptr.c | 35 __description("bpf_map_ptr: read with negative offset rejected") 53 __description("bpf_map_ptr: write rejected") 74 __description("bpf_map_ptr: read non-existent field rejected")
|
D | verifier_mtu.c | 8 __description("uninit/mtu: write rejected")
|
/linux-6.14.4/tools/perf/pmu-events/arch/x86/ivytown/ |
D | uncore-power.json | 151 …es that a deep C state was requested, but the delayed C state algorithm rejected the deep sleep st… 160 …es that a deep C state was requested, but the delayed C state algorithm rejected the deep sleep st… 169 …es that a deep C state was requested, but the delayed C state algorithm rejected the deep sleep st… 178 …es that a deep C state was requested, but the delayed C state algorithm rejected the deep sleep st… 187 …es that a deep C state was requested, but the delayed C state algorithm rejected the deep sleep st… 196 …es that a deep C state was requested, but the delayed C state algorithm rejected the deep sleep st… 205 …es that a deep C state was requested, but the delayed C state algorithm rejected the deep sleep st… 214 …es that a deep C state was requested, but the delayed C state algorithm rejected the deep sleep st… 223 …es that a deep C state was requested, but the delayed C state algorithm rejected the deep sleep st… 232 …es that a deep C state was requested, but the delayed C state algorithm rejected the deep sleep st… [all …]
|
/linux-6.14.4/sound/firewire/bebob/ |
D | bebob_command.c | 39 else if (buf[0] == 0x0a) /* REJECTED */ in avc_audio_set_selector() 77 else if (buf[0] == 0x0a) /* REJECTED */ in avc_audio_get_selector() 132 else if (buf[0] == 0x0a) /* REJECTED */ in avc_bridgeco_get_plug_type() 168 else if (buf[0] == 0x0a) // REJECTED in avc_bridgeco_get_plug_ch_count() 200 else if (buf[0] == 0x0a) /* REJECTED */ in avc_bridgeco_get_plug_ch_pos() 239 else if (buf[0] == 0x0a) /* REJECTED */ in avc_bridgeco_get_plug_section_type() 275 else if (buf[0] == 0x0a) /* REJECTED */ in avc_bridgeco_get_plug_input() 316 else if (buf[0] == 0x0a) /* REJECTED */ in avc_bridgeco_get_plug_strm_fmt()
|
/linux-6.14.4/include/crypto/ |
D | des.h | 39 * Returns 0 on success, -EINVAL if the input key is rejected and -ENOKEY if 50 * Returns 0 on success, -EINVAL if the input key is rejected and -ENOKEY if 52 * be rejected (and -EINVAL will be returned) when running in FIPS mode.
|
/linux-6.14.4/tools/testing/selftests/tpm2/ |
D | tpm2_tests.py | 159 rejected = False 170 rejected = True 173 self.assertEqual(rejected, True) 215 rejected = False 232 rejected = True 236 self.assertEqual(rejected, True)
|
/linux-6.14.4/tools/testing/selftests/powerpc/dexcr/ |
D | dexcr_test.c | 63 FAIL_IF_MSG(err != -1, "simultaneous set and clear should be rejected"); in dexcr_prctl_aspect_test() 64 FAIL_IF_MSG(errno_save != EINVAL, "simultaneous set and clear should be rejected with EINVAL"); in dexcr_prctl_aspect_test() 68 FAIL_IF_MSG(err != -1, "simultaneous set and clear on exec should be rejected"); in dexcr_prctl_aspect_test() 69 …FAIL_IF_MSG(errno_save != EINVAL, "simultaneous set and clear on exec should be rejected with EINV… in dexcr_prctl_aspect_test()
|
/linux-6.14.4/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
D | q_in_vni_veto.sh | 48 check_fail $? "802.1ad bridge with VxLAN in Spectrum-1 not rejected" 52 check_err $? "802.1ad bridge with VxLAN in Spectrum-1 rejected without extack"
|
/linux-6.14.4/tools/testing/selftests/arm64/gcs/ |
D | gcs-locking.c | 41 /* No mode bits are rejected for locking */ 100 /* Enabling, locking then disabling is rejected */ 123 /* Locking then enabling is rejected */
|
/linux-6.14.4/tools/perf/pmu-events/arch/x86/sapphirerapids/ |
D | uncore-cache.json | 1839 "BriefDescription": "Ingress (from CMS) Allocations : IRQ Rejected", 1845 …"PublicDescription": "Ingress (from CMS) Allocations : IRQ Rejected : Counts number of allocations… 1894 "BriefDescription": "IPQ Requests (from CMS) Rejected - Set 0 : AD REQ on VN0", 1900 …"PublicDescription": "IPQ Requests (from CMS) Rejected - Set 0 : AD REQ on VN0 : No AD VN0 credit … 1905 "BriefDescription": "IPQ Requests (from CMS) Rejected - Set 0 : AD RSP on VN0", 1911 …"PublicDescription": "IPQ Requests (from CMS) Rejected - Set 0 : AD RSP on VN0 : No AD VN0 credit … 1916 "BriefDescription": "IPQ Requests (from CMS) Rejected - Set 0 : Non UPI AK Request", 1922 …"PublicDescription": "IPQ Requests (from CMS) Rejected - Set 0 : Non UPI AK Request : Can't inject… 1927 "BriefDescription": "IPQ Requests (from CMS) Rejected - Set 0 : BL NCB on VN0", 1933 …"PublicDescription": "IPQ Requests (from CMS) Rejected - Set 0 : BL NCB on VN0 : No BL VN0 credit … [all …]
|
/linux-6.14.4/tools/perf/pmu-events/arch/x86/emeraldrapids/ |
D | uncore-cache.json | 1839 "BriefDescription": "Ingress (from CMS) Allocations : IRQ Rejected", 1845 …"PublicDescription": "Ingress (from CMS) Allocations : IRQ Rejected : Counts number of allocations… 1894 "BriefDescription": "IPQ Requests (from CMS) Rejected - Set 0 : AD REQ on VN0", 1900 …"PublicDescription": "IPQ Requests (from CMS) Rejected - Set 0 : AD REQ on VN0 : No AD VN0 credit … 1905 "BriefDescription": "IPQ Requests (from CMS) Rejected - Set 0 : AD RSP on VN0", 1911 …"PublicDescription": "IPQ Requests (from CMS) Rejected - Set 0 : AD RSP on VN0 : No AD VN0 credit … 1916 "BriefDescription": "IPQ Requests (from CMS) Rejected - Set 0 : Non UPI AK Request", 1922 …"PublicDescription": "IPQ Requests (from CMS) Rejected - Set 0 : Non UPI AK Request : Can't inject… 1927 "BriefDescription": "IPQ Requests (from CMS) Rejected - Set 0 : BL NCB on VN0", 1933 …"PublicDescription": "IPQ Requests (from CMS) Rejected - Set 0 : BL NCB on VN0 : No BL VN0 credit … [all …]
|
/linux-6.14.4/fs/ |
D | bpf_fs_kfuncs.c | 26 * acquired by this BPF kfunc will result in the BPF program being rejected by 51 * being rejected by the BPF verifier. 70 * reference, or else the BPF program will be outright rejected by the BPF
|
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
D | skb_ctx.c | 53 /* non-zero [len, tc_index] fields should be rejected*/ in test_skb_ctx() 65 /* non-zero [hash, sk] fields should be rejected */ in test_skb_ctx()
|
/linux-6.14.4/drivers/net/wireless/ath/ath10k/ |
D | qmi.c | 154 ath10k_err(ar, "msa info req rejected: %d\n", resp.resp.error); in ath10k_qmi_msa_mem_info_send_sync_msg() 227 ath10k_err(ar, "msa ready request rejected: %d\n", resp.resp.error); in ath10k_qmi_msa_ready_send_sync_msg() 368 ath10k_err(ar, "calibration request rejected: %d\n", resp.resp.error); in ath10k_qmi_send_cal_report_req() 415 ath10k_err(ar, "more request rejected: %d\n", resp.resp.error); in ath10k_qmi_mode_send_sync_msg() 501 ath10k_err(ar, "config request rejected: %d\n", resp.resp.error); in ath10k_qmi_cfg_send_sync_msg() 604 ath10k_err(ar, "capability req rejected: %d\n", resp->resp.error); in ath10k_qmi_cap_send_sync_msg() 693 ath10k_err(ar, "host capability request rejected: %d\n", resp.resp.error); in ath10k_qmi_host_cap_send_sync() 737 ath10k_err(ar, "fw log request rejected: %d\n", in ath10k_qmi_set_fw_log_mode() 792 ath10k_err(ar, "indication request rejected: %d\n", resp.resp.error); in ath10k_qmi_ind_register_send_sync_msg()
|
/linux-6.14.4/Documentation/arch/arm64/ |
D | gcs.rst | 82 status of the specified GCS mode bits will be rejected. 103 any attempt to reenable GCS for the thread will be rejected, this may be 198 signal return will be rejected.
|
/linux-6.14.4/net/tipc/ |
D | bearer.c | 271 goto rejected; in tipc_enable_bearer() 278 goto rejected; in tipc_enable_bearer() 296 goto rejected; in tipc_enable_bearer() 307 goto rejected; in tipc_enable_bearer() 322 goto rejected; in tipc_enable_bearer() 336 goto rejected; in tipc_enable_bearer() 353 goto rejected; in tipc_enable_bearer() 371 rejected: in tipc_enable_bearer() 372 pr_warn("Enabling of bearer <%s> rejected, %s\n", name, errstr); in tipc_enable_bearer()
|
/linux-6.14.4/arch/powerpc/kvm/ |
D | book3s_hv_rm_xics.c | 337 * interrupt that was rejected and isn't consistent with in icp_rm_deliver_irq() 356 * rejected an interrupt that was "delivered" before we took the in icp_rm_deliver_irq() 360 * new guy. We cannot assume that the rejected interrupt is less in icp_rm_deliver_irq() 364 * the rejected interrupt might actually be already acceptable. in icp_rm_deliver_irq() 566 * a previously-rejected interrupt needing to be resent. in xics_rm_h_ipi() 570 * where pending interrupt is the one that was rejected. But in xics_rm_h_ipi()
|
D | book3s_xics.c | 438 * interrupt that was rejected and isn't consistent with in icp_deliver_irq() 458 * rejected an interrupt that was "delivered" before we took the in icp_deliver_irq() 462 * new guy. We cannot assume that the rejected interrupt is less in icp_deliver_irq() 466 * the rejected interrupt might actually be already acceptable. in icp_deliver_irq() 644 * nothing needs to be rejected as there can be no XISR to in kvmppc_h_ipi() 646 * there might be a previously-rejected interrupt needing in kvmppc_h_ipi() 661 * a previously-rejected interrupt needing to be resent. in kvmppc_h_ipi() 665 * where pending interrupt is the one that was rejected. But in kvmppc_h_ipi() 1150 * we don't mark it as rejected. We expect userspace to set in kvmppc_xics_set_icp()
|
/linux-6.14.4/tools/perf/pmu-events/arch/x86/ivybridge/ |
D | cache.json | 51 "BriefDescription": "Not rejected writebacks from L1D to L2 cache lines in any state.", 59 "BriefDescription": "Not rejected writebacks from L1D to L2 cache lines in E state", 63 "PublicDescription": "Not rejected writebacks from L1D to L2 cache lines in E state.", 68 "BriefDescription": "Not rejected writebacks from L1D to L2 cache lines in M state", 72 "PublicDescription": "Not rejected writebacks from L1D to L2 cache lines in M state.", 77 …"Count the number of modified Lines evicted from L1 and missed L2. (Non-rejected WBs from the DCU.… 81 "PublicDescription": "Not rejected writebacks that missed LLC.",
|
/linux-6.14.4/Documentation/devicetree/bindings/ |
D | incomplete-devices.yaml | 7 title: Rejected, Legacy or Incomplete Devices 30 Rejected compatibles in Devicetree, but used in ACPI-based devices
|