Home
last modified time | relevance | path

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

12345678910>>...188

/Linux-v5.4/Documentation/watchdog/
Dwatchdog-parameters.rst33 Watchdog cannot be stopped once started
46 Watchdog cannot be stopped once started
55 Watchdog cannot be stopped once started
67 Watchdog cannot be stopped once started
94 Watchdog cannot be stopped once started
103 Watchdog cannot be stopped once started
112 Watchdog cannot be stopped once started
147 Watchdog cannot be stopped once started
162 Watchdog cannot be stopped once started
168 Watchdog cannot be stopped once started
[all …]
/Linux-v5.4/tools/perf/util/
Dgenelf.c117 err(1, "cannot access /dev/urandom for buildid"); in gen_build_id()
172 warnx("cannot create section"); in jit_add_eh_frame_info()
178 warnx("cannot get new data"); in jit_add_eh_frame_info()
191 warnx("cannot get section header"); in jit_add_eh_frame_info()
206 warnx("cannot create section"); in jit_add_eh_frame_info()
212 warnx("cannot get new data"); in jit_add_eh_frame_info()
225 warnx("cannot get section header"); in jit_add_eh_frame_info()
277 warnx("cannot get ehdr"); in jit_write_elf()
294 warnx("cannot create section"); in jit_write_elf()
300 warnx("cannot get new data"); in jit_write_elf()
[all …]
/Linux-v5.4/drivers/net/ethernet/pensando/ionic/
Dionic_bus_pci.c65 "Cannot memory-map BAR %d, aborting\n", in ionic_map_bars()
135 dev_err(dev, "Cannot enable PCI device: %d, aborting\n", err); in ionic_probe()
141 dev_err(dev, "Cannot request PCI regions: %d, aborting\n", err); in ionic_probe()
154 dev_err(dev, "Cannot setup device: %d, aborting\n", err); in ionic_probe()
160 dev_err(dev, "Cannot identify device: %d, aborting\n", err); in ionic_probe()
166 dev_err(dev, "Cannot init device: %d, aborting\n", err); in ionic_probe()
173 dev_err(dev, "Cannot identify port: %d, aborting\n", err); in ionic_probe()
179 dev_err(dev, "Cannot init port: %d, aborting\n", err); in ionic_probe()
187 dev_err(dev, "Cannot identify LIFs: %d, aborting\n", err); in ionic_probe()
193 dev_err(dev, "Cannot size LIFs: %d, aborting\n", err); in ionic_probe()
[all …]
/Linux-v5.4/drivers/pci/controller/dwc/
Dpcie-qcom.c283 dev_err(dev, "cannot enable regulators\n"); in qcom_pcie_init_2_1_0()
289 dev_err(dev, "cannot assert ahb reset\n"); in qcom_pcie_init_2_1_0()
295 dev_err(dev, "cannot prepare/enable iface clock\n"); in qcom_pcie_init_2_1_0()
301 dev_err(dev, "cannot prepare/enable phy clock\n"); in qcom_pcie_init_2_1_0()
307 dev_err(dev, "cannot prepare/enable core clock\n"); in qcom_pcie_init_2_1_0()
313 dev_err(dev, "cannot deassert ahb reset\n"); in qcom_pcie_init_2_1_0()
329 dev_err(dev, "cannot deassert phy reset\n"); in qcom_pcie_init_2_1_0()
335 dev_err(dev, "cannot deassert pci reset\n"); in qcom_pcie_init_2_1_0()
341 dev_err(dev, "cannot deassert por reset\n"); in qcom_pcie_init_2_1_0()
347 dev_err(dev, "cannot deassert axi reset\n"); in qcom_pcie_init_2_1_0()
[all …]
/Linux-v5.4/tools/testing/selftests/net/
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-v5.4/include/linux/
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 */ \
/Linux-v5.4/arch/powerpc/boot/
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-v5.4/arch/arm/boot/dts/
Dste-href-tvk1281618.dtsi97 * These interrupts cannot be used: the other component
99 * cannot set its DRDY line to open drain, so it cannot be
115 * These interrupts cannot be used: the other component
117 * cannot set its DRDY line to open drain, so it cannot be
149 * These interrupts cannot be used: the other component
151 * cannot set its DRDY line to open drain, so it cannot be
/Linux-v5.4/fs/btrfs/tests/
Dbtrfs-tests.c23 [TEST_ALLOC_FS_INFO] = "cannot allocate fs_info",
24 [TEST_ALLOC_ROOT] = "cannot allocate root",
25 [TEST_ALLOC_EXTENT_BUFFER] = "cannot extent buffer",
26 [TEST_ALLOC_PATH] = "cannot allocate path",
27 [TEST_ALLOC_INODE] = "cannot allocate inode",
28 [TEST_ALLOC_BLOCK_GROUP] = "cannot allocate block group",
29 [TEST_ALLOC_EXTENT_MAP] = "cannot allocate extent map",
70 printk(KERN_ERR "btrfs: cannot register test file system\n"); in btrfs_init_test_fs()
76 printk(KERN_ERR "btrfs: cannot mount test file system\n"); in btrfs_init_test_fs()
/Linux-v5.4/arch/mips/lib/
Dbitops.c16 * set_bit() if it cannot find a faster solution.
38 * it cannot find a faster solution.
60 * if it cannot find a faster solution.
82 * called by test_and_set_bit() if it cannot find a faster solution.
108 * called by test_and_set_bit_lock() if it cannot find a faster solution.
134 * called by test_and_clear_bit() if it cannot find a faster solution.
159 * called by test_and_change_bit() if it cannot find a faster solution.
/Linux-v5.4/drivers/hid/
Dhid-uclogic-params.c55 * descriptor from. Cannot be NULL.
113 * @pen: Pen input parameters to cleanup. Cannot be NULL.
127 * case of error, or if parameters are not found. Cannot be NULL.
130 * incompatible). Not modified in case of error. Cannot be NULL.
132 * parameters from. Cannot be NULL.
255 * case of error, or if parameters are not found. Cannot be NULL.
258 * incompatible). Not modified in case of error. Cannot be NULL.
260 * parameters from. Cannot be NULL.
384 * @frame: Frame controls input parameters to cleanup. Cannot be NULL.
398 * of error. Cannot be NULL.
[all …]
/Linux-v5.4/drivers/mfd/
Dda9063-core.c120 dev_err(da9063->dev, "Cannot read FAULT_LOG.\n"); in da9063_clear_fault_log()
156 "Cannot reset FAULT_LOG values %d\n", ret); in da9063_clear_fault_log()
168 dev_err(da9063->dev, "Cannot clear fault log\n"); in da9063_device_init()
176 dev_err(da9063->dev, "Cannot read chip model id.\n"); in da9063_device_init()
186 dev_err(da9063->dev, "Cannot read chip variant id.\n"); in da9063_device_init()
198 "Cannot support variant code: 0x%02X\n", variant_code); in da9063_device_init()
206 dev_err(da9063->dev, "Cannot initialize interrupts.\n"); in da9063_device_init()
/Linux-v5.4/tools/testing/selftests/bpf/verifier/
Dprevent_map_lookup.c13 .errstr = "cannot pass map_type 15 into func bpf_map_lookup_elem",
28 .errstr = "cannot pass map_type 18 into func bpf_map_lookup_elem",
43 .errstr = "cannot pass map_type 7 into func bpf_map_lookup_elem",
58 .errstr = "cannot pass map_type 3 into func bpf_map_lookup_elem",
/Linux-v5.4/drivers/usb/typec/tcpm/
Dfusb302.c241 fusb302_log(chip, "cannot write 0x%02x to 0x%02x, ret=%d", in fusb302_i2c_write()
258 fusb302_log(chip, "cannot block write 0x%02x, len=%d, ret=%d", in fusb302_i2c_block_write()
272 fusb302_log(chip, "cannot read %02x, ret=%d", address, ret); in fusb302_i2c_read()
288 fusb302_log(chip, "cannot block read 0x%02x, len=%d, ret=%d", in fusb302_i2c_block_read()
339 fusb302_log(chip, "cannot sw reset the chip, ret=%d", ret); in fusb302_sw_reset()
634 fusb302_log(chip, "cannot set toggling mode, ret=%d", ret); in tcpm_set_cc()
641 fusb302_log(chip, "cannot set pull-up/-down, ret = %d", ret); in tcpm_set_cc()
651 fusb302_log(chip, "cannot set src current %s, ret=%d", in tcpm_set_cc()
665 "cannot set SRC measure value, ret=%d", in tcpm_set_cc()
674 fusb302_log(chip, "cannot set SRC interrupt, ret=%d", in tcpm_set_cc()
[all …]
/Linux-v5.4/drivers/firmware/efi/
Dcper-arm.c40 "Generic error (type cannot be determined)",
41 "Generic read (type of instruction or data request cannot be determined)",
42 "Generic write (type of instruction of data request cannot be determined)",
50 "Generic error (type cannot be determined)",
51 "Generic read (type of instruction or data request cannot be determined)",
52 "Generic write (type of instruction of data request cannot be determined)",
64 "Generic error (type cannot be determined)",
65 "Generic read (type of instruction or data request cannot be determined)",
66 "Generic write (type of instruction of data request cannot be determined)",
/Linux-v5.4/drivers/watchdog/
Ddiag288_wdt.c69 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default = CONFIG_WATCHDOG_NOWA…
144 pr_err("The watchdog cannot be activated\n"); in wdt_start()
196 pr_err("The watchdog timer cannot be started or reset\n"); in wdt_ping()
238 pr_err("Linux cannot be suspended while the watchdog is in use\n"); in wdt_suspend()
281 pr_err("The watchdog cannot be initialized\n"); in diag288_init()
286 pr_err("The watchdog cannot be initialized\n"); in diag288_init()
292 pr_err("The watchdog cannot be deactivated\n"); in diag288_init()
/Linux-v5.4/Documentation/kbuild/
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-v5.4/tools/cgroup/
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-v5.4/tools/perf/jvmti/
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-v5.4/drivers/net/wireless/intersil/orinoco/
Dorinoco_tmd.c101 printk(KERN_ERR PFX "Cannot enable PCI device\n"); in orinoco_tmd_init_one()
107 printk(KERN_ERR PFX "Cannot obtain PCI resources\n"); in orinoco_tmd_init_one()
113 printk(KERN_ERR PFX "Cannot map bridge registers\n"); in orinoco_tmd_init_one()
120 printk(KERN_ERR PFX "Cannot map chipset registers\n"); in orinoco_tmd_init_one()
129 printk(KERN_ERR PFX "Cannot allocate network device\n"); in orinoco_tmd_init_one()
142 printk(KERN_ERR PFX "Cannot allocate IRQ %d\n", pdev->irq); in orinoco_tmd_init_one()
Dorinoco_nortel.c151 printk(KERN_ERR PFX "Cannot enable PCI device\n"); in orinoco_nortel_init_one()
157 printk(KERN_ERR PFX "Cannot obtain PCI resources\n"); in orinoco_nortel_init_one()
163 printk(KERN_ERR PFX "Cannot map bridge registers\n"); in orinoco_nortel_init_one()
170 printk(KERN_ERR PFX "Cannot map PCMCIA attributes\n"); in orinoco_nortel_init_one()
177 printk(KERN_ERR PFX "Cannot map chipset registers\n"); in orinoco_nortel_init_one()
186 printk(KERN_ERR PFX "Cannot allocate network device\n"); in orinoco_nortel_init_one()
200 printk(KERN_ERR PFX "Cannot allocate IRQ %d\n", pdev->irq); in orinoco_nortel_init_one()
/Linux-v5.4/drivers/i2c/muxes/
Di2c-mux-pinctrl.c62 dev_err(dev, "Cannot parse i2c-parent\n"); in i2c_mux_pinctrl_parent_adapter()
86 dev_err(dev, "Cannot parse pinctrl-names: %d\n", in i2c_mux_pinctrl_probe()
109 dev_err(dev, "Cannot get pinctrl: %d\n", ret); in i2c_mux_pinctrl_probe()
117 dev_err(dev, "Cannot parse pinctrl-names: %d\n", ret); in i2c_mux_pinctrl_probe()
124 dev_err(dev, "Cannot look up pinctrl state %s: %d\n", in i2c_mux_pinctrl_probe()
/Linux-v5.4/kernel/time/
Dtick-broadcast-hrtimer.c23 * Note, we cannot cancel the timer here as we might in bc_shutdown()
49 * hrtimer_cancel() cannot be called here neither from the in bc_set_next()
52 * broadcast handler cannot wait for itself to complete for obvious in bc_set_next()
57 * hrtimer_start() cannot move it and the timer stays on the CPU on in bc_set_next()
/Linux-v5.4/arch/arm64/include/asm/
Dsimd.h32 * cannot change under our feet -- if it's set we cannot be in may_use_simd()
33 * migrated, and if it's clear we cannot be migrated to a CPU in may_use_simd()
/Linux-v5.4/Documentation/ia64/
Dmca.rst31 then it cannot service the MCA interrupt. SAL waits ~20 seconds then
38 handlers cannot rely on the thread pointer, PAL physical mode can
44 space) and the kernel has called PAL then the MCA/INIT handler cannot
47 Because the MCA/INIT handlers cannot trust the kernel stack, they
110 of SAL cannot even cope with returning from the OS, they spin inside
112 broken SAL symptoms, but some simply cannot be fixed from the OS side.
132 * x86 NMI cannot be nested. MCA/INIT can be nested, to a depth of 2

12345678910>>...188