/kernel/linux/linux-5.10/Documentation/watchdog/ |
D | watchdog-parameters.rst | 33 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 …]
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | genelf.c | 112 err(1, "cannot access /dev/urandom for buildid"); in gen_build_id() 167 warnx("cannot create section"); in jit_add_eh_frame_info() 173 warnx("cannot get new data"); in jit_add_eh_frame_info() 186 warnx("cannot get section header"); in jit_add_eh_frame_info() 201 warnx("cannot create section"); in jit_add_eh_frame_info() 207 warnx("cannot get new data"); in jit_add_eh_frame_info() 220 warnx("cannot get section header"); in jit_add_eh_frame_info() 272 warnx("cannot get ehdr"); in jit_write_elf() 289 warnx("cannot create section"); in jit_write_elf() 295 warnx("cannot get new data"); in jit_write_elf() [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/ |
D | ionic_bus_pci.c | 68 "Cannot memory-map BAR %d, aborting\n", in ionic_map_bars() 190 dev_err(dev, "Cannot enable SRIOV: %d\n", ret); in ionic_sriov_configure() 196 dev_err(dev, "Cannot alloc VFs: %d\n", ret); in ionic_sriov_configure() 240 dev_err(dev, "Cannot enable PCI device: %d, aborting\n", err); in ionic_probe() 246 dev_err(dev, "Cannot request PCI regions: %d, aborting\n", err); in ionic_probe() 259 dev_err(dev, "Cannot setup device: %d, aborting\n", err); in ionic_probe() 266 dev_err(dev, "Cannot identify device: %d, aborting\n", err); in ionic_probe() 273 dev_err(dev, "Cannot init device: %d, aborting\n", err); in ionic_probe() 280 dev_err(dev, "Cannot identify port: %d, aborting\n", err); in ionic_probe() 286 dev_err(dev, "Cannot init port: %d, aborting\n", err); in ionic_probe() [all …]
|
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/ |
D | pcie-qcom.c | 327 dev_err(dev, "cannot enable regulators\n"); in qcom_pcie_init_2_1_0() 333 dev_err(dev, "cannot deassert ahb reset\n"); in qcom_pcie_init_2_1_0() 339 dev_err(dev, "cannot deassert ext reset\n"); in qcom_pcie_init_2_1_0() 345 dev_err(dev, "cannot deassert phy reset\n"); in qcom_pcie_init_2_1_0() 351 dev_err(dev, "cannot deassert pci reset\n"); in qcom_pcie_init_2_1_0() 357 dev_err(dev, "cannot deassert por reset\n"); in qcom_pcie_init_2_1_0() 363 dev_err(dev, "cannot deassert axi reset\n"); in qcom_pcie_init_2_1_0() 484 dev_err(dev, "cannot deassert core reset\n"); in qcom_pcie_init_1_0_0() 490 dev_err(dev, "cannot prepare/enable aux clock\n"); in qcom_pcie_init_1_0_0() 496 dev_err(dev, "cannot prepare/enable iface clock\n"); in qcom_pcie_init_1_0_0() [all …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | usb_usual.h | 64 /* 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 */ \
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
D | ipv6_flowlabel_mgr.c | 79 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()
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | ste-href-tvk1281618-r2.dtsi | 22 * These interrupts cannot be used: the other component 24 * cannot set its DRDY line to open drain, so it cannot be 40 * These interrupts cannot be used: the other component 42 * cannot set its DRDY line to open drain, so it cannot be
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
D | simpleboot.c | 39 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()
|
/kernel/linux/linux-5.10/fs/btrfs/tests/ |
D | btrfs-tests.c | 23 [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()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | virtio_mem.h | 55 * order to (un)plug memory. A device cannot (un)plug memory belonging to 75 * It can happen that the device cannot process a request, because it is 149 * Request cannot be processed right now, try again later, applicable for 187 /* Block size and alignment. Cannot change. */ 189 /* Valid with VIRTIO_MEM_F_ACPI_PXM. Cannot change. */ 192 /* Start address of the memory region. Cannot change. */ 194 /* Region size (maximum). Cannot change. */ 207 /* Requested size. New plug requests cannot exceed it. Can change. */
|
/kernel/linux/linux-5.10/drivers/hid/ |
D | hid-uclogic-params.c | 55 * descriptor from. Cannot be NULL. 115 * @pen: Pen input parameters to cleanup. Cannot be NULL. 129 * case of error, or if parameters are not found. Cannot be NULL. 132 * incompatible). Not modified in case of error. Cannot be NULL. 134 * parameters from. Cannot be NULL. 257 * case of error, or if parameters are not found. Cannot be NULL. 260 * incompatible). Not modified in case of error. Cannot be NULL. 262 * parameters from. Cannot be NULL. 386 * @frame: Frame controls input parameters to cleanup. Cannot be NULL. 400 * of error. Cannot be NULL. [all …]
|
/kernel/linux/linux-5.10/arch/mips/lib/ |
D | bitops.c | 17 * 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.
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
D | cper-arm.c | 40 "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)",
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
D | diag288_wdt.c | 69 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()
|
/kernel/linux/linux-5.10/Documentation/kbuild/ |
D | Kconfig.recursion-issue-02 | 10 # 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
|
/kernel/linux/linux-5.10/tools/cgroup/ |
D | cgroup_event_listener.c | 36 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()
|
/kernel/linux/linux-5.10/drivers/usb/typec/tcpm/ |
D | fusb302.c | 241 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 …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
D | ocelot_flower.c | 108 * We cannot change the PAG at this point. in ocelot_is_goto_target_valid() 114 /* VCAP IS2 lookup 1 cannot jump anywhere */ in ocelot_is_goto_target_valid() 164 NL_SET_ERR_MSG_MOD(extack, "Cannot offload to this chain"); in ocelot_flower_parse_action() 265 "Cannot pop more than 2 VLAN headers"); in ocelot_flower_parse_action() 333 "Cannot push custom TPID"); in ocelot_flower_parse_action() 344 NL_SET_ERR_MSG_MOD(extack, "Cannot offload action"); in ocelot_flower_parse_action() 361 NL_SET_ERR_MSG_MOD(extack, "Cannot offload this GOTO target"); in ocelot_flower_parse_action() 461 "VCAP ES0 cannot match on MAC address"); in ocelot_flower_parse_key() 483 "Key type S1_NORMAL cannot match on destination MAC"); in ocelot_flower_parse_key() 506 "VCAP ES0 cannot match on IP protocol"); in ocelot_flower_parse_key() [all …]
|
/kernel/linux/linux-5.10/kernel/time/ |
D | tick-broadcast-hrtimer.c | 23 * 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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/ |
D | nft_conntrack_helper.sh | 148 echo "FAIL: ${ns1} cannot load ip ruleset" 1>&2 154 echo "SKIP: ${ns1} cannot load ip6 ruleset" 1>&2 160 echo "SKIP: ${ns1} cannot load inet ruleset" 1>&2 163 echo "FAIL: ${ns2} cannot load ip ruleset" 1>&2 170 echo "FAIL: ${ns2} cannot load ip6 ruleset" 1>&2
|
/kernel/linux/linux-5.10/drivers/i2c/muxes/ |
D | i2c-mux-pinctrl.c | 62 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
D | orinoco_tmd.c | 101 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()
|
/kernel/linux/linux-5.10/tools/perf/jvmti/ |
D | jvmti_agent.c | 151 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()
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | simd.h | 34 * cannot change under our feet -- if it's set we cannot be in may_use_simd() 35 * migrated, and if it's clear we cannot be migrated to a CPU in may_use_simd()
|
/kernel/liteos_a/kernel/include/ |
D | los_queue.h | 133 * Queue error code: The queue that blocks a task cannot be deleted. 143 * Queue error code: The queue cannot be written during an interrupt when the time for waiting to 274 * Queue error code: The queue cannot be read during an interrupt 398 * <li>This API cannot be called before the Huawei LiteOS is initialized.</li> 414 …* @retval #LOS_ERRNO_QUEUE_READ_IN_INTERRUPT The queue cannot be read during an interrupt when… 444 * <li>This API cannot be called before the Huawei LiteOS is initialized.</li> 462 …* @retval #LOS_ERRNO_QUEUE_WRITE_IN_INTERRUPT The queue cannot be written during an interrupt w… 494 * <li>This API cannot be called before the Huawei LiteOS is initialized.</li> 514 …* @retval #LOS_ERRNO_QUEUE_READ_IN_INTERRUPT The queue cannot be read during an interrupt whe… 541 * <li>This API cannot be called before the Huawei LiteOS is initialized.</li> [all …]
|