taglinefilesource code
temp326drivers/block/xd.cu_char head,sector,control,mode,temp;
temp334drivers/block/xd.ctemp = count < xd_maxsectors ? count : xd_maxsectors;
temp342drivers/block/xd.cprintk("xd_readwrite: drive = %d, head = %d, cylinder = %d, sector = %d, count = %d\n",drive,head,cylinder,sector,temp);
temp345drivers/block/xd.cmode = xd_setup_dma(operation == READ ? DMA_MODE_READ : DMA_MODE_WRITE,(u_char *)buffer,temp * 0x200);
temp346drivers/block/xd.cxd_build(cmdblk,operation == READ ? CMD_READ : CMD_WRITE,drive,head,cylinder,sector,temp & 0xFF,control);
temp366drivers/block/xd.ccount -= temp, buffer += temp * 0x200, block += temp;
temp197drivers/char/lp.cchar c, *temp = buf;
temp207drivers/char/lp.ctemp = buf;
temp209drivers/char/lp.cc = get_fs_byte(temp);
temp212drivers/char/lp.cif (retval) { count--; temp++;
temp223drivers/char/lp.creturn temp-buf?temp-buf:-ENOSPC;
temp231drivers/char/lp.creturn temp-buf?temp-buf:-EIO;
temp240drivers/char/lp.creturn temp-buf?temp-buf:-EFAULT;
temp248drivers/char/lp.cif (temp != buf)
temp249drivers/char/lp.creturn temp-buf;
temp263drivers/char/lp.creturn temp-buf;
temp711drivers/scsi/scsi.cint temp;
temp726drivers/scsi/scsi.ctemp = host->last_reset;
temp727drivers/scsi/scsi.cwhile (jiffies < temp);
temp754drivers/scsi/scsi.ctemp=host->hostt->command (SCpnt);
temp755drivers/scsi/scsi.cSCpnt->result = temp;
temp759drivers/scsi/scsi.cprintk("done(host = %d, result = %04x) : routine at %08x\n", host->host_no, temp, done);
temp1308drivers/scsi/scsi.cint temp, oldto;
temp1327drivers/scsi/scsi.ctemp =  0;
temp1329drivers/scsi/scsi.ctemp = 1;
temp1335drivers/scsi/scsi.creturn temp;
temp1342drivers/scsi/scsi.cint temp, oldto;
temp1373drivers/scsi/scsi.ctemp = host->hostt->reset(SCpnt);  
temp1380drivers/scsi/scsi.ctemp = host->hostt->reset(SCpnt);
temp1389drivers/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);