Home
last modified time | relevance | path

Searched full:disallowed (Results 1 – 25 of 100) sorted by relevance

1234

/linux/drivers/net/wireless/ath/ath6kl/
H A Dbmi.c51 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_get_target_info()
125 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_read()
183 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_write()
247 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_execute()
294 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_set_app_start()
330 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_reg_read()
373 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_reg_write()
415 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_lz_data()
464 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_lz_stream_start()
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_ctx.c59 __failure __msg("negative offset ctx ptr R1 off=-612 disallowed") in ctx_pointer_to_helper_1()
75 __failure __msg("negative offset ctx ptr R1 off=-612 disallowed") in ctx_pointer_to_helper_2()
152 __failure __msg("negative offset ctx ptr R1 off=-612 disallowed") in null_check_4_ctx_const()
H A Dverifier_global_subprogs.c442 __msg("dereference of modified ctx ptr R1 off=8 disallowed")
454 __msg("variable ctx access var_off=(0x0; 0x4) disallowed")
468 __msg("dereference of modified ctx ptr R1 off=8 disallowed")
479 __msg("variable ctx access var_off=(0x0; 0x4) disallowed")
H A Dverifier_bounds_deduction.c123 __failure __msg("negative offset ctx ptr R1 off=-1 disallowed")
H A Duser_ringbuf_fail.c239 __failure __msg("dereference of modified dynptr_ptr ptr R1 off=16384 disallowed")
H A Dpercpu_alloc_fail.c53 __failure __msg("store to referenced kptr disallowed")
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlinked_list.c77 { "direct_read_lock", "direct access to bpf_spin_lock is disallowed" },
78 { "direct_write_lock", "direct access to bpf_spin_lock is disallowed" },
79 { "direct_read_head", "direct access to bpf_list_head is disallowed" },
80 { "direct_write_head", "direct access to bpf_list_head is disallowed" },
81 { "direct_read_node", "direct access to bpf_list_node is disallowed" },
82 { "direct_write_node", "direct access to bpf_list_node is disallowed" },
91 { "incorrect_node_var_off", "variable ptr_ access var_off=(0x0; 0x1ffffffff) disallowed" },
96 { "incorrect_head_var_off2", "variable ptr_ access var_off=(0x0; 0x1ffffffff) disallowed" },
H A Dmptcp.c525 if (!ASSERT_EQ(err, -EOPNOTSUPP, "server should be disallowed")) in test_sockmap_reject_mptcp()
528 /* MPTCP client should also be disallowed */ in test_sockmap_reject_mptcp()
531 if (!ASSERT_EQ(err, -EOPNOTSUPP, "client should be disallowed")) in test_sockmap_reject_mptcp()
/linux/scripts/
H A Dcheck-function-names.sh4 # Certain function names are disallowed due to section name ambiguities
/linux/tools/testing/selftests/sched_ext/
H A Dselect_cpu_dispatch_dbl_dsp.bpf.c20 /* Dispatching twice in a row is disallowed. */ in BPF_STRUCT_OPS()
/linux/tools/testing/selftests/bpf/verifier/
H A Dmap_kptr.c154 .errstr = "variable untrusted_ptr_ access var_off=(0x0; 0x7) disallowed",
400 .errstr = "store to referenced kptr disallowed",
420 .errstr = "store to referenced kptr disallowed",
/linux/Documentation/userspace-api/
H A Dno_new_privs.rst15 - chroot is disallowed to unprivileged processes, since it would allow
/linux/samples/seccomp/
H A Dbpf-helper.c28 * Since backward jumps are disallowed by BPF, this is easy. in bpf_resolve_jumps()
/linux/drivers/gpu/drm/i915/
H A Di915_file_private.h51 * We have since disallowed setting these more complex parameters
/linux/tools/perf/pmu-events/arch/x86/broadwellde/
H A Dmemory.json35 "PublicDescription": "Number of times a disallowed operation caused an HLE abort.",
247 "PublicDescription": "Number of times a disallowed operation caused an RTM abort.",
/linux/Documentation/arch/x86/x86_64/
H A Dfred.rst80 longer needed when FRED is enabled, thus is disallowed (#UD).
/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_netlink.c122 ipoib_warn(ppriv, "child creation disallowed for child devices\n"); in ipoib_new_child_link()
/linux/include/net/
H A Dnet_shaper.h80 * disallowed at the uAPI level will never be made at the driver level.
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_switchdev.c382 "Bridging between multiple lan966x switches disallowed"); in lan966x_foreign_bridging_check()
406 "Bridging lan966x ports with foreign interfaces disallowed"); in lan966x_foreign_bridging_check()
/linux/arch/mips/pci/
H A Dpci-bcm1480ht.c92 * in config space. Return all 1's for disallowed accesses
H A Dpci-bcm1480.c103 * in config space. Return all 1's for disallowed accesses
H A Dpci-sb1250.c112 * in config space. Return all 1's for disallowed accesses
/linux/drivers/virtio/
H A Dvirtio_rtc_class.c23 * @stopped: Whether RTC ops are disallowed. Access protected by rtc_lock().
/linux/Documentation/PCI/
H A Dsysfs-pci.rst96 disallowed.
/linux/tools/perf/pmu-events/arch/x86/broadwellx/
H A Dmemory.json35 "PublicDescription": "Number of times a disallowed operation caused an HLE abort.",
437 "PublicDescription": "Number of times a disallowed operation caused an RTM abort.",

1234