/kernel/linux/linux-5.10/block/ |
H A D | scsi_ioctl.c | 379 * @sic: userspace structure describing the command to perform 381 * Send down the scsi command described by @sic to the device below 408 struct scsi_ioctl_command __user *sic) in sg_scsi_ioctl() 417 if (!sic) in sg_scsi_ioctl() 423 if (get_user(in_len, &sic->inlen)) in sg_scsi_ioctl() 425 if (get_user(out_len, &sic->outlen)) in sg_scsi_ioctl() 429 if (get_user(opcode, sic->data)) in sg_scsi_ioctl() 454 if (copy_from_user(req->cmd, sic->data, cmdlen)) in sg_scsi_ioctl() 457 if (in_len && copy_from_user(buffer, sic->data + cmdlen, in_len)) in sg_scsi_ioctl() 503 if (copy_to_user(sic in sg_scsi_ioctl() 407 sg_scsi_ioctl(struct request_queue *q, struct gendisk *disk, fmode_t mode, struct scsi_ioctl_command __user *sic) sg_scsi_ioctl() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_ioctl.c | 482 * @sic: userspace structure describing the command to perform 484 * Send down the scsi command described by @sic to the device below 505 struct scsi_ioctl_command __user *sic) in sg_scsi_ioctl() 513 if (!sic) in sg_scsi_ioctl() 519 if (get_user(in_len, &sic->inlen)) in sg_scsi_ioctl() 521 if (get_user(out_len, &sic->outlen)) in sg_scsi_ioctl() 525 if (get_user(opcode, &sic->data[0])) in sg_scsi_ioctl() 550 if (copy_from_user(scmd->cmnd, sic->data, cmdlen)) in sg_scsi_ioctl() 553 if (in_len && copy_from_user(buffer, sic->data + cmdlen, in_len)) in sg_scsi_ioctl() 599 if (copy_to_user(sic in sg_scsi_ioctl() 504 sg_scsi_ioctl(struct request_queue *q, bool open_for_write, struct scsi_ioctl_command __user *sic) sg_scsi_ioctl() argument [all...] |
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | cyclades.c | 2737 struct serial_icounter_struct *sic) in cy_get_icount() 2747 sic->cts = cnow.cts; in cy_get_icount() 2748 sic->dsr = cnow.dsr; in cy_get_icount() 2749 sic->rng = cnow.rng; in cy_get_icount() 2750 sic->dcd = cnow.dcd; in cy_get_icount() 2751 sic->rx = cnow.rx; in cy_get_icount() 2752 sic->tx = cnow.tx; in cy_get_icount() 2753 sic->frame = cnow.frame; in cy_get_icount() 2754 sic->overrun = cnow.overrun; in cy_get_icount() 2755 sic in cy_get_icount() 2736 cy_get_icount(struct tty_struct *tty, struct serial_icounter_struct *sic) cy_get_icount() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tvaudio.c | 1098 int dic,sic; /* device id. and software id. codes */ in tda9874a_checkit() local 1103 sic = chip_read2(chip, TDA9874A_SIC); in tda9874a_checkit() 1104 if (sic < 0) in tda9874a_checkit() 1107 v4l2_dbg(1, debug, sd, "tda9874a_checkit(): DIC=0x%X, SIC=0x%X.\n", dic, sic); in tda9874a_checkit()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tvaudio.c | 1098 int dic,sic; /* device id. and software id. codes */ in tda9874a_checkit() local 1103 sic = chip_read2(chip, TDA9874A_SIC); in tda9874a_checkit() 1104 if (sic < 0) in tda9874a_checkit() 1107 v4l2_dbg(1, debug, sd, "tda9874a_checkit(): DIC=0x%X, SIC=0x%X.\n", dic, sic); in tda9874a_checkit()
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | core_t2.h | 163 unsigned long sic; long fill_12[3]; /* System Interrupt Clear */ member
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | core_t2.c | 533 cpu_regs->sic &= ~SIC_SEIC; in t2_clear_errors()
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | core_t2.h | 163 unsigned long sic; long fill_12[3]; /* System Interrupt Clear */ member
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | core_t2.c | 533 cpu_regs->sic &= ~SIC_SEIC; in t2_clear_errors()
|