tag | line | file | source code |
temp | 338 | drivers/block/xd.c | u_char head,sector,control,mode,temp; |
temp | 346 | drivers/block/xd.c | temp = count < xd_maxsectors ? count : xd_maxsectors; |
temp | 354 | drivers/block/xd.c | printk("xd_readwrite: drive = %d, head = %d, cylinder = %d, sector = %d, count = %d\n",drive,head,cylinder,sector,temp); |
temp | 357 | drivers/block/xd.c | mode = xd_setup_dma(operation == READ ? DMA_MODE_READ : DMA_MODE_WRITE,(u_char *)buffer,temp * 0x200); |
temp | 358 | drivers/block/xd.c | xd_build(cmdblk,operation == READ ? CMD_READ : CMD_WRITE,drive,head,cylinder,sector,temp & 0xFF,control); |
temp | 378 | drivers/block/xd.c | count -= temp, buffer += temp * 0x200, block += temp; |
temp | 241 | drivers/char/lp.c | const char *temp; |
temp | 243 | drivers/char/lp.c | temp = buf; |
temp | 245 | drivers/char/lp.c | c = get_user(temp); |
temp | 249 | drivers/char/lp.c | count--; temp++; |
temp | 259 | drivers/char/lp.c | return temp-buf?temp-buf:-ENOSPC; |
temp | 267 | drivers/char/lp.c | return temp-buf?temp-buf:-EIO; |
temp | 276 | drivers/char/lp.c | return temp-buf?temp-buf:-EIO; |
temp | 284 | drivers/char/lp.c | if (temp != buf) |
temp | 285 | drivers/char/lp.c | return temp-buf; |
temp | 300 | drivers/char/lp.c | return temp-buf; |
temp | 189 | drivers/net/ibmtr.c | cardpresent=NOTOK,temp=0; |
temp | 357 | drivers/net/ibmtr.c | temp = *(char *)((ulong)AIP + (ulong)i + ti->mmio) & 0x0f; /* Tech ref states must do this */ |
temp | 359 | drivers/net/ibmtr.c | printk("%1X",ti->hw_address[j]=temp); |
temp | 361 | drivers/net/ibmtr.c | ti->hw_address[j]=temp; |
temp | 2783 | drivers/net/ppp.c | struct ppp_stats *result, temp; |
temp | 2791 | drivers/net/ppp.c | sizeof (temp)); |
temp | 2796 | drivers/net/ppp.c | memset (&temp, 0, sizeof(temp)); |
temp | 2798 | drivers/net/ppp.c | memcpy (&temp.p, &ppp->stats, sizeof (struct pppstat)); |
temp | 2800 | drivers/net/ppp.c | temp.vj.vjs_packets = ppp->slcomp->sls_o_compressed+ |
temp | 2802 | drivers/net/ppp.c | temp.vj.vjs_compressed = ppp->slcomp->sls_o_compressed; |
temp | 2803 | drivers/net/ppp.c | temp.vj.vjs_searches = ppp->slcomp->sls_o_searches; |
temp | 2804 | drivers/net/ppp.c | temp.vj.vjs_misses = ppp->slcomp->sls_o_misses; |
temp | 2805 | drivers/net/ppp.c | temp.vj.vjs_errorin = ppp->slcomp->sls_i_error; |
temp | 2806 | drivers/net/ppp.c | temp.vj.vjs_tossed = ppp->slcomp->sls_i_tossed; |
temp | 2807 | drivers/net/ppp.c | temp.vj.vjs_uncompressedin = ppp->slcomp->sls_i_uncompressed; |
temp | 2808 | drivers/net/ppp.c | temp.vj.vjs_compressedin = ppp->slcomp->sls_i_compressed; |
temp | 2815 | drivers/net/ppp.c | memcpy_tofs (result, &temp, sizeof (temp)); |
temp | 2826 | drivers/net/ppp.c | struct ppp_comp_stats *result, temp; |
temp | 2834 | drivers/net/ppp.c | sizeof (temp)); |
temp | 2838 | drivers/net/ppp.c | memset (&temp, 0, sizeof(temp)); |
temp | 2842 | drivers/net/ppp.c | &temp.c); |
temp | 2846 | drivers/net/ppp.c | &temp.d); |
temp | 2852 | drivers/net/ppp.c | memcpy_tofs (result, &temp, sizeof (temp)); |
temp | 3057 | drivers/scsi/aic7xxx.c | unsigned char temp; |
temp | 3111 | drivers/scsi/aic7xxx.c | temp = SEEMS | SEECS | (seeprom_read.bits[i] << 1); |
temp | 3112 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL(base)); |
temp | 3114 | drivers/scsi/aic7xxx.c | temp = temp ^ SEECK; |
temp | 3115 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL(base)); |
temp | 3123 | drivers/scsi/aic7xxx.c | temp = k; |
temp | 3124 | drivers/scsi/aic7xxx.c | temp = (temp >> i) & 1; /* Mask out all but lower bit. */ |
temp | 3125 | drivers/scsi/aic7xxx.c | temp = SEEMS | SEECS | (temp << 1); |
temp | 3126 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL(base)); |
temp | 3128 | drivers/scsi/aic7xxx.c | temp = temp ^ SEECK; |
temp | 3129 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL(base)); |
temp | 3141 | drivers/scsi/aic7xxx.c | temp = SEEMS | SEECS; |
temp | 3142 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL(base)); |
temp | 3144 | drivers/scsi/aic7xxx.c | temp = temp ^ SEECK; |
temp | 3146 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL(base)); |
temp | 1096 | drivers/scsi/scsi.c | int temp; |
temp | 1111 | drivers/scsi/scsi.c | temp = host->last_reset + MIN_RESET_DELAY; |
temp | 1112 | drivers/scsi/scsi.c | while (jiffies < temp); |
temp | 1157 | drivers/scsi/scsi.c | temp=host->hostt->command (SCpnt); |
temp | 1158 | drivers/scsi/scsi.c | SCpnt->result = temp; |
temp | 1163 | drivers/scsi/scsi.c | host->host_no, temp); |
temp | 1844 | drivers/scsi/scsi.c | int temp, oldto; |
temp | 1925 | drivers/scsi/scsi.c | temp = host->hostt->reset(SCpnt); |
temp | 1934 | drivers/scsi/scsi.c | temp = host->hostt->reset(SCpnt); |
temp | 1940 | drivers/scsi/scsi.c | printk("scsi reset function returned %d\n", temp); |
temp | 1943 | drivers/scsi/scsi.c | if( temp & SCSI_RESET_BUS_RESET ) |
temp | 1962 | drivers/scsi/scsi.c | switch(temp & SCSI_RESET_ACTION) { |
temp | 1984 | drivers/scsi/scsi.c | if( temp & SCSI_RESET_BUS_RESET ) |
temp | 2012 | drivers/scsi/scsi.c | return temp; |
temp | 45 | drivers/scsi/scsi_ioctl.c | int temp, result; |
temp | 49 | drivers/scsi/scsi_ioctl.c | if ((temp = host->hostt->present) && buffer) { |
temp | 68 | drivers/scsi/scsi_ioctl.c | return temp; |
temp | 182 | drivers/scsi/scsicam.c | unsigned long heads, sectors, cylinders, temp; |
temp | 187 | drivers/scsi/scsicam.c | temp = cylinders * sectors; /* Compute divisor for heads */ |
temp | 188 | drivers/scsi/scsicam.c | heads = capacity / temp; /* Compute value for number of heads */ |
temp | 189 | drivers/scsi/scsicam.c | if (capacity % temp) { /* If no remainder, done! */ |
temp | 191 | drivers/scsi/scsicam.c | temp = cylinders * heads; /* Compute divisor for sectors */ |
temp | 192 | drivers/scsi/scsicam.c | sectors = capacity / temp; /* Compute value for sectors per |
temp | 194 | drivers/scsi/scsicam.c | if (capacity % temp) { /* If no remainder, done! */ |
temp | 196 | drivers/scsi/scsicam.c | temp = heads * sectors; /* Compute divisor for cylinders */ |
temp | 197 | drivers/scsi/scsicam.c | cylinders = capacity / temp;/* Compute number of cylinders */ |
temp | 471 | drivers/scsi/seagate.c | int temp; |
temp | 491 | drivers/scsi/seagate.c | temp = internal_command (current_target, current_lun, |
temp | 495 | drivers/scsi/seagate.c | if (msg_byte(temp) != DISCONNECT) { |
temp | 499 | drivers/scsi/seagate.c | hostno, temp); |
temp | 504 | drivers/scsi/seagate.c | SCtmp->result = temp; |
temp | 599 | drivers/scsi/seagate.c | int temp; |
temp | 686 | drivers/scsi/seagate.c | temp = STATUS; |
temp | 687 | drivers/scsi/seagate.c | if ((temp & STAT_IO) && !(temp & STAT_BSY)) |
temp | 704 | drivers/scsi/seagate.c | if (!((temp = DATA) & (controller_type == SEAGATE ? 0x80 : 0x40))) |
temp | 708 | drivers/scsi/seagate.c | "\tData bus = %d\n", hostno, temp); |
temp | 713 | drivers/scsi/seagate.c | if (!(temp & (1 << current_target))) |
temp | 716 | drivers/scsi/seagate.c | hostno, temp); |
temp | 866 | drivers/scsi/seagate.c | temp = clock - jiffies; |
temp | 869 | drivers/scsi/seagate.c | printk("seagate_st0x_timeout : %d \r",temp); |
temp | 874 | drivers/scsi/seagate.c | hostno, status_read, temp, st0x_aborted); |
temp | 344 | drivers/sound/sscape.c | unsigned char temp, orig; |
temp | 346 | drivers/sound/sscape.c | temp = orig = sscape_read (devc, GA_INTENA_REG); |
temp | 347 | drivers/sound/sscape.c | temp |= intr_bits; |
temp | 348 | drivers/sound/sscape.c | temp |= 0x80; /* Master IRQ enable */ |
temp | 350 | drivers/sound/sscape.c | if (temp == orig) |
temp | 353 | drivers/sound/sscape.c | sscape_write (devc, GA_INTENA_REG, temp); |
temp | 359 | drivers/sound/sscape.c | unsigned char temp, orig; |
temp | 361 | drivers/sound/sscape.c | temp = orig = sscape_read (devc, GA_INTENA_REG); |
temp | 362 | drivers/sound/sscape.c | temp &= ~intr_bits; |
temp | 363 | drivers/sound/sscape.c | if ((temp & ~0x80) == 0x00) |
temp | 364 | drivers/sound/sscape.c | temp = 0x00; /* Master IRQ disable */ |
temp | 365 | drivers/sound/sscape.c | if (temp == orig) |
temp | 368 | drivers/sound/sscape.c | sscape_write (devc, GA_INTENA_REG, temp); |
temp | 374 | drivers/sound/sscape.c | unsigned char temp; |
temp | 386 | drivers/sound/sscape.c | temp = devc->dma << 4; /* Setup DMA channel select bits */ |
temp | 388 | drivers/sound/sscape.c | temp |= 0x80; /* 8 bit DMA channel */ |
temp | 390 | drivers/sound/sscape.c | temp |= 1; /* Trigger DMA */ |
temp | 391 | drivers/sound/sscape.c | sscape_write (devc, GA_DMAA_REG, temp); |
temp | 392 | drivers/sound/sscape.c | temp &= 0xfe; /* Clear DMA trigger */ |
temp | 393 | drivers/sound/sscape.c | sscape_write (devc, GA_DMAA_REG, temp); |
temp | 470 | drivers/sound/sscape.c | unsigned char temp; |
temp | 492 | drivers/sound/sscape.c | (temp = sscape_read (devc, GA_HMCTL_REG)) & 0x3f); /*Reset */ |
temp | 499 | drivers/sound/sscape.c | (temp = sscape_read (devc, GA_HMCTL_REG)) | 0x80); |
temp | 563 | drivers/sound/sscape.c | temp = sscape_read (devc, GA_HMCTL_REG); |
temp | 564 | drivers/sound/sscape.c | temp |= 0x40; |
temp | 565 | drivers/sound/sscape.c | sscape_write (devc, GA_HMCTL_REG, temp); /* Kickstart the board */ |
temp | 19 | include/asm-alpha/bitops.h | unsigned long temp; |
temp | 30 | include/asm-alpha/bitops.h | :"=&r" (temp), |
temp | 41 | include/asm-alpha/bitops.h | unsigned long temp; |
temp | 52 | include/asm-alpha/bitops.h | :"=&r" (temp), |
temp | 63 | include/asm-alpha/bitops.h | unsigned long temp; |
temp | 72 | include/asm-alpha/bitops.h | :"=&r" (temp), |
temp | 581 | net/ipv4/route.c | char temp[129]; |
temp | 600 | net/ipv4/route.c | sprintf(temp, "%s\t%08lX\t%08lX\t%02X\t%d\t%lu\t%d\t%08lX\t%d\t%lu\t%u", |
temp | 604 | net/ipv4/route.c | sprintf(buffer+len,"%-127s\n",temp); |