tag | line | file | source code |
temp | 617 | arch/alpha/math-emu/ieee-math.c | EXTENDED temp; |
temp | 620 | arch/alpha/math-emu/ieee-math.c | a_type = extend_ieee(a, &temp, SINGLE); |
temp | 629 | arch/alpha/math-emu/ieee-math.c | return round_t_ieee(f, &temp, b); |
temp | 648 | arch/alpha/math-emu/ieee-math.c | EXTENDED temp; |
temp | 651 | arch/alpha/math-emu/ieee-math.c | a_type = extend_ieee(a, &temp, DOUBLE); |
temp | 660 | arch/alpha/math-emu/ieee-math.c | return round_s_ieee(f, &temp, b); |
temp | 742 | arch/alpha/math-emu/ieee-math.c | EXTENDED temp; |
temp | 745 | arch/alpha/math-emu/ieee-math.c | a_type = extend_ieee(a, &temp, DOUBLE); |
temp | 751 | arch/alpha/math-emu/ieee-math.c | if (temp.e > 0) { |
temp | 753 | arch/alpha/math-emu/ieee-math.c | while (temp.e > 0) { |
temp | 754 | arch/alpha/math-emu/ieee-math.c | --temp.e; |
temp | 755 | arch/alpha/math-emu/ieee-math.c | ov |= temp.f[1] >> 63; |
temp | 756 | arch/alpha/math-emu/ieee-math.c | sll128(temp.f); |
temp | 758 | arch/alpha/math-emu/ieee-math.c | if (ov || (temp.f[1] & 0xffc0000000000000)) |
temp | 761 | arch/alpha/math-emu/ieee-math.c | if (temp.e < 0) { |
temp | 762 | arch/alpha/math-emu/ieee-math.c | while (temp.e < 0) { |
temp | 763 | arch/alpha/math-emu/ieee-math.c | ++temp.e; |
temp | 764 | arch/alpha/math-emu/ieee-math.c | uv = temp.f[0] & 1; /* save sticky bit */ |
temp | 765 | arch/alpha/math-emu/ieee-math.c | srl128(temp.f); |
temp | 766 | arch/alpha/math-emu/ieee-math.c | temp.f[0] |= uv; |
temp | 769 | arch/alpha/math-emu/ieee-math.c | *b = ((temp.f[1] << 9) | (temp.f[0] >> 55)) & 0x7fffffffffffffff; |
temp | 776 | arch/alpha/math-emu/ieee-math.c | if (temp.f[0] & 0x0040000000000000) { |
temp | 777 | arch/alpha/math-emu/ieee-math.c | midway = (temp.f[0] & 0x003fffffffffffff) == 0; |
temp | 778 | arch/alpha/math-emu/ieee-math.c | if ((midway && (temp.f[0] & 0x0080000000000000)) || |
temp | 785 | arch/alpha/math-emu/ieee-math.c | if ((temp.f[0] & 0x003fffffffffffff) != 0) |
temp | 790 | arch/alpha/math-emu/ieee-math.c | if ((temp.f[0] & 0x003fffffffffffff) != 0) |
temp | 798 | arch/alpha/math-emu/ieee-math.c | if ((temp.f[0] & 0x003fffffffffffff) != 0) |
temp | 801 | arch/alpha/math-emu/ieee-math.c | if (temp.s) { |
temp | 2928 | arch/m68k/atari/atafb.c | int temp; |
temp | 2944 | arch/m68k/atari/atafb.c | if ((temp=get_video_mode(this_opt))) |
temp | 2945 | arch/m68k/atari/atafb.c | default_par=temp; |
temp | 3157 | arch/m68k/atari/atafb.c | int xres, yres, depth, temp; |
temp | 3165 | arch/m68k/atari/atafb.c | if ((temp=get_video_mode("user0"))) { |
temp | 3166 | arch/m68k/atari/atafb.c | default_par=temp; |
temp | 499 | arch/m68k/boot/atari/bootstrap.c | struct mem_info temp = bi.memory[i - 1]; |
temp | 501 | arch/m68k/boot/atari/bootstrap.c | bi.memory[0] = temp; |
temp | 112 | arch/m68k/fpsp040/fpsp.h | .set VER_TMP,LV+123 | temp holding for version number |
temp | 131 | arch/m68k/fpsp040/fpsp.h | .set WBTEMP,LV-76 | write back temp (12 bytes) |
temp | 357 | arch/m68k/kernel/traps.c | volatile unsigned short temp; |
temp | 421 | arch/m68k/kernel/traps.c | : "a" (&temp), "a" (addr)); |
temp | 422 | arch/m68k/kernel/traps.c | mmusr = temp; |
temp | 463 | arch/m68k/kernel/traps.c | : "a" (&temp), "a" (addr)); |
temp | 464 | arch/m68k/kernel/traps.c | mmusr = temp; |
temp | 511 | arch/m68k/kernel/traps.c | : : "a" (&temp), "a" (iaddr)); |
temp | 512 | arch/m68k/kernel/traps.c | mmusr = temp; |
temp | 556 | arch/m68k/kernel/traps.c | : "a" (&temp), "a" (addr)); |
temp | 557 | arch/m68k/kernel/traps.c | mmusr = temp; |
temp | 591 | arch/m68k/kernel/traps.c | : "a" (&temp), "a" (addr)); |
temp | 592 | arch/m68k/kernel/traps.c | mmusr = temp; |
temp | 6 | arch/m68k/lib/memcpy.c | size_t temp; |
temp | 28 | arch/m68k/lib/memcpy.c | temp = n >> 2; |
temp | 29 | arch/m68k/lib/memcpy.c | if (temp) |
temp | 33 | arch/m68k/lib/memcpy.c | temp--; |
temp | 36 | arch/m68k/lib/memcpy.c | while (temp--); |
temp | 248 | arch/m68k/mm/memory.c | volatile unsigned short temp; |
temp | 255 | arch/m68k/mm/memory.c | : "a" (&temp), "a" (vaddr)); |
temp | 256 | arch/m68k/mm/memory.c | mmusr = temp; |
temp | 241 | arch/ppc/kernel/raw_printf.c | char temp[80]; |
temp | 242 | arch/ppc/kernel/raw_printf.c | char *cp = temp; |
temp | 253 | arch/ppc/kernel/raw_printf.c | while (cp != temp) |
temp | 947 | drivers/block/ide-tape.c | unsigned long idetape_swap_long (unsigned long temp); |
temp | 948 | drivers/block/ide-tape.c | unsigned short idetape_swap_short (unsigned short temp); |
temp | 1583 | drivers/block/ide-tape.c | unsigned long temp; |
temp | 1677 | drivers/block/ide-tape.c | temp=(unsigned long) pc->actually_transferred + bcount.all; |
temp | 1678 | drivers/block/ide-tape.c | if ( temp > pc->request_transfer) { |
temp | 1680 | drivers/block/ide-tape.c | if (temp > pc->buffer_size) { |
temp | 3485 | drivers/block/ide-tape.c | unsigned short idetape_swap_short (unsigned short temp) |
temp | 3496 | drivers/block/ide-tape.c | original.all=temp; |
temp | 3506 | drivers/block/ide-tape.c | unsigned long idetape_swap_long (unsigned long temp) |
temp | 3519 | drivers/block/ide-tape.c | original.all=temp; |
temp | 3655 | drivers/block/ide-tape.c | int bytes_read,temp,actually_read=0; |
temp | 3708 | drivers/block/ide-tape.c | temp=IDETAPE_MIN (count,bytes_read); |
temp | 3709 | drivers/block/ide-tape.c | memcpy_tofs (buf_ptr,tape->merge_buffer,temp); |
temp | 3710 | drivers/block/ide-tape.c | actually_read+=temp; |
temp | 3711 | drivers/block/ide-tape.c | tape->merge_buffer_offset=temp; |
temp | 3712 | drivers/block/ide-tape.c | tape->merge_buffer_size=bytes_read-temp; |
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 | 1333 | drivers/char/cyclades.c | unsigned char * temp; |
temp | 1334 | drivers/char/cyclades.c | temp = info->xmit_buf; |
temp | 1336 | drivers/char/cyclades.c | free_page((unsigned long) temp); |
temp | 236 | drivers/char/lp.c | const char *temp; |
temp | 238 | drivers/char/lp.c | temp = buf; |
temp | 240 | drivers/char/lp.c | c = get_user(temp); |
temp | 244 | drivers/char/lp.c | count--; temp++; |
temp | 254 | drivers/char/lp.c | return temp-buf?temp-buf:-ENOSPC; |
temp | 262 | drivers/char/lp.c | return temp-buf?temp-buf:-EIO; |
temp | 271 | drivers/char/lp.c | return temp-buf?temp-buf:-EIO; |
temp | 279 | drivers/char/lp.c | if (temp != buf) |
temp | 280 | drivers/char/lp.c | return temp-buf; |
temp | 295 | drivers/char/lp.c | return temp-buf; |
temp | 276 | drivers/char/lp_m68k.c | char *temp = buf; |
temp | 287 | drivers/char/lp_m68k.c | temp = buf; |
temp | 289 | drivers/char/lp_m68k.c | if (lp_char_polled(get_user(temp), dev)) { |
temp | 291 | drivers/char/lp_m68k.c | count--; temp++; |
temp | 299 | drivers/char/lp_m68k.c | return temp - buf ? temp-buf : -ENOSPC; |
temp | 306 | drivers/char/lp_m68k.c | return temp - buf ? temp-buf : -EIO; |
temp | 315 | drivers/char/lp_m68k.c | return temp - buf ? temp-buf : -EFAULT; |
temp | 323 | drivers/char/lp_m68k.c | if (temp != buf) |
temp | 324 | drivers/char/lp_m68k.c | return temp-buf; |
temp | 338 | drivers/char/lp_m68k.c | return temp - buf; |
temp | 772 | drivers/char/pcxx.c | char *temp, *t2; |
temp | 825 | drivers/char/pcxx.c | temp = str; |
temp | 826 | drivers/char/pcxx.c | while (*temp && (*temp != ',')) |
temp | 827 | drivers/char/pcxx.c | temp++; |
temp | 829 | drivers/char/pcxx.c | if (!*temp) |
temp | 830 | drivers/char/pcxx.c | temp = NULL; |
temp | 832 | drivers/char/pcxx.c | *temp++ = 0; |
temp | 932 | drivers/char/pcxx.c | str = temp; |
temp | 528 | drivers/char/tga.c | int i, j, temp; |
temp | 556 | drivers/char/tga.c | temp = (PLLbits[i] >> (7-j)) & 1; |
temp | 558 | drivers/char/tga.c | temp |= 2; |
temp | 559 | drivers/char/tga.c | TGA_WRITE_REG(temp, TGA_CLOCK_REG); |
temp | 723 | drivers/char/tga.c | temp = tga_fb_base - 1024; /* this assumes video starts at base |
temp | 727 | drivers/char/tga.c | writel(bt463_cursor_source[i], temp + i*4); |
temp | 729 | drivers/char/tga.c | TGA_WRITE_REG(temp & 0x000fffff, TGA_CURSOR_BASE_REG); |
temp | 791 | drivers/char/tga.c | int row, col, temp, c, attrib; |
temp | 812 | drivers/char/tga.c | temp = (addr - video_mem_base) >> 1; |
temp | 813 | drivers/char/tga.c | col = temp % 80; |
temp | 814 | drivers/char/tga.c | row = (temp - col) / 80; |
temp | 1041 | drivers/net/eepro.c | unsigned short temp = inb(ioaddr + INT_MASK_REG); |
temp | 1042 | drivers/net/eepro.c | outb(temp | IO_32_BIT, ioaddr + INT_MASK_REG); |
temp | 1044 | drivers/net/eepro.c | outb(temp & ~(IO_32_BIT), ioaddr + INT_MASK_REG); |
temp | 1127 | drivers/net/eepro.c | unsigned short temp = inb(ioaddr + INT_MASK_REG); |
temp | 1128 | drivers/net/eepro.c | outb(temp | IO_32_BIT, ioaddr + INT_MASK_REG); |
temp | 1130 | drivers/net/eepro.c | outb(temp & ~(IO_32_BIT), ioaddr + INT_MASK_REG); |
temp | 593 | drivers/net/eth16i.c | unsigned short temp = 0; |
temp | 598 | drivers/net/eth16i.c | temp |= DIS_AUTO_PORT_SEL; |
temp | 603 | drivers/net/eth16i.c | temp |= AUI_SELECT; |
temp | 610 | drivers/net/eth16i.c | temp |= AUI_SELECT; |
temp | 614 | drivers/net/eth16i.c | outb(temp, ioaddr + TRANSCEIVER_MODE_REG); |
temp | 212 | drivers/net/ibmtr.c | unsigned char segment=0, intr=0, irq=0, i=0, j=0, cardpresent=NOTOK,temp=0; |
temp | 389 | drivers/net/ibmtr.c | temp = readb(ti->mmio + AIP + i) & 0x0f; |
temp | 391 | drivers/net/ibmtr.c | printk("%1X",ti->hw_address[j]=temp); |
temp | 393 | drivers/net/ibmtr.c | ti->hw_address[j]=temp; |
temp | 2736 | drivers/net/ppp.c | struct ppp_stats *result, temp; |
temp | 2744 | drivers/net/ppp.c | sizeof (temp)); |
temp | 2749 | drivers/net/ppp.c | memset (&temp, 0, sizeof(temp)); |
temp | 2751 | drivers/net/ppp.c | memcpy (&temp.p, &ppp->stats, sizeof (struct pppstat)); |
temp | 2753 | drivers/net/ppp.c | temp.vj.vjs_packets = ppp->slcomp->sls_o_compressed+ |
temp | 2755 | drivers/net/ppp.c | temp.vj.vjs_compressed = ppp->slcomp->sls_o_compressed; |
temp | 2756 | drivers/net/ppp.c | temp.vj.vjs_searches = ppp->slcomp->sls_o_searches; |
temp | 2757 | drivers/net/ppp.c | temp.vj.vjs_misses = ppp->slcomp->sls_o_misses; |
temp | 2758 | drivers/net/ppp.c | temp.vj.vjs_errorin = ppp->slcomp->sls_i_error; |
temp | 2759 | drivers/net/ppp.c | temp.vj.vjs_tossed = ppp->slcomp->sls_i_tossed; |
temp | 2760 | drivers/net/ppp.c | temp.vj.vjs_uncompressedin = ppp->slcomp->sls_i_uncompressed; |
temp | 2761 | drivers/net/ppp.c | temp.vj.vjs_compressedin = ppp->slcomp->sls_i_compressed; |
temp | 2766 | drivers/net/ppp.c | memcpy_tofs (result, &temp, sizeof (temp)); |
temp | 2777 | drivers/net/ppp.c | struct ppp_comp_stats *result, temp; |
temp | 2785 | drivers/net/ppp.c | sizeof (temp)); |
temp | 2789 | drivers/net/ppp.c | memset (&temp, 0, sizeof(temp)); |
temp | 2793 | drivers/net/ppp.c | &temp.c); |
temp | 2797 | drivers/net/ppp.c | &temp.d); |
temp | 2803 | drivers/net/ppp.c | memcpy_tofs (result, &temp, sizeof (temp)); |
temp | 82 | drivers/net/sdla.c | char *temp, *base; |
temp | 85 | drivers/net/sdla.c | temp = buf; |
temp | 95 | drivers/net/sdla.c | memcpy(temp, base, bytes); |
temp | 99 | drivers/net/sdla.c | temp += bytes; |
temp | 107 | drivers/net/sdla.c | char *temp, *base; |
temp | 110 | drivers/net/sdla.c | temp = buf; |
temp | 120 | drivers/net/sdla.c | memcpy(base, temp, bytes); |
temp | 124 | drivers/net/sdla.c | temp += bytes; |
temp | 156 | drivers/net/sdla.c | char byte, *temp; |
temp | 158 | drivers/net/sdla.c | temp = (void *) (dev->mem_start + (addr & SDLA_ADDR_MASK)); |
temp | 163 | drivers/net/sdla.c | byte = *temp; |
temp | 237 | drivers/net/sdla.c | char resp, *temp; |
temp | 242 | drivers/net/sdla.c | temp = (void *)dev->mem_start; |
temp | 243 | drivers/net/sdla.c | temp += z80_addr & SDLA_ADDR_MASK; |
temp | 252 | drivers/net/sdla.c | resp = *temp; |
temp | 1205 | drivers/net/sdla.c | char *temp; |
temp | 1218 | drivers/net/sdla.c | temp = kmalloc(mem.len, GFP_KERNEL); |
temp | 1219 | drivers/net/sdla.c | if (!temp) |
temp | 1221 | drivers/net/sdla.c | sdla_read(dev, mem.addr, temp, mem.len); |
temp | 1222 | drivers/net/sdla.c | memcpy_tofs(mem.data, temp, mem.len); |
temp | 1223 | drivers/net/sdla.c | kfree(temp); |
temp | 1231 | drivers/net/sdla.c | temp = kmalloc(mem.len, GFP_KERNEL); |
temp | 1232 | drivers/net/sdla.c | if (!temp) |
temp | 1234 | drivers/net/sdla.c | memcpy_fromfs(temp, mem.data, mem.len); |
temp | 1235 | drivers/net/sdla.c | sdla_write(dev, mem.addr, temp, mem.len); |
temp | 1236 | drivers/net/sdla.c | kfree(temp); |
temp | 2705 | drivers/scsi/aic7xxx.c | unsigned char temp; |
temp | 2741 | drivers/scsi/aic7xxx.c | temp = CS_2840 | seeprom_read.bits[i]; |
temp | 2742 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL_2840 + base); |
temp | 2744 | drivers/scsi/aic7xxx.c | temp = temp ^ CK_2840; |
temp | 2745 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL_2840 + base); |
temp | 2753 | drivers/scsi/aic7xxx.c | temp = k; |
temp | 2754 | drivers/scsi/aic7xxx.c | temp = (temp >> i) & 1; /* Mask out all but lower bit. */ |
temp | 2755 | drivers/scsi/aic7xxx.c | temp = CS_2840 | temp; |
temp | 2756 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL_2840 + base); |
temp | 2758 | drivers/scsi/aic7xxx.c | temp = temp ^ CK_2840; |
temp | 2759 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL_2840 + base); |
temp | 2771 | drivers/scsi/aic7xxx.c | temp = CS_2840; |
temp | 2772 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL_2840 + base); |
temp | 2774 | drivers/scsi/aic7xxx.c | temp = temp ^ CK_2840; |
temp | 2776 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL_2840 + base); |
temp | 2879 | drivers/scsi/aic7xxx.c | unsigned char temp; |
temp | 2933 | drivers/scsi/aic7xxx.c | temp = SEEMS | SEECS | (seeprom_read.bits[i] << 1); |
temp | 2934 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL + base); |
temp | 2936 | drivers/scsi/aic7xxx.c | temp = temp ^ SEECK; |
temp | 2937 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL + base); |
temp | 2945 | drivers/scsi/aic7xxx.c | temp = k + offset; |
temp | 2946 | drivers/scsi/aic7xxx.c | temp = (temp >> i) & 1; /* Mask out all but lower bit. */ |
temp | 2947 | drivers/scsi/aic7xxx.c | temp = SEEMS | SEECS | (temp << 1); |
temp | 2948 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL + base); |
temp | 2950 | drivers/scsi/aic7xxx.c | temp = temp ^ SEECK; |
temp | 2951 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL + base); |
temp | 2963 | drivers/scsi/aic7xxx.c | temp = SEEMS | SEECS; |
temp | 2964 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL + base); |
temp | 2966 | drivers/scsi/aic7xxx.c | temp = temp ^ SEECK; |
temp | 2968 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL + base); |
temp | 1168 | drivers/scsi/scsi.c | int temp; |
temp | 1187 | drivers/scsi/scsi.c | temp = host->last_reset + MIN_RESET_DELAY; |
temp | 1188 | drivers/scsi/scsi.c | while (jiffies < temp); |
temp | 1233 | drivers/scsi/scsi.c | temp=host->hostt->command (SCpnt); |
temp | 1234 | drivers/scsi/scsi.c | SCpnt->result = temp; |
temp | 1239 | drivers/scsi/scsi.c | host->host_no, temp, host->hostt->command); |
temp | 1966 | drivers/scsi/scsi.c | int temp; |
temp | 2063 | drivers/scsi/scsi.c | temp = host->hostt->reset(SCpnt, reset_flags); |
temp | 2072 | drivers/scsi/scsi.c | temp = host->hostt->reset(SCpnt, reset_flags); |
temp | 2078 | drivers/scsi/scsi.c | printk("scsi reset function returned %d\n", temp); |
temp | 2090 | drivers/scsi/scsi.c | switch(temp & SCSI_RESET_ACTION) { |
temp | 2092 | drivers/scsi/scsi.c | if (temp & SCSI_RESET_HOST_RESET) |
temp | 2094 | drivers/scsi/scsi.c | else if (temp & SCSI_RESET_BUS_RESET) |
temp | 2103 | drivers/scsi/scsi.c | if (temp & SCSI_RESET_HOST_RESET) |
temp | 2105 | drivers/scsi/scsi.c | else if (temp & SCSI_RESET_BUS_RESET) |
temp | 2115 | drivers/scsi/scsi.c | if (temp & SCSI_RESET_HOST_RESET) |
temp | 2117 | drivers/scsi/scsi.c | else if (temp & SCSI_RESET_BUS_RESET) |
temp | 2127 | drivers/scsi/scsi.c | if( temp & SCSI_RESET_BUS_RESET ) |
temp | 2155 | drivers/scsi/scsi.c | return temp; |
temp | 39 | drivers/scsi/scsi_ioctl.c | int temp, result; |
temp | 43 | drivers/scsi/scsi_ioctl.c | if ((temp = host->hostt->present) && buffer) { |
temp | 62 | drivers/scsi/scsi_ioctl.c | return temp; |
temp | 190 | drivers/scsi/scsicam.c | unsigned long heads, sectors, cylinders, temp; |
temp | 195 | drivers/scsi/scsicam.c | temp = cylinders * sectors; /* Compute divisor for heads */ |
temp | 196 | drivers/scsi/scsicam.c | heads = capacity / temp; /* Compute value for number of heads */ |
temp | 197 | drivers/scsi/scsicam.c | if (capacity % temp) { /* If no remainder, done! */ |
temp | 199 | drivers/scsi/scsicam.c | temp = cylinders * heads; /* Compute divisor for sectors */ |
temp | 200 | drivers/scsi/scsicam.c | sectors = capacity / temp; /* Compute value for sectors per |
temp | 202 | drivers/scsi/scsicam.c | if (capacity % temp) { /* If no remainder, done! */ |
temp | 204 | drivers/scsi/scsicam.c | temp = heads * sectors; /* Compute divisor for cylinders */ |
temp | 205 | drivers/scsi/scsicam.c | cylinders = capacity / temp;/* Compute number of cylinders */ |
temp | 498 | drivers/scsi/seagate.c | int temp; |
temp | 518 | drivers/scsi/seagate.c | temp = internal_command (current_target, current_lun, |
temp | 522 | drivers/scsi/seagate.c | if (msg_byte(temp) != DISCONNECT) { |
temp | 526 | drivers/scsi/seagate.c | hostno, temp); |
temp | 531 | drivers/scsi/seagate.c | SCtmp->result = temp; |
temp | 626 | drivers/scsi/seagate.c | int temp; |
temp | 713 | drivers/scsi/seagate.c | temp = STATUS; |
temp | 714 | drivers/scsi/seagate.c | if ((temp & STAT_IO) && !(temp & STAT_BSY)) |
temp | 731 | drivers/scsi/seagate.c | if (!((temp = DATA) & (controller_type == SEAGATE ? 0x80 : 0x40))) |
temp | 735 | drivers/scsi/seagate.c | "\tData bus = %d\n", hostno, temp); |
temp | 740 | drivers/scsi/seagate.c | if (!(temp & (1 << current_target))) |
temp | 743 | drivers/scsi/seagate.c | hostno, temp); |
temp | 893 | drivers/scsi/seagate.c | temp = clock - jiffies; |
temp | 896 | drivers/scsi/seagate.c | printk("seagate_st0x_timeout : %d \r",temp); |
temp | 901 | drivers/scsi/seagate.c | hostno, status_read, temp, st0x_aborted); |
temp | 376 | drivers/sound/pas2_card.c | char temp[100]; |
temp | 378 | drivers/sound/pas2_card.c | sprintf (temp, |
temp | 381 | drivers/sound/pas2_card.c | conf_printf (temp, hw_config); |
temp | 347 | drivers/sound/sscape.c | unsigned char temp; |
temp | 359 | drivers/sound/sscape.c | temp = devc->dma << 4; /* Setup DMA channel select bits */ |
temp | 361 | drivers/sound/sscape.c | temp |= 0x80; /* 8 bit DMA channel */ |
temp | 363 | drivers/sound/sscape.c | temp |= 1; /* Trigger DMA */ |
temp | 364 | drivers/sound/sscape.c | sscape_write (devc, GA_DMAA_REG, temp); |
temp | 365 | drivers/sound/sscape.c | temp &= 0xfe; /* Clear DMA trigger */ |
temp | 366 | drivers/sound/sscape.c | sscape_write (devc, GA_DMAA_REG, temp); |
temp | 441 | drivers/sound/sscape.c | unsigned char temp; |
temp | 471 | drivers/sound/sscape.c | (temp = sscape_read (devc, GA_HMCTL_REG)) & 0x3f); /*Reset */ |
temp | 478 | drivers/sound/sscape.c | (temp = sscape_read (devc, GA_HMCTL_REG)) | 0x80); |
temp | 537 | drivers/sound/sscape.c | temp = sscape_read (devc, GA_HMCTL_REG); |
temp | 538 | drivers/sound/sscape.c | temp |= 0x40; |
temp | 539 | drivers/sound/sscape.c | sscape_write (devc, GA_HMCTL_REG, temp); /* Kickstart the board */ |
temp | 23 | include/asm-alpha/atomic.h | unsigned long temp; |
temp | 31 | include/asm-alpha/atomic.h | :"=&r" (temp), |
temp | 39 | include/asm-alpha/atomic.h | unsigned long temp; |
temp | 47 | include/asm-alpha/atomic.h | :"=&r" (temp), |
temp | 58 | include/asm-alpha/atomic.h | unsigned long temp, result; |
temp | 67 | include/asm-alpha/atomic.h | :"=&r" (temp), |
temp | 19 | include/asm-alpha/bitops.h | unsigned long temp; |
temp | 31 | include/asm-alpha/bitops.h | :"=&r" (temp), |
temp | 42 | include/asm-alpha/bitops.h | unsigned long temp; |
temp | 54 | include/asm-alpha/bitops.h | :"=&r" (temp), |
temp | 65 | include/asm-alpha/bitops.h | unsigned long temp; |
temp | 75 | include/asm-alpha/bitops.h | :"=&r" (temp), |
temp | 193 | include/asm-m68k/string.h | size_t temp; |
temp | 213 | include/asm-m68k/string.h | temp = count >> 2; |
temp | 214 | include/asm-m68k/string.h | if (temp) |
temp | 218 | include/asm-m68k/string.h | temp--; |
temp | 221 | include/asm-m68k/string.h | while (temp--); |
temp | 248 | include/asm-m68k/string.h | size_t temp; |
temp | 273 | include/asm-m68k/string.h | temp = n >> 2; |
temp | 274 | include/asm-m68k/string.h | if (temp) |
temp | 278 | include/asm-m68k/string.h | temp--; |
temp | 281 | include/asm-m68k/string.h | while (temp--); |
temp | 322 | include/asm-m68k/string.h | temp = n >> 2; |
temp | 323 | include/asm-m68k/string.h | if (temp) |
temp | 327 | include/asm-m68k/string.h | temp--; |
temp | 330 | include/asm-m68k/string.h | while (temp--); |
temp | 684 | net/ipv4/ip_masq.c | char temp[129]; |
temp | 690 | net/ipv4/ip_masq.c | sprintf(temp, |
temp | 693 | net/ipv4/ip_masq.c | len = sprintf(buffer, "%-127s\n", temp); |
temp | 710 | net/ipv4/ip_masq.c | sprintf(temp,"%s %08lX:%04X %08lX:%04X %04X %08X %6d %6d %7lu", |
temp | 721 | net/ipv4/ip_masq.c | len += sprintf(buffer+len, "%-127s\n", temp); |
temp | 812 | net/ipv4/route.c | char temp[129]; |
temp | 871 | 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 | 875 | net/ipv4/route.c | sprintf(buffer+len,"%-127s\n",temp); |
temp | 899 | net/ipv4/route.c | char temp[129]; |
temp | 931 | net/ipv4/route.c | sprintf(temp, "%s\t%08lX\t%08lX\t%02X\t%d\t%u\t%d\t%08lX\t%d\t%lu\t%u\t%d\t%1d", |
temp | 935 | net/ipv4/route.c | sprintf(buffer+len,"%-127s\n",temp); |
temp | 260 | scripts/lxdialog/util.c | int i, temp; |
temp | 265 | scripts/lxdialog/util.c | temp = strspn (label, " "); |
temp | 266 | scripts/lxdialog/util.c | label += temp; |
temp | 269 | scripts/lxdialog/util.c | for (i = 0; i < temp; i++) |
temp | 279 | scripts/lxdialog/util.c | wmove (win, y, x + temp + 1); |