Searched refs:sic (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dscsi_ioctl.c399 * @sic: userspace structure describing the command to perform
401 * Send down the scsi command described by @sic to the device below
429 struct scsi_ioctl_command __user *sic)
436 if (!sic)
442 if (get_user(in_len, &sic->inlen))
444 if (get_user(out_len, &sic->outlen))
448 if (get_user(opcode, sic->data))
468 if (copy_from_user(rq->cmd, sic->data, cmdlen))
471 if (in_len && copy_from_user(buffer, sic->data + cmdlen, in_len))
523 if (copy_to_user(sic
428 sg_scsi_ioctl(struct request_queue *q, struct gendisk *disk, fmode_t mode, struct scsi_ioctl_command __user *sic) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Dmpstat.c484 struct stats_irq *sic, *sip; local
497 sic = st_irq[curr] + cpu;
533 ll_s_value(sip->irq_nr, sic->irq_nr, itv));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dcyclades.c2794 struct serial_icounter_struct sic = { }; local
2800 sic.cts = cnow.cts;
2801 sic.dsr = cnow.dsr;
2802 sic.rng = cnow.rng;
2803 sic.dcd = cnow.dcd;
2804 sic.rx = cnow.rx;
2805 sic.tx = cnow.tx;
2806 sic.frame = cnow.frame;
2807 sic.overrun = cnow.overrun;
2808 sic
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dcore_t2.h158 unsigned long sic; long fill_12[3]; /* System Interrupt Clear */ member in struct:sable_cpu_csr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dcore_t2.c526 cpu_regs->sic &= ~SIC_SEIC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dtvaudio.c992 int dic,sic; /* device id. and software id. codes */ local
996 if(-1 == (sic = chip_read2(chip,TDA9874A_SIC)))
999 v4l2_dbg(1, debug, sd, "tda9874a_checkit(): DIC=0x%X, SIC=0x%X.\n", dic, sic);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcmdlpars.tex129 Notice that by default (i.e. if flags are just $0$), options are optional (sic)

Completed in 213 milliseconds