taglinefilesource code
temp189arch/ppc/kernel/raw_printf.cchar temp[80];
temp190arch/ppc/kernel/raw_printf.cchar *cp = temp;
temp201arch/ppc/kernel/raw_printf.cwhile (cp != temp)
temp338drivers/block/xd.cu_char head,sector,control,mode,temp;
temp346drivers/block/xd.ctemp = count < xd_maxsectors ? count : xd_maxsectors;
temp354drivers/block/xd.cprintk("xd_readwrite: drive = %d, head = %d, cylinder = %d, sector = %d, count = %d\n",drive,head,cylinder,sector,temp);
temp357drivers/block/xd.cmode = xd_setup_dma(operation == READ ? DMA_MODE_READ : DMA_MODE_WRITE,(u_char *)buffer,temp * 0x200);
temp358drivers/block/xd.cxd_build(cmdblk,operation == READ ? CMD_READ : CMD_WRITE,drive,head,cylinder,sector,temp & 0xFF,control);
temp378drivers/block/xd.ccount -= temp, buffer += temp * 0x200, block += temp;
temp1313drivers/char/cyclades.cunsigned long temp;
temp1314drivers/char/cyclades.ctemp = info->xmit_buf;
temp1316drivers/char/cyclades.cfree_page((unsigned long) temp);
temp235drivers/char/lp.cconst char *temp;
temp237drivers/char/lp.ctemp = buf;
temp239drivers/char/lp.cc = get_user(temp);
temp243drivers/char/lp.ccount--; temp++;
temp253drivers/char/lp.creturn temp-buf?temp-buf:-ENOSPC;
temp261drivers/char/lp.creturn temp-buf?temp-buf:-EIO;
temp270drivers/char/lp.creturn temp-buf?temp-buf:-EIO;
temp278drivers/char/lp.cif (temp != buf)
temp279drivers/char/lp.creturn temp-buf;
temp294drivers/char/lp.creturn temp-buf;
temp526drivers/char/tga.cint i, j, temp;
temp554drivers/char/tga.ctemp = (PLLbits[i] >> (7-j)) & 1;
temp556drivers/char/tga.ctemp |= 2;
temp557drivers/char/tga.cTGA_WRITE_REG(temp, TGA_CLOCK_REG);
temp721drivers/char/tga.ctemp = tga_fb_base - 1024; /* this assumes video starts at base
temp725drivers/char/tga.cwritel(bt463_cursor_source[i], temp + i*4);
temp727drivers/char/tga.cTGA_WRITE_REG(temp & 0x000fffff, TGA_CURSOR_BASE_REG);
temp789drivers/char/tga.cint row, col, temp, c, attrib;
temp810drivers/char/tga.ctemp = (addr - video_mem_base) >> 1;
temp811drivers/char/tga.ccol = temp % 80;
temp812drivers/char/tga.crow = (temp - col) / 80;
temp593drivers/net/eth16i.cunsigned short temp = 0;
temp598drivers/net/eth16i.ctemp |= DIS_AUTO_PORT_SEL;
temp603drivers/net/eth16i.ctemp |= AUI_SELECT;
temp610drivers/net/eth16i.ctemp |= AUI_SELECT;
temp614drivers/net/eth16i.coutb(temp, ioaddr + TRANSCEIVER_MODE_REG);
temp181drivers/net/ibmtr.ccardpresent=NOTOK,temp=0;
temp349drivers/net/ibmtr.ctemp = *(char *)((ulong)AIP + (ulong)i + ti->mmio) & 0x0f; /* Tech ref states must do this */
temp351drivers/net/ibmtr.cprintk("%1X",ti->hw_address[j]=temp);
temp353drivers/net/ibmtr.cti->hw_address[j]=temp;
temp2776drivers/net/ppp.cstruct ppp_stats *result, temp;
temp2784drivers/net/ppp.csizeof (temp));
temp2789drivers/net/ppp.cmemset (&temp, 0, sizeof(temp));
temp2791drivers/net/ppp.cmemcpy (&temp.p, &ppp->stats, sizeof (struct pppstat));
temp2793drivers/net/ppp.ctemp.vj.vjs_packets    = ppp->slcomp->sls_o_compressed+
temp2795drivers/net/ppp.ctemp.vj.vjs_compressed = ppp->slcomp->sls_o_compressed;
temp2796drivers/net/ppp.ctemp.vj.vjs_searches   = ppp->slcomp->sls_o_searches;
temp2797drivers/net/ppp.ctemp.vj.vjs_misses     = ppp->slcomp->sls_o_misses;
temp2798drivers/net/ppp.ctemp.vj.vjs_errorin    = ppp->slcomp->sls_i_error;
temp2799drivers/net/ppp.ctemp.vj.vjs_tossed     = ppp->slcomp->sls_i_tossed;
temp2800drivers/net/ppp.ctemp.vj.vjs_uncompressedin = ppp->slcomp->sls_i_uncompressed;
temp2801drivers/net/ppp.ctemp.vj.vjs_compressedin   = ppp->slcomp->sls_i_compressed;
temp2808drivers/net/ppp.cmemcpy_tofs (result, &temp, sizeof (temp));
temp2819drivers/net/ppp.cstruct ppp_comp_stats *result, temp;
temp2827drivers/net/ppp.csizeof (temp));
temp2831drivers/net/ppp.cmemset (&temp, 0, sizeof(temp));
temp2835drivers/net/ppp.c&temp.c);
temp2839drivers/net/ppp.c&temp.d);
temp2845drivers/net/ppp.cmemcpy_tofs (result, &temp, sizeof (temp));
temp3148drivers/scsi/aic7xxx.cunsigned char temp;
temp3184drivers/scsi/aic7xxx.ctemp = CS_2840 | seeprom_read.bits[i];
temp3185drivers/scsi/aic7xxx.coutb(temp, SEECTL_2840(base));
temp3187drivers/scsi/aic7xxx.ctemp = temp ^ CK_2840;
temp3188drivers/scsi/aic7xxx.coutb(temp, SEECTL_2840(base));
temp3196drivers/scsi/aic7xxx.ctemp = k;
temp3197drivers/scsi/aic7xxx.ctemp = (temp >> i) & 1;  /* Mask out all but lower bit. */
temp3198drivers/scsi/aic7xxx.ctemp = CS_2840 | temp;
temp3199drivers/scsi/aic7xxx.coutb(temp, SEECTL_2840(base));
temp3201drivers/scsi/aic7xxx.ctemp = temp ^ CK_2840;
temp3202drivers/scsi/aic7xxx.coutb(temp, SEECTL_2840(base));
temp3214drivers/scsi/aic7xxx.ctemp = CS_2840;
temp3215drivers/scsi/aic7xxx.coutb(temp, SEECTL_2840(base));
temp3217drivers/scsi/aic7xxx.ctemp = temp ^ CK_2840;
temp3219drivers/scsi/aic7xxx.coutb(temp, SEECTL_2840(base));
temp3322drivers/scsi/aic7xxx.cunsigned char temp;
temp3376drivers/scsi/aic7xxx.ctemp = SEEMS | SEECS | (seeprom_read.bits[i] << 1);
temp3377drivers/scsi/aic7xxx.coutb(temp, SEECTL(base));
temp3379drivers/scsi/aic7xxx.ctemp = temp ^ SEECK;
temp3380drivers/scsi/aic7xxx.coutb(temp, SEECTL(base));
temp3388drivers/scsi/aic7xxx.ctemp = k + offset;
temp3389drivers/scsi/aic7xxx.ctemp = (temp >> i) & 1;  /* Mask out all but lower bit. */
temp3390drivers/scsi/aic7xxx.ctemp = SEEMS | SEECS | (temp << 1);
temp3391drivers/scsi/aic7xxx.coutb(temp, SEECTL(base));
temp3393drivers/scsi/aic7xxx.ctemp = temp ^ SEECK;
temp3394drivers/scsi/aic7xxx.coutb(temp, SEECTL(base));
temp3406drivers/scsi/aic7xxx.ctemp = SEEMS | SEECS;
temp3407drivers/scsi/aic7xxx.coutb(temp, SEECTL(base));
temp3409drivers/scsi/aic7xxx.ctemp = temp ^ SEECK;
temp3411drivers/scsi/aic7xxx.coutb(temp, SEECTL(base));
temp1090drivers/scsi/scsi.cint temp;
temp1105drivers/scsi/scsi.ctemp = host->last_reset + MIN_RESET_DELAY;
temp1106drivers/scsi/scsi.cwhile (jiffies < temp);
temp1151drivers/scsi/scsi.ctemp=host->hostt->command (SCpnt);
temp1152drivers/scsi/scsi.cSCpnt->result = temp;
temp1157drivers/scsi/scsi.chost->host_no, temp);
temp1858drivers/scsi/scsi.cint temp, oldto;
temp1939drivers/scsi/scsi.ctemp = host->hostt->reset(SCpnt);
temp1948drivers/scsi/scsi.ctemp = host->hostt->reset(SCpnt);
temp1954drivers/scsi/scsi.cprintk("scsi reset function returned %d\n", temp);
temp1966drivers/scsi/scsi.cswitch(temp & SCSI_RESET_ACTION) {
temp1968drivers/scsi/scsi.cif (temp & SCSI_RESET_BUS_RESET)
temp1978drivers/scsi/scsi.cif (temp & SCSI_RESET_BUS_RESET)
temp1987drivers/scsi/scsi.cif (temp & SCSI_RESET_BUS_RESET)
temp1997drivers/scsi/scsi.cif( temp & SCSI_RESET_BUS_RESET )
temp2025drivers/scsi/scsi.creturn temp;
temp39drivers/scsi/scsi_ioctl.cint temp, result;
temp43drivers/scsi/scsi_ioctl.cif ((temp = host->hostt->present) && buffer) {
temp62drivers/scsi/scsi_ioctl.creturn temp;
temp176drivers/scsi/scsicam.cunsigned long heads, sectors, cylinders, temp; 
temp181drivers/scsi/scsicam.ctemp = cylinders * sectors;    /* Compute divisor for heads */ 
temp182drivers/scsi/scsicam.cheads = capacity / temp;    /* Compute value for number of heads */
temp183drivers/scsi/scsicam.cif (capacity % temp) {    /* If no remainder, done! */ 
temp185drivers/scsi/scsicam.ctemp = cylinders * heads;  /* Compute divisor for sectors */ 
temp186drivers/scsi/scsicam.csectors = capacity / temp;  /* Compute value for sectors per
temp188drivers/scsi/scsicam.cif (capacity % temp) {    /* If no remainder, done! */ 
temp190drivers/scsi/scsicam.ctemp = heads * sectors;  /* Compute divisor for cylinders */
temp191drivers/scsi/scsicam.ccylinders = capacity / temp;/* Compute number of cylinders */ 
temp496drivers/scsi/seagate.cint temp;
temp516drivers/scsi/seagate.ctemp =  internal_command (current_target, current_lun,
temp520drivers/scsi/seagate.cif (msg_byte(temp) != DISCONNECT) {
temp524drivers/scsi/seagate.chostno, temp);
temp529drivers/scsi/seagate.cSCtmp->result = temp;
temp624drivers/scsi/seagate.cint temp;
temp711drivers/scsi/seagate.ctemp = STATUS;
temp712drivers/scsi/seagate.cif ((temp & STAT_IO) && !(temp & STAT_BSY))
temp729drivers/scsi/seagate.cif (!((temp = DATA) & (controller_type == SEAGATE ? 0x80 : 0x40)))
temp733drivers/scsi/seagate.c"\tData bus = %d\n", hostno, temp);
temp738drivers/scsi/seagate.cif (!(temp & (1 << current_target)))
temp741drivers/scsi/seagate.chostno, temp);
temp891drivers/scsi/seagate.ctemp = clock - jiffies;
temp894drivers/scsi/seagate.cprintk("seagate_st0x_timeout : %d            \r",temp);
temp899drivers/scsi/seagate.chostno, status_read, temp, st0x_aborted);
temp344drivers/sound/sscape.cunsigned char   temp, orig;
temp346drivers/sound/sscape.ctemp = orig = sscape_read (devc, GA_INTENA_REG);
temp347drivers/sound/sscape.ctemp |= intr_bits;
temp348drivers/sound/sscape.ctemp |= 0x80;      /* Master IRQ enable */
temp350drivers/sound/sscape.cif (temp == orig)
temp353drivers/sound/sscape.csscape_write (devc, GA_INTENA_REG, temp);
temp359drivers/sound/sscape.cunsigned char   temp, orig;
temp361drivers/sound/sscape.ctemp = orig = sscape_read (devc, GA_INTENA_REG);
temp362drivers/sound/sscape.ctemp &= ~intr_bits;
temp363drivers/sound/sscape.cif ((temp & ~0x80) == 0x00)
temp364drivers/sound/sscape.ctemp = 0x00;    /* Master IRQ disable */
temp365drivers/sound/sscape.cif (temp == orig)
temp368drivers/sound/sscape.csscape_write (devc, GA_INTENA_REG, temp);
temp374drivers/sound/sscape.cunsigned char   temp;
temp386drivers/sound/sscape.ctemp = devc->dma << 4;  /* Setup DMA channel select bits */
temp388drivers/sound/sscape.ctemp |= 0x80;    /* 8 bit DMA channel */
temp390drivers/sound/sscape.ctemp |= 1;      /* Trigger DMA */
temp391drivers/sound/sscape.csscape_write (devc, GA_DMAA_REG, temp);
temp392drivers/sound/sscape.ctemp &= 0xfe;      /* Clear DMA trigger */
temp393drivers/sound/sscape.csscape_write (devc, GA_DMAA_REG, temp);
temp467drivers/sound/sscape.cunsigned char   temp;
temp489drivers/sound/sscape.c(temp = sscape_read (devc, GA_HMCTL_REG)) & 0x3f);  /*Reset */
temp496drivers/sound/sscape.c(temp = sscape_read (devc, GA_HMCTL_REG)) | 0x80);
temp555drivers/sound/sscape.ctemp = sscape_read (devc, GA_HMCTL_REG);
temp556drivers/sound/sscape.ctemp |= 0x40;
temp557drivers/sound/sscape.csscape_write (devc, GA_HMCTL_REG, temp);  /* Kickstart the board */
temp19include/asm-alpha/bitops.hunsigned long temp;
temp31include/asm-alpha/bitops.h:"=&r" (temp),
temp42include/asm-alpha/bitops.hunsigned long temp;
temp54include/asm-alpha/bitops.h:"=&r" (temp),
temp65include/asm-alpha/bitops.hunsigned long temp;
temp75include/asm-alpha/bitops.h:"=&r" (temp),
temp801net/ipv4/route.cchar temp[129];
temp860net/ipv4/route.csprintf(temp, "%s\t%08lX\t%08lX\t%02X\t%d\t%lu\t%d\t%08lX\t%d\t%lu\t%u",
temp864net/ipv4/route.csprintf(buffer+len,"%-127s\n",temp);
temp888net/ipv4/route.cchar temp[129];
temp920net/ipv4/route.csprintf(temp, "%s\t%08lX\t%08lX\t%02X\t%ld\t%lu\t%d\t%08lX\t%d\t%lu\t%u\t%ld\t%1d",
temp924net/ipv4/route.csprintf(buffer+len,"%-127s\n",temp);