taglinefilesource code
temp327drivers/block/xd.cu_char head,sector,control,mode,temp;
temp335drivers/block/xd.ctemp = count < xd_maxsectors ? count : xd_maxsectors;
temp343drivers/block/xd.cprintk("xd_readwrite: drive = %d, head = %d, cylinder = %d, sector = %d, count = %d\n",drive,head,cylinder,sector,temp);
temp346drivers/block/xd.cmode = xd_setup_dma(operation == READ ? DMA_MODE_READ : DMA_MODE_WRITE,(u_char *)buffer,temp * 0x200);
temp347drivers/block/xd.cxd_build(cmdblk,operation == READ ? CMD_READ : CMD_WRITE,drive,head,cylinder,sector,temp & 0xFF,control);
temp367drivers/block/xd.ccount -= temp, buffer += temp * 0x200, block += temp;
temp216drivers/char/lp.cchar c, *temp = buf;
temp226drivers/char/lp.ctemp = buf;
temp228drivers/char/lp.cc = get_fs_byte(temp);
temp231drivers/char/lp.cif (retval) { count--; temp++;
temp242drivers/char/lp.creturn temp-buf?temp-buf:-ENOSPC;
temp250drivers/char/lp.creturn temp-buf?temp-buf:-EIO;
temp259drivers/char/lp.creturn temp-buf?temp-buf:-EFAULT;
temp267drivers/char/lp.cif (temp != buf)
temp268drivers/char/lp.creturn temp-buf;
temp282drivers/char/lp.creturn temp-buf;
temp739drivers/scsi/scsi.cint temp;
temp754drivers/scsi/scsi.ctemp = host->last_reset;
temp755drivers/scsi/scsi.cwhile (jiffies < temp);
temp796drivers/scsi/scsi.ctemp=host->hostt->command (SCpnt);
temp797drivers/scsi/scsi.cSCpnt->result = temp;
temp801drivers/scsi/scsi.cprintk("done(host = %d, result = %04x) : routine at %08x\n", host->host_no, temp, done);
temp1447drivers/scsi/scsi.cint temp, oldto;
temp1482drivers/scsi/scsi.ctemp = host->hostt->reset(SCpnt);  
temp1489drivers/scsi/scsi.ctemp = host->hostt->reset(SCpnt);
temp1495drivers/scsi/scsi.cprintk("scsi reset function returned %d\n", temp);
temp1497drivers/scsi/scsi.cswitch(temp) {
temp1526drivers/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;
temp167drivers/scsi/scsicam.cunsigned long heads, sectors, cylinders, temp; 
temp172drivers/scsi/scsicam.ctemp = cylinders * sectors;    /* Compute divisor for heads */ 
temp173drivers/scsi/scsicam.cheads = capacity / temp;    /* Compute value for number of heads */
temp174drivers/scsi/scsicam.cif (capacity % temp) {    /* If no remainder, done! */ 
temp176drivers/scsi/scsicam.ctemp = cylinders * heads;  /* Compute divisor for sectors */ 
temp177drivers/scsi/scsicam.csectors = capacity / temp;  /* Compute value for sectors per
temp179drivers/scsi/scsicam.cif (capacity % temp) {    /* If no remainder, done! */ 
temp181drivers/scsi/scsicam.ctemp = heads * sectors;  /* Compute divisor for cylinders */
temp182drivers/scsi/scsicam.ccylinders = capacity / temp;/* Compute number of cylinders */ 
temp452drivers/scsi/seagate.cint temp;
temp472drivers/scsi/seagate.ctemp =  internal_command (current_target, current_lun,
temp476drivers/scsi/seagate.cif (msg_byte(temp) != DISCONNECT) {
temp480drivers/scsi/seagate.chostno, temp);
temp485drivers/scsi/seagate.cSCtmp->result = temp;
temp580drivers/scsi/seagate.cint temp;
temp667drivers/scsi/seagate.ctemp = STATUS;
temp668drivers/scsi/seagate.cif ((temp & STAT_IO) && !(temp & STAT_BSY))
temp685drivers/scsi/seagate.cif (!((temp = DATA) & (controller_type == SEAGATE ? 0x80 : 0x40)))
temp689drivers/scsi/seagate.c"\tData bus = %d\n", hostno, temp);
temp694drivers/scsi/seagate.cif (!(temp & (1 << current_target)))
temp697drivers/scsi/seagate.chostno, temp);
temp847drivers/scsi/seagate.ctemp = clock - jiffies;
temp850drivers/scsi/seagate.cprintk("seagate_st0x_timeout : %d            \r",temp);
temp855drivers/scsi/seagate.chostno, status_read, temp, st0x_aborted);