Home
last modified time | relevance | path

Searched full:missing (Results 1 – 25 of 1969) sorted by relevance

12345678910>>...79

/linux/net/bridge/
H A Dbr_cfm_netlink.c104 NL_SET_ERR_MSG_MOD(extack, "Missing INSTANCE attribute"); in br_mep_create_parse()
108 NL_SET_ERR_MSG_MOD(extack, "Missing DOMAIN attribute"); in br_mep_create_parse()
112 NL_SET_ERR_MSG_MOD(extack, "Missing DIRECTION attribute"); in br_mep_create_parse()
116 NL_SET_ERR_MSG_MOD(extack, "Missing IFINDEX attribute"); in br_mep_create_parse()
144 "Missing INSTANCE attribute"); in br_mep_delete_parse()
167 NL_SET_ERR_MSG_MOD(extack, "Missing INSTANCE attribute"); in br_mep_config_parse()
171 NL_SET_ERR_MSG_MOD(extack, "Missing UNICAST_MAC attribute"); in br_mep_config_parse()
175 NL_SET_ERR_MSG_MOD(extack, "Missing MDLEVEL attribute"); in br_mep_config_parse()
179 NL_SET_ERR_MSG_MOD(extack, "Missing MEPID attribute"); in br_mep_config_parse()
209 NL_SET_ERR_MSG_MOD(extack, "Missing INSTANCE attribute"); in br_cc_config_parse()
[all …]
H A Dbr_mrp_netlink.c47 "Missing attribute: RING_ID or P_IFINDEX or S_IFINDEX"); in br_mrp_instance_parse()
89 NL_SET_ERR_MSG_MOD(extack, "Missing attribute: STATE"); in br_mrp_port_state_parse()
118 NL_SET_ERR_MSG_MOD(extack, "Missing attribute: ROLE"); in br_mrp_port_role_parse()
149 "Missing attribute: RING_ID or STATE"); in br_mrp_ring_state_parse()
183 "Missing attribute: RING_ID or ROLE"); in br_mrp_ring_role_parse()
222 "Missing attribute: RING_ID or INTERVAL or MAX_MISS or PERIOD"); in br_mrp_start_test_parse()
263 "Missing attribute: IN_ID or STATE"); in br_mrp_in_state_parse()
301 "Missing attribute: RING_ID or ROLE or IN_ID or I_IFINDEX"); in br_mrp_in_role_parse()
342 "Missing attribute: RING_ID or INTERVAL or MAX_MISS or PERIOD"); in br_mrp_start_in_test_parse()
/linux/security/landlock/
H A Daudit.c190 access_mask_t missing = 0; in get_denied_layer() local
204 missing = BIT(access_bit); in get_denied_layer()
206 missing |= BIT(access_bit); in get_denied_layer()
210 *access_request = missing; in get_denied_layer()
280 access_mask_t missing = 0; in get_layer_from_deny_masks() local
297 missing = BIT(access_bit); in get_layer_from_deny_masks()
299 missing |= BIT(access_bit); in get_layer_from_deny_masks()
305 *access_request = missing; in get_layer_from_deny_masks()
396 access_mask_t missing; in landlock_log_denial() local
405 missing = request->access; in landlock_log_denial()
[all …]
/linux/tools/tracing/rtla/
H A DMakefile.config27 $(info libtraceevent is missing. Please install libtraceevent-dev/libtraceevent-devel)
43 $(info libtracefs is missing. Please install libtracefs-dev/libtracefs-devel)
52 $(info libcpupower is missing, building without --deepest-idle-state support.)
70 $(info libbpf is missing, building without BPF skeleton support.)
79 $(info clang is missing or does not support BPF CO-RE, building without BPF skeleton support.)
88 $(info bpftool is missing or not supporting skeletons, building without BPF skeleton support.)
/linux/kernel/gcov/
H A DMakefile6 CFLAGS_gcc_base.o += -Wno-missing-prototypes -Wno-missing-declarations
8 CFLAGS_clang.o += -Wno-missing-prototypes -Wno-missing-declarations
/linux/arch/riscv/include/asm/vendor_extensions/
H A Dvendor_hwprobe.h16 missing |= RISCV_HWPROBE_VENDOR_EXT_##ext; \
24 * and missing. It should be filled with VENDOR_EXT_KEY expressions.
29 u64 missing = 0; \
34 (pair)->value &= ~missing; \
/linux/tools/testing/selftests/kexec/
H A Dtest_kexec_file_load.sh129 log_fail "$succeed_msg (missing sig)"
134 log_fail "$succeed_msg (missing PE sig)"
139 log_fail "$succeed_msg (missing IMA sig)"
145 log_fail "$succeed_msg (possibly missing IMA sig)"
171 log_pass "$failed_msg (missing PE sig)"
175 log_pass "$failed_msg (missing IMA sig)"
181 log_pass "$failed_msg (possibly missing IMA sig)"
/linux/Documentation/admin-guide/media/
H A Drcar-fdp1.rst27 recover missing lines. This method is also known as blending or Line
30 - The previous and next fields are averaged to recover lines missing from
34 field is used to fill missing lines from the current field. This method
38 used to fill missing lines from the current field. This method is also
/linux/Documentation/core-api/
H A Dsymbol-namespaces.rst19 its configuration, reject loading the module or warn about a missing import.
135 Missing namespaces imports can easily be detected at build time. In fact,
141 missing imports. Fixing missing imports can be done with::
149 - notice the warning of modpost telling about a missing import
153 Again, ``make nsdeps`` will eventually add the missing namespace imports for
159 - notice the warning of modpost telling about a missing import
/linux/Documentation/admin-guide/mm/
H A Duserfaultfd.rst166 the zero page for a missing fault. With userfaultfd, userspace can
185 - You get the address of the access that triggered the missing page
226 (when e.g. page is missing) over different types of memories.
229 (e.g. when pages are missing and not populated). For file-backed memories
232 message generated when writing to a missing page on file typed memories,
244 resolving missing / minor faults with ``UFFDIO_COPY`` or ``UFFDIO_CONTINUE``
288 In response to a fault (either missing or minor), an action userspace can
326 The QEMU in the source node writes all pages that it knows are missing
340 the userfault address it writes the information about the missing page
343 remaining missing pages from that new page offset. Soon after that
[all …]
/linux/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/
H A Dcore-imp-def.json111 … any micro operation is issued and meanwhile there is any load operation missing L1 cache and pend…
114 … any micro operation is issued and meanwhile there is any load operation missing L1 cache and pend…
117 … any micro operation is issued and meanwhile there is any load operation missing both L1 and L2 ca…
120 … any micro operation is issued and meanwhile there is any load operation missing both L1 and L2 ca…
/linux/sound/soc/fsl/
H A Deukrea-tlv320.c97 "eukrea,model node missing or invalid.\n"); in eukrea_tlv320_probe()
105 "ssi-controller missing or invalid.\n"); in eukrea_tlv320_probe()
114 dev_err(&pdev->dev, "codec-handle node missing or invalid.\n"); in eukrea_tlv320_probe()
119 "fsl,mux-int-port node missing or invalid.\n"); in eukrea_tlv320_probe()
125 "fsl,mux-ext-port node missing or invalid.\n"); in eukrea_tlv320_probe()
189 "Missing or invalid audmux DT node.\n"); in eukrea_tlv320_probe()
/linux/Documentation/
H A DKconfig6 bool "Warn if there's a missing documentation file"
9 This option makes the Kernel to check for missing dependencies,
10 warning when something is missing. Works only if the Kernel
/linux/Documentation/devicetree/bindings/regulator/
H A Dti,tps62360.yaml38 is missing, then assume that there is no GPIO for
45 is missing, then assume that there is no GPIO for
60 is missing, then assume the state as low.
66 is missing, then assume the state as low.
H A Drichtek,rt6245-regulator.yaml39 limit 8A, 14A, 12A, 10A. If this property is missing then keep in
47 150'c, 130'c, 170'c. If this property is missing then keep in chip
55 delay time 0us, 10us, 20us, 40us. If this property is missing then keep
64 800KHz, 1200KHz. If this property is missing then keep in chip default.
/linux/drivers/clk/rockchip/
H A Drst-rk3588.c31 RK3588_CRU_RESET_OFFSET(SRST_CSIPHY0, 1, 7), // missing in TRM
33 RK3588_CRU_RESET_OFFSET(SRST_CSIPHY1, 1, 9), // missing in TRM
51 RK3588_CRU_RESET_OFFSET(SRST_DCPHY0, 3, 11), // missing in TRM
56 RK3588_CRU_RESET_OFFSET(SRST_DCPHY1, 4, 0), // missing in TRM
702 RK3588_CRU_RESET_OFFSET(SRST_HDPTX0_ROPLL, 72, 12), // missing in TRM
703 RK3588_CRU_RESET_OFFSET(SRST_HDPTX0_LCPLL, 72, 13), // missing in TRM
704 RK3588_CRU_RESET_OFFSET(SRST_HDPTX0, 72, 14), // missing in TRM
705 RK3588_CRU_RESET_OFFSET(SRST_HDPTX1_ROPLL, 72, 15), // missing in TRM
708 RK3588_CRU_RESET_OFFSET(SRST_HDPTX1_LCPLL, 73, 0), // missing in TRM
709 RK3588_CRU_RESET_OFFSET(SRST_HDPTX1, 73, 1), // missing in TRM
[all …]
/linux/scripts/coccinelle/misc/
H A Dadd_namespace.cocci3 /// Adds missing MODULE_IMPORT_NS statements to source files
6 /// add a missing namespace tag to a module source file.
18 // Add missing imports, but only adjacent to a MODULE_LICENSE statement.
/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c364 error(1, 0, " missing local IP"); in dsf()
369 error(1, 0, " missing local port"); in dsf()
374 error(1, 0, " missing remote IP"); in dsf()
379 error(1, 0, " missing remote port"); in dsf()
384 error(1, 0, " missing token"); in dsf()
479 error(1, 0, " missing local IP"); in csf()
484 error(1, 0, " missing local id"); in csf()
489 error(1, 0, " missing remote ip"); in csf()
494 error(1, 0, " missing remote port"); in csf()
499 error(1, 0, " missing token"); in csf()
[all …]
/linux/tools/perf/tests/
H A Dwp.c172 test->test_cases[subtest].skip_reason = "missing kernel support"; in test__wp_modify()
204 TEST_CASE_REASON("Read Only Watchpoint", wp_ro, "missing hardware support"),
205 TEST_CASE_REASON("Write Only Watchpoint", wp_wo, "missing hardware support"),
206 TEST_CASE_REASON("Read / Write Watchpoint", wp_rw, "missing hardware support"),
207 TEST_CASE_REASON("Modify Watchpoint", wp_modify, "missing hardware support"),
/linux/tools/testing/selftests/lkdtm/
H A Drun.sh18 echo "Cannot find $TRIGGER (missing CONFIG_LKDTM?)"
31 echo "Skipped: missing test '$test' in tests.txt"
36 echo "Skipped: test '$test' missing in $TRIGGER!"
109 echo "$test: missing '$expect': [FAIL]"
/linux/drivers/cpuidle/
H A Ddt_idle_states.c48 pr_debug(" * %pOF missing entry-latency-us property\n", in init_state_node()
56 pr_debug(" * %pOF missing exit-latency-us property\n", in init_state_node()
61 * If wakeup-latency-us is missing, default to entry+exit in init_state_node()
70 pr_debug(" * %pOF missing min-residency-us property\n", in init_state_node()
219 * also be 0 on platforms with missing DT idle states or legacy DT in dt_init_idle_driver()
/linux/scripts/coccinelle/free/
H A Dpci_free_consistent.cocci2 /// Find missing pci_free_consistent for every pci_alloc_consistent.
43 msg = "ERROR: missing pci_free_consistent; pci_alloc_consistent on line %s and return without freei…
51 msg = "ERROR: missing pci_free_consistent; pci_alloc_consistent on line %s and return without freei…
H A Dclk_put.cocci2 /// Find missing clk_puts.
4 //# This only signals a missing clk_put when there is a clk_put later
67 msg = "ERROR: missing clk_put; clk_get on line %s and execution via conditional on line %s" % (p1[0…
/linux/sound/soc/sof/
H A Dipc.c185 dev_err(sdev->dev, "Missing IPC message handling ops\n"); in snd_sof_ipc_init()
191 dev_err(sdev->dev, "Missing IPC firmware loading ops\n"); in snd_sof_ipc_init()
196 dev_err(sdev->dev, "Missing IPC PCM ops\n"); in snd_sof_ipc_init()
201 dev_err(sdev->dev, "Missing IPC topology ops\n"); in snd_sof_ipc_init()
207 dev_err(sdev->dev, "Missing firmware tracing ops\n"); in snd_sof_ipc_init()
/linux/scripts/
H A DMakefile.modpost105 missing-input := vmlinux.o
125 missing-input := $(objtree)/Module.symvers
137 $(if $(missing-input), \
138 echo >&2 "WARNING: $(missing-input) is missing."; \

12345678910>>...79