Home
last modified time | relevance | path

Searched full:cannot (Results 1 – 25 of 3527) sorted by relevance

12345678910>>...142

/linux/tools/perf/tests/
H A Dsubcmd-help.c15 TEST_ASSERT_VAL("cannot find cmd", is_in_cmdlist(&cmds, "aaa") == 1); in test__load_cmdnames()
38 TEST_ASSERT_VAL("cannot find cmd", is_in_cmdlist(&cmds, "aaa") == 1); in test__uniq_cmdnames()
39 TEST_ASSERT_VAL("cannot find cmd", is_in_cmdlist(&cmds, "bbb") == 1); in test__uniq_cmdnames()
77 TEST_ASSERT_VAL("cannot find cmd", is_in_cmdlist(&cmds1, "aaa") == 1); in test__exclude_cmdnames()
79 TEST_ASSERT_VAL("cannot find cmd", is_in_cmdlist(&cmds1, "ccc") == 1); in test__exclude_cmdnames()
80 TEST_ASSERT_VAL("cannot find cmd", is_in_cmdlist(&cmds1, "ddd") == 1); in test__exclude_cmdnames()
82 TEST_ASSERT_VAL("cannot find cmd", is_in_cmdlist(&cmds1, "fff") == 1); in test__exclude_cmdnames()
83 TEST_ASSERT_VAL("cannot find cmd", is_in_cmdlist(&cmds1, "ggg") == 1); in test__exclude_cmdnames()
84 TEST_ASSERT_VAL("cannot find cmd", is_in_cmdlist(&cmds1, "hhh") == 1); in test__exclude_cmdnames()
85 TEST_ASSERT_VAL("cannot find cmd", is_in_cmdlist(&cmds1, "iii") == 1); in test__exclude_cmdnames()
[all …]
/linux/tools/perf/util/
H A Dgenelf.c89 warnx("cannot create section"); in jit_add_eh_frame_info()
95 warnx("cannot get new data"); in jit_add_eh_frame_info()
108 warnx("cannot get section header"); in jit_add_eh_frame_info()
123 warnx("cannot create section"); in jit_add_eh_frame_info()
129 warnx("cannot get new data"); in jit_add_eh_frame_info()
142 warnx("cannot get section header"); in jit_add_eh_frame_info()
215 warnx("cannot get ehdr"); in jit_write_elf()
245 warnx("cannot create section"); in jit_write_elf()
251 warnx("cannot get new data"); in jit_write_elf()
264 warnx("cannot get section header"); in jit_write_elf()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_helper_restricted.c22 __failure __msg("program of this type cannot use helper bpf_ktime_get_coarse_ns")
36 __failure __msg("program of this type cannot use helper bpf_ktime_get_coarse_ns") in in_bpf_prog_type_kprobe_1()
50 __failure __msg("program of this type cannot use helper bpf_ktime_get_coarse_ns") in in_bpf_prog_type_tracepoint_1()
64 __failure __msg("program of this type cannot use helper bpf_ktime_get_coarse_ns") in bpf_prog_type_perf_event_1()
78 __failure __msg("tracing progs cannot use bpf_spin_lock yet") in bpf_prog_type_raw_tracepoint_1()
101 __failure __msg("tracing progs cannot use bpf_spin_lock yet") in in_bpf_prog_type_kprobe_2()
124 __failure __msg("tracing progs cannot use bpf_spin_lock yet") in bpf_prog_type_perf_event_2()
147 __failure __msg("tracing progs cannot use bpf_spin_lock yet") in in_bpf_prog_type_tracepoint_2()
H A Dpreempt_lock.c11 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_preempt_disable-ed region")
19 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_preempt_disable-ed region")
28 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_preempt_disable-ed region")
38 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_preempt_disable-ed region")
60 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_preempt_disable-ed region")
68 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_preempt_disable-ed region")
77 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_preempt_disable-ed region")
H A Dirq.c34 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") in irq_restore_missing_2()
46 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") in irq_restore_missing_3()
60 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") in irq_restore_missing_3_minus_2()
86 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") in irq_restore_missing_1_subprog()
96 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") in irq_restore_missing_2_subprog()
108 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") in irq_restore_missing_3_subprog()
122 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") in irq_restore_missing_3_minus_2_subprog()
240 __failure __msg("cannot restore irq state out of order") in irq_restore_ooo()
254 __failure __msg("cannot restore irq state out of order") in irq_restore_ooo_3()
294 __failure __msg("cannot restor in irq_restore_4_subprog()
[all...]
H A Dexceptions_fail.c96 __failure __msg("cannot be called from callback subprog")
134 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_rcu_read_lock-ed regio…
150 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_rcu_read_lock-ed regio…
223 __failure __msg("cannot be called from callback")
265 __failure __msg("cannot be called from callback subprog") in __exception_cb()
273 __failure __msg("cannot call exception cb directly") in __exception_cb()
281 __failure __msg("cannot call exception cb directly") in __exception_cb()
331 __failure __msg("cannot be called from callback")
339 __failure __msg("cannot be called from callback")
/linux/fs/btrfs/tests/
H A Dbtrfs-tests.c24 [TEST_ALLOC_FS_INFO] = "cannot allocate fs_info",
25 [TEST_ALLOC_ROOT] = "cannot allocate root",
26 [TEST_ALLOC_EXTENT_BUFFER] = "cannot extent buffer",
27 [TEST_ALLOC_PATH] = "cannot allocate path",
28 [TEST_ALLOC_INODE] = "cannot allocate inode",
29 [TEST_ALLOC_BLOCK_GROUP] = "cannot allocate block group",
30 [TEST_ALLOC_EXTENT_MAP] = "cannot allocate extent map",
31 [TEST_ALLOC_CHUNK_MAP] = "cannot allocate chunk map",
32 [TEST_ALLOC_IO_CONTEXT] = "cannot allocate io context",
33 [TEST_ALLOC_TRANSACTION] = "cannot allocate transaction",
[all …]
/linux/include/linux/
H A Dusb_usual.h64 /* cannot handle READ_DISC_INFO */ \
66 /* cannot handle READ_CAPACITY_16 */ \
72 /* cannot handle READ_CAPACITY_10 */ \
76 /* Cannot handle FUA in WRITE or READ CDBs */ \
78 /* Cannot handle ATA_12 or ATA_16 CDBs */ \
80 /* Cannot handle MI_REPORT_SUPPORTED_OPERATION_CODES */ \
84 /* Cannot handle REPORT_LUNS */ \
88 /* Cannot handle WRITE_SAME */ \
/linux/tools/testing/selftests/net/
H A Dipv6_flowlabel_mgr.c79 explain("cannot get non-existent label"); in run_tests()
82 explain("cannot put non-existent label"); in run_tests()
85 explain("cannot create label greater than 20 bits"); in run_tests()
95 explain("cannot get it again with the exclusive (FL_FL_EXCL) flag"); in run_tests()
106 explain("cannot get it again in non-exclusive mode"); in run_tests()
108 explain("cannot get it again in exclusive mode either"); in run_tests()
113 explain("cannot reuse the label, due to linger"); in run_tests()
124 explain("cannot get it again in non-exclusive mode"); in run_tests()
126 explain("cannot get it again in exclusive mode"); in run_tests()
151 explain("child process cannot can get it"); in run_tests()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_bus_pci.c69 "Cannot memory-map BAR %d, aborting\n", in ionic_map_bars()
197 dev_err(dev, "Cannot enable SRIOV: %d\n", ret); in ionic_sriov_configure()
203 dev_err(dev, "Cannot alloc VFs: %d\n", ret); in ionic_sriov_configure()
245 dev_err(dev, "Cannot enable PCI device: %d, aborting\n", err); in ionic_setup_one()
251 dev_err(dev, "Cannot request PCI regions: %d, aborting\n", err); in ionic_setup_one()
263 dev_err(dev, "Cannot setup device: %d, aborting\n", err); in ionic_setup_one()
270 dev_err(dev, "Cannot identify device: %d, aborting\n", err); in ionic_setup_one()
279 dev_err(dev, "Cannot init device: %d, aborting\n", err); in ionic_setup_one()
286 dev_err(dev, "Cannot identify port: %d, aborting\n", err); in ionic_setup_one()
292 dev_err(dev, "Cannot init port: %d, aborting\n", err); in ionic_setup_one()
[all …]
/linux/arch/powerpc/boot/
H A Dsimpleboot.c39 fatal("Cannot find root node\n"); in platform_init()
42 fatal("Cannot find #address-cells property"); in platform_init()
45 fatal("Cannot find #size-cells property"); in platform_init()
51 fatal("Cannot find memory node\n"); in platform_init()
54 fatal("cannot get memory range\n"); in platform_init()
72 fatal("Cannot find cpu node\n"); in platform_init()
/linux/include/uapi/linux/
H A Dvirtio_mem.h55 * 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. */
/linux/arch/arm/boot/dts/st/
H A Dste-href-tvk1281618-r2.dtsi97 * These interrupts cannot be used: the other component
99 * cannot set its DRDY line to open drain, so it cannot be
118 * These interrupts cannot be used: the other component
120 * cannot set its DRDY line to open drain, so it cannot be
155 * These interrupts cannot be used: the other component
157 * cannot set its DRDY line to open drain, so it cannot be
/linux/drivers/hid/
H A Dhid-uclogic-params.c148 * descriptor from. Cannot be NULL.
208 * @pen: Pen input parameters to cleanup. Cannot be NULL.
222 * case of error, or if parameters are not found. Cannot be NULL.
225 * incompatible). Not modified in case of error. Cannot be NULL.
227 * parameters from. Cannot be NULL.
351 * found. Cannot be NULL.
355 * error. Cannot be NULL.
365 * and get parameters from. Cannot be NULL.
503 * @frame: Frame controls input parameters to cleanup. Cannot be NULL.
517 * of error. Cannot be NULL.
[all …]
/linux/drivers/spi/
H A Dspi-virtio.c102 dev_warn(&spi->dev, "Cannot convert cs_setup\n"); in virtio_spi_set_delays()
109 dev_warn(&spi->dev, "Cannot convert cs_word_delay_xfer\n"); in virtio_spi_set_delays()
114 dev_warn(&spi->dev, "Cannot convert cs_word_delay_spi\n"); in virtio_spi_set_delays()
122 dev_warn(&spi->dev, "Cannot convert delay\n"); in virtio_spi_set_delays()
127 dev_warn(&spi->dev, "Cannot convert cs_hold\n"); in virtio_spi_set_delays()
134 dev_warn(&spi->dev, "Cannot convert cs_inactive\n"); in virtio_spi_set_delays()
139 dev_warn(&spi->dev, "Cannot convert cs_change_delay\n"); in virtio_spi_set_delays()
354 return dev_err_probe(&vdev->dev, ret, "Cannot setup virtqueues\n"); in virtio_spi_probe()
359 return dev_err_probe(&vdev->dev, ret, "Cannot register virtqueue cleanup\n"); in virtio_spi_probe()
364 return dev_err_probe(&vdev->dev, ret, "Cannot register controller\n"); in virtio_spi_probe()
[all …]
/linux/arch/mips/lib/
H A Dbitops.c17 * set_bit() if it cannot find a faster solution.
38 * it cannot find a faster solution.
59 * if it cannot find a faster solution.
80 * called by test_and_set_bit_lock() if it cannot find a faster solution.
105 * called by test_and_clear_bit() if it cannot find a faster solution.
129 * called by test_and_change_bit() if it cannot find a faster solution.
/linux/net/netfilter/
H A Dnf_conntrack_bpf.c280 * Cannot be NULL
282 * Cannot be NULL
287 * Cannot be NULL
313 * Cannot be NULL
315 * Cannot be NULL
320 * Cannot be NULL
345 * Cannot be NULL
347 * Cannot be NULL
352 * Cannot be NULL
379 * Cannot b
[all...]
/linux/tools/perf/jvmti/
H A Djvmti_agent.c151 warnx("jvmti: cannot generate jit cache dir because %s/.debug/" in create_jit_cache_dir()
159 warn("jvmti: cannot create jit cache dir %s", jit_path); in create_jit_cache_dir()
166 warnx("jvmti: cannot generate jit cache dir because" in create_jit_cache_dir()
174 warn("jvmti: cannot create jit cache dir %s", jit_path); in create_jit_cache_dir()
181 warnx("jvmti: cannot generate jit cache dir because" in create_jit_cache_dir()
189 warn("jvmti: cannot create jit cache dir %s", jit_path); in create_jit_cache_dir()
278 warnx("jvmti: cannot generate jitdump file full path because" in jvmti_open()
298 warn("jvmti: cannot create %s", dump_path); in jvmti_open()
321 warn("jvmti: cannot write dumpfile header"); in jvmti_open()
/linux/samples/cgroup/
H A Dcgroup_event_listener.c36 err(1, "Cannot open %s", argv[1]); in main()
45 err(1, "Cannot open %s", event_control_path); in main()
57 err(1, "Cannot write to cgroup.event_control"); in main()
66 err(1, "Cannot read from eventfd"); in main()
/linux/net/xfrm/
H A Dxfrm_interface_bpf.c36 * Cannot be NULL
38 * Cannot be NULL
58 * Cannot be NULL
60 * Cannot be NULL
/linux/Documentation/kbuild/
H A DKconfig.recursion-issue-0210 # of the recursive limitation is that drivers cannot negate features from other
15 # annotate this, all features that driver A selects cannot now be negated by
20 # they select or depend on end up becoming shared requirements which cannot be
30 # other bells in the system cannot negate. The reason for this issue is
/linux/drivers/net/ovpn/
H A Dnetlink.c194 "cannot specify both remote IPv4 or IPv6 address"); in ovpn_nl_peer_precheck()
201 "cannot specify remote port without IP address"); in ovpn_nl_peer_precheck()
209 "cannot specify remote IP address without port"); in ovpn_nl_peer_precheck()
216 "cannot specify local IPv4 address without remote"); in ovpn_nl_peer_precheck()
223 "cannot specify local IPV6 address without remote"); in ovpn_nl_peer_precheck()
245 "cannot specify scope id without remote IPv6 address"); in ovpn_nl_peer_precheck()
301 "cannot set peer sockaddr: %d", in ovpn_nl_peer_modify()
379 "cannot create new peer object for peer %u: %ld", in ovpn_nl_peer_new_doit()
390 "cannot lookup peer socket (fd=%u): %d", in ovpn_nl_peer_new_doit()
433 "cannot encapsulate socket: %ld", in ovpn_nl_peer_new_doit()
[all …]
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_conntrack_helper.sh142 echo "FAIL: ${ns1} cannot load ip ruleset" 1>&2
147 echo "SKIP: ${ns1} cannot load ip6 ruleset" 1>&2
152 echo "SKIP: ${ns1} cannot load inet ruleset" 1>&2
154 echo "FAIL: ${ns2} cannot load ip ruleset" 1>&2
160 echo "FAIL: ${ns2} cannot load ip6 ruleset" 1>&2
/linux/net/ipv4/
H A Dfou_bpf.c36 * @skb_ctx Pointer to ctx (__sk_buff) in TC program. Cannot be NULL
40 * Cannot be NULL
82 * @skb_ctx Pointer to ctx (__sk_buff) in TC program. Cannot be NULL
84 * destination port. Cannot be NULL
/linux/tools/perf/tests/shell/
H A Damd-ibs-swfilt.sh35 echo "[FAIL] IBS op PMU cannot handle swfilt for exclude_kernel"
44 echo "[FAIL] IBS op PMU cannot handle swfilt for exclude_user"
55 echo "[FAIL] IBS fetch PMU cannot handle swfilt for exclude_kernel"
64 echo "[FAIL] IBS op PMU cannot handle swfilt in system-wide mode"

12345678910>>...142