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;
temp756drivers/scsi/scsi.cint temp;
temp771drivers/scsi/scsi.ctemp = host->last_reset;
temp772drivers/scsi/scsi.cwhile (jiffies < temp);
temp814drivers/scsi/scsi.ctemp=host->hostt->command (SCpnt);
temp815drivers/scsi/scsi.cSCpnt->result = temp;
temp819drivers/scsi/scsi.cprintk("done(host = %d, result = %04x) : routine at %08x\n", host->host_no, temp, done);
temp1463drivers/scsi/scsi.cint temp, oldto;
temp1498drivers/scsi/scsi.ctemp = host->hostt->reset(SCpnt);  
temp1505drivers/scsi/scsi.ctemp = host->hostt->reset(SCpnt);
temp1511drivers/scsi/scsi.cprintk("scsi reset function returned %d\n", temp);
temp1513drivers/scsi/scsi.cswitch(temp) {
temp1542drivers/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;
temp462drivers/scsi/seagate.cint temp;
temp482drivers/scsi/seagate.ctemp =  internal_command (current_target, current_lun,
temp486drivers/scsi/seagate.cif (msg_byte(temp) != DISCONNECT) {
temp490drivers/scsi/seagate.chostno, temp);
temp495drivers/scsi/seagate.cSCtmp->result = temp;
temp590drivers/scsi/seagate.cint temp;
temp676drivers/scsi/seagate.cfor (clock = jiffies + 10, temp = 0; (jiffies < clock) &&
temp693drivers/scsi/seagate.cif (!((temp = DATA) & (controller_type == SEAGATE ? 0x80 : 0x40)))
temp697drivers/scsi/seagate.c"\tData bus = %d\n", hostno, temp);
temp702drivers/scsi/seagate.cif (!(temp & (1 << current_target)))
temp705drivers/scsi/seagate.chostno, temp);
temp855drivers/scsi/seagate.ctemp = clock - jiffies;
temp858drivers/scsi/seagate.cprintk("seagate_st0x_timeout : %d            \r",temp);
temp863drivers/scsi/seagate.chostno, status_read, temp, st0x_aborted);