taglinefilesource code
temp282drivers/block/xd.cu_char head,sector,control,mode,temp;
temp290drivers/block/xd.ctemp = count < xd_maxsectors ? count : xd_maxsectors;
temp298drivers/block/xd.cprintk("xd_readwrite: drive = %d, head = %d, cylinder = %d, sector = %d, count = %d\n",drive,head,cylinder,sector,temp);
temp301drivers/block/xd.cmode = xd_setup_dma(operation == READ ? DMA_MODE_READ : DMA_MODE_WRITE,(u_char *)buffer,temp * 0x200);
temp302drivers/block/xd.cxd_build(cmdblk,operation == READ ? CMD_READ : CMD_WRITE,drive,head,cylinder,sector,temp & 0xFF,control);
temp318drivers/block/xd.ccount -= temp, buffer += temp * 0x200, block += temp;
temp196drivers/char/lp.cchar c, *temp = buf;
temp206drivers/char/lp.ctemp = buf;
temp208drivers/char/lp.cc = get_fs_byte(temp);
temp211drivers/char/lp.cif (retval) { count--; temp++;
temp222drivers/char/lp.creturn temp-buf?temp-buf:-ENOSPC;
temp230drivers/char/lp.creturn temp-buf?temp-buf:-EIO;
temp239drivers/char/lp.creturn temp-buf?temp-buf:-EFAULT;
temp247drivers/char/lp.cif (temp != buf)
temp248drivers/char/lp.creturn temp-buf;
temp262drivers/char/lp.creturn temp-buf;
temp696drivers/scsi/scsi.cint temp;
temp711drivers/scsi/scsi.ctemp = host->last_reset;
temp712drivers/scsi/scsi.cwhile (jiffies < temp);
temp739drivers/scsi/scsi.ctemp=host->hostt->command (SCpnt);
temp740drivers/scsi/scsi.cSCpnt->result = temp;
temp744drivers/scsi/scsi.cprintk("done(host = %d, result = %04x) : routine at %08x\n", host->host_no, temp, done);
temp1287drivers/scsi/scsi.cint temp, oldto;
temp1306drivers/scsi/scsi.ctemp =  0;
temp1308drivers/scsi/scsi.ctemp = 1;
temp1314drivers/scsi/scsi.creturn temp;
temp1321drivers/scsi/scsi.cint temp, oldto;
temp1352drivers/scsi/scsi.ctemp = host->hostt->reset(SCpnt);  
temp1359drivers/scsi/scsi.ctemp = host->hostt->reset(SCpnt);
temp1368drivers/scsi/scsi.creturn temp;  
temp30drivers/scsi/scsi_ioctl.cint temp;
temp34drivers/scsi/scsi_ioctl.cif ((temp = host->hostt->present) && buffer) {
temp43drivers/scsi/scsi_ioctl.creturn temp;
temp460drivers/scsi/seagate.cint temp;
temp480drivers/scsi/seagate.ctemp =  internal_command (current_target, current_lun,
temp484drivers/scsi/seagate.cif (msg_byte(temp) != DISCONNECT) {
temp488drivers/scsi/seagate.chostno, temp);
temp493drivers/scsi/seagate.cSCtmp->result = temp;
temp588drivers/scsi/seagate.cint temp;
temp674drivers/scsi/seagate.cfor (clock = jiffies + 10, temp = 0; (jiffies < clock) &&
temp691drivers/scsi/seagate.cif (!((temp = DATA) & (controller_type == SEAGATE ? 0x80 : 0x40)))
temp695drivers/scsi/seagate.c"\tData bus = %d\n", hostno, temp);
temp700drivers/scsi/seagate.cif (!(temp & (1 << current_target)))
temp703drivers/scsi/seagate.chostno, temp);
temp853drivers/scsi/seagate.ctemp = clock - jiffies;
temp856drivers/scsi/seagate.cprintk("seagate_st0x_timeout : %d            \r",temp);
temp861drivers/scsi/seagate.chostno, status_read, temp, st0x_aborted);