/kernel/linux/linux-6.6/drivers/comedi/ |
H A D | comedi_fops.c | 1545 goto error; in do_insnlist_ioctl() 1555 goto error; in do_insnlist_ioctl() 1565 goto error; in do_insnlist_ioctl() 1570 goto error; in do_insnlist_ioctl() 1577 goto error; in do_insnlist_ioctl() 1584 error: in do_insnlist_ioctl() 1626 goto error; in do_insn_ioctl() 1634 goto error; in do_insn_ioctl() 1639 goto error; in do_insn_ioctl() 1645 goto error; in do_insn_ioctl() [all...] |
/kernel/linux/linux-6.6/kernel/ |
H A D | fork.c | 1150 * the usage counts on the error path calling free_task. in dup_task_struct() 1619 * error success whatever. 1624 * This difference is important for error handling, when we 1645 * We don't check the error code - if userspace has in mm_release() 1784 int error = 0; in copy_files() local 1803 newf = dup_fd(oldf, NR_OPEN_MAX, &error); in copy_files() 1808 error = 0; in copy_files() 1810 return error; in copy_files() 2140 * error, a negative error cod 3381 int error = 0; unshare_fd() local 3535 int error; unshare_files() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | init.c | 52 #define error(fmt, args...) bioslog(ERROR, fmt, ##args) macro 94 error("script needs OR!!\n"); in init_or() 105 error("script needs OR link\n"); in init_link() 116 error("script needs head\n"); in init_head() 137 error("script needs connector type\n"); in init_conn() 308 error("script needs output for aux\n"); in init_aux() 563 error("tmds opcodes need dcb\n"); in init_tmds_reg() 568 error("tmds selector 0x%02x unknown\n", tmds); in init_tmds_reg() 1356 error("error parsin in init_sub_direct() [all...] |
/kernel/linux/linux-6.6/sound/core/ |
H A D | control.c | 231 * Return: 0 on success, error code on failure 521 goto error; in snd_ctl_add_replace() 527 goto error; in snd_ctl_add_replace() 530 error: in snd_ctl_add_replace() 546 * Return: Zero if successful, or a negative error code on failure. 567 * Return: Zero if successful, or a negative error code on failure. 613 * Return: 0 if successful, or a negative error code on failure. 636 * Return: 0 if successful, or a negative error code on failure. 663 * Return: 0 if successful, or a negative error code on failure. 676 goto error; in snd_ctl_remove_user_ctl() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
H A D | megaraid_sas_base.c | 2224 /* Set critical error to block I/O & ioctls in case caller didn't */ in megaraid_sas_kill_hba() 2742 * complete all its outstanding commands. Returns error if one or more IOs 3948 dev_notice(&instance->pdev->dev, "error, recovery st %x\n", in process_fw_state_change_wq() 4261 * Return error if fw_state hasn't changed after max_wait in megasas_transition_to_ready() 8190 int i, error = 0; in megasas_set_crash_dump_params_ioctl() local 8207 error = 0; in megasas_set_crash_dump_params_ioctl() 8212 error = -1; in megasas_set_crash_dump_params_ioctl() 8216 return error; in megasas_set_crash_dump_params_ioctl() 8235 int error = 0, i; in megasas_mgmt_fw_ioctl() local 8300 error in megasas_mgmt_fw_ioctl() 8514 int error; megasas_mgmt_ioctl_fw() local 8570 int error; megasas_mgmt_ioctl_aen() local 8875 int error; megasas_aen_polling() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx-842-pseries.c | 214 case 0: /* Completed without error */ in nx842_validate_result() 234 dev_dbg(dev, "%s: Unspecified error (code:%d)\n", in nx842_validate_result() 241 dev_err(dev, "%s: No error returned by hardware, but " in nx842_validate_result() 260 * compressed data. If there is an error then @outlen will be 0 and an 261 * error will be specified by the return code from this function. 274 * -EIO Internal error 353 /* Check for pHyp error */ in nx842_pseries_compress() 355 dev_dbg(dev, "%s: vio_h_cop_sync error (ret=%d, hret=%ld)\n", in nx842_pseries_compress() 361 /* Check for hardware error */ in nx842_pseries_compress() 389 * If there is an error the [all...] |
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | pgtable_64.h | 71 #error MAX_PHYS_ADDRESS_BITS exceeds what kernel page tables can support 75 #error Page table parameters do not cover virtual address space properly. 79 #error PMD_SHIFT must equal HPAGE_SHIFT for transparent huge pages. 187 #error REAL_HPAGE_SHIFT and _PAGE_SZHUGE_foo must match up
|
/kernel/linux/linux-5.10/arch/x86/entry/ |
H A D | entry_32.S | 704 * @has_error_code: Hardware pushed error code on stack 712 pushl $0 /* Clear the error code */ 1082 pushl $0 # no error code 1162 movl PT_ORIG_EAX(%esp), %edx # get the error code 1197 * The error code is on the stack, but the stack is otherwise 1213 * Don't even bother popping the error code. It's always zero, 1258 xorl %edx, %edx # zero error code 1314 xorl %edx, %edx # zero error code
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | i7300_edac.c | 14 * the driver covers only memory error errors 111 /* Temporary buffer for use when preparing error messages */ 184 * i7300 Register definitions for error detection 194 [1] = "Memory or FBD configuration CRC read error", 195 [0] = "Memory Write error on non-redundant retry or " 196 "FBD configuration Write error on retry", 206 [21] = "Memory Write error on redundant retry", 208 [17] = "FBD Northbound parity error on FBD Sync Status", 213 [11] = "Memory or FBD configuration CRC read error", 214 [10] = "FBD Configuration Write error o [all...] |
/kernel/linux/linux-5.10/drivers/net/can/usb/kvaser_usb/ |
H A D | kvaser_usb_core.c | 27 #include <linux/can/error.h> 396 dev_warn(&dev->intf->dev, "Cannot setup read URBs, error %d\n", in kvaser_usb_setup_rx_urbs() 421 goto error; in kvaser_usb_open() 425 netdev_warn(netdev, "Cannot start device, error %d\n", err); in kvaser_usb_open() 426 goto error; in kvaser_usb_open() 433 error: in kvaser_usb_open() 487 netdev_warn(netdev, "Cannot flush queue, error %d\n", err); in kvaser_usb_close() 492 netdev_warn(netdev, "Cannot reset card, error %d\n", in kvaser_usb_close() 498 netdev_warn(netdev, "Cannot stop device, error %d\n", err); in kvaser_usb_close() 878 "Failed to initialize card, error in kvaser_usb_probe() [all...] |
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | pgtable_64.h | 71 #error MAX_PHYS_ADDRESS_BITS exceeds what kernel page tables can support 75 #error Page table parameters do not cover virtual address space properly. 79 #error PMD_SHIFT must equal HPAGE_SHIFT for transparent huge pages. 185 #error REAL_HPAGE_SHIFT and _PAGE_SZHUGE_foo must match up
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | cx24123.c | 203 {0x1c, 0x80}, /* Enable error counter */ 245 printk("%s: writereg error(err == %i, reg == 0x%02x, data == 0x%02x)\n", in cx24123_i2c_writereg() 265 err("%s: reg=0x%x (error=%d)\n", __func__, reg, ret); in cx24123_i2c_readreg() 862 /* The true bit error rate is this value divided by in cx24123_read_ber() 1051 goto error; in cx24123_attach() 1069 goto error; in cx24123_attach() 1089 goto error; in cx24123_attach() 1094 error: in cx24123_attach()
|
H A D | s5h1411.c | 341 printk(KERN_ERR "%s: writereg error 0x%02x 0x%02x 0x%04x, ret == %i)\n", in s5h1411_writereg() 360 printk(KERN_ERR "%s: readreg error (ret == %i)\n", in s5h1411_readreg() 866 goto error; in s5h1411_attach() 877 goto error; in s5h1411_attach() 888 goto error; in s5h1411_attach() 899 error: in s5h1411_attach()
|
H A D | s5h1420.c | 105 dprintk("%s: writereg error (err == %i, reg == 0x%02x, data == 0x%02x)\n", __func__, err, reg, data); in s5h1420_writereg() 234 /* check error flag - FIXME: not sure what this does - docs do not describe in s5h1420_recv_slave_reply() 235 * beyond "error flag for diseqc receive data :( */ in s5h1420_recv_slave_reply() 879 goto error; in s5h1420_attach() 893 goto error; in s5h1420_attach() 912 goto error; in s5h1420_attach() 917 error: in s5h1420_attach()
|
H A D | lgdt330x.c | 76 "%s: error (addr %02x <- %02x, err = %i)\n", in i2c_write_demod_bytes() 114 "%s: addr 0x%02x select 0x%02x error (ret == %i)\n", in i2c_read_demod_bytes() 406 "%s: error blasting bytes to lgdt3303 for modulation type(%d)\n", in lgdt330x_set_parameters() 655 /* FEC error status */ in lgdt3302_read_status() 869 goto error; in lgdt330x_probe() 888 goto error; in lgdt330x_probe() 897 goto error; in lgdt330x_probe() 908 error: in lgdt330x_probe()
|
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | analog.c | 449 int error; in analog_init_device() local 524 error = input_register_device(analog->dev); in analog_init_device() 525 if (error) { in analog_init_device() 527 return error; in analog_init_device()
|
/kernel/linux/linux-5.10/drivers/media/mc/ |
H A D | mc-entity.c | 275 * Returns error on failure, zero on success. 435 goto error; in __media_pipeline_start() 477 "link validation failed for '%s':%u -> '%s':%u, error %d\n", in __media_pipeline_start() 481 goto error; in __media_pipeline_start() 495 goto error; in __media_pipeline_start() 501 error: in __media_pipeline_start() 504 * return the error. in __media_pipeline_start() 647 continue; /* This is an error! */ in media_get_pad_index()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | ibmaem.c | 931 goto error; in aem_register_sensors() 949 goto error; in aem_register_sensors() 957 goto error; in aem_register_sensors() 961 error: in aem_register_sensors()
|
H A D | hwmon.c | 923 goto error; in devm_hwmon_device_register_with_groups() 929 error: in devm_hwmon_device_register_with_groups() 964 goto error; in devm_hwmon_device_register_with_info() 971 error: in devm_hwmon_device_register_with_info()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | virtio_scsi.c | 1000 goto error; in init() 1009 goto error; in init() 1013 goto error; in init() 1017 error: in init()
|
/kernel/linux/linux-5.10/drivers/soc/ti/ |
H A D | omap_prm.c | 370 int error; in omap_prm_domain_init() local 398 error = of_genpd_add_provider_simple(np, &prmd->pd); in omap_prm_domain_init() 399 if (error) in omap_prm_domain_init() 404 return error; in omap_prm_domain_init()
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | musb_dsps.c | 369 WARNING("VBUS error workaround (delay coming)\n"); in dsps_interrupt() 838 int error; in dsps_setup_optional_vbus_irq() local 849 error = devm_request_threaded_irq(glue->dev, glue->vbus_irq, in dsps_setup_optional_vbus_irq() 853 if (error) { in dsps_setup_optional_vbus_irq() 855 return error; in dsps_setup_optional_vbus_irq()
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_output.c | 442 goto error; in xfrm_output_one() 448 goto error; in xfrm_output_one() 454 goto error; in xfrm_output_one() 498 error: in xfrm_output_one()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | rpcb_clnt.c | 381 int error, result = 0; in rpcb_register_call() local 387 error = rpc_call_sync(clnt, msg, flags); in rpcb_register_call() 388 if (error < 0) in rpcb_register_call() 389 return error; in rpcb_register_call() 406 * value that reflects the nature of the error (request could not be 407 * dispatched, timed out, or rpcbind returned an error). 529 * value that reflects the nature of the error (request could not be 530 * dispatched, timed out, or rpcbind returned an error).
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_redirect_cpu_user.c | 250 fprintf(stderr, "Mem alloc error (nr_cpus:%u)\n", nr_cpus); in alloc_record_per_cpu() 264 fprintf(stderr, "Mem alloc error\n"); in alloc_stats_record() 846 goto error; in main() 855 goto error; in main() 896 goto error; in main() 907 error: in main()
|