tag | line | file | source code |
temp | 629 | arch/i386/kernel/bios32.c | pci_resource_t* temp; |
temp | 677 | arch/i386/kernel/bios32.c | for(temp = pci_list.next; (temp->next); temp = temp->next) |
temp | 680 | arch/i386/kernel/bios32.c | temp->next = new_pci; |
temp | 699 | arch/i386/kernel/bios32.c | pci_resource_t* temp = pci_list.next; |
temp | 702 | arch/i386/kernel/bios32.c | for (length = pr ; (temp) && (length<4000); temp = temp->next) |
temp | 704 | arch/i386/kernel/bios32.c | pr=vendor_decode(temp->bus,temp->dev_fn); |
temp | 707 | arch/i386/kernel/bios32.c | (int)temp->bus, |
temp | 708 | arch/i386/kernel/bios32.c | (int)((temp->dev_fn & 0xf8) >> 3), |
temp | 709 | arch/i386/kernel/bios32.c | (int) (temp->dev_fn & 7)); |
temp | 712 | arch/i386/kernel/bios32.c | pci_class[class_decode(temp->bus, temp->dev_fn)].class_name, |
temp | 714 | arch/i386/kernel/bios32.c | pci_device[device_decode(temp->bus, temp->dev_fn, pr)].device_name, |
temp | 715 | arch/i386/kernel/bios32.c | revision_decode(temp->bus, temp->dev_fn)); |
temp | 717 | arch/i386/kernel/bios32.c | if (bist_probe(temp->bus, temp->dev_fn)) |
temp | 720 | arch/i386/kernel/bios32.c | if ((pr = interrupt_decode(temp->bus, temp->dev_fn)) != 0) |
temp | 726 | arch/i386/kernel/bios32.c | if (temp) |
temp | 328 | drivers/block/xd.c | u_char head,sector,control,mode,temp; |
temp | 336 | drivers/block/xd.c | temp = count < xd_maxsectors ? count : xd_maxsectors; |
temp | 344 | drivers/block/xd.c | printk("xd_readwrite: drive = %d, head = %d, cylinder = %d, sector = %d, count = %d\n",drive,head,cylinder,sector,temp); |
temp | 347 | drivers/block/xd.c | mode = xd_setup_dma(operation == READ ? DMA_MODE_READ : DMA_MODE_WRITE,(u_char *)buffer,temp * 0x200); |
temp | 348 | drivers/block/xd.c | xd_build(cmdblk,operation == READ ? CMD_READ : CMD_WRITE,drive,head,cylinder,sector,temp & 0xFF,control); |
temp | 368 | drivers/block/xd.c | count -= temp, buffer += temp * 0x200, block += temp; |
temp | 239 | drivers/char/lp.c | char c, *temp = buf; |
temp | 249 | drivers/char/lp.c | temp = buf; |
temp | 251 | drivers/char/lp.c | c = get_fs_byte(temp); |
temp | 254 | drivers/char/lp.c | if (retval) { count--; temp++; |
temp | 265 | drivers/char/lp.c | return temp-buf?temp-buf:-ENOSPC; |
temp | 273 | drivers/char/lp.c | return temp-buf?temp-buf:-EIO; |
temp | 282 | drivers/char/lp.c | return temp-buf?temp-buf:-EIO; |
temp | 290 | drivers/char/lp.c | if (temp != buf) |
temp | 291 | drivers/char/lp.c | return temp-buf; |
temp | 305 | drivers/char/lp.c | return temp-buf; |
temp | 872 | drivers/scsi/scsi.c | int temp; |
temp | 890 | drivers/scsi/scsi.c | temp = host->last_reset + MIN_RESET_DELAY; |
temp | 891 | drivers/scsi/scsi.c | while (jiffies < temp); |
temp | 933 | drivers/scsi/scsi.c | temp=host->hostt->command (SCpnt); |
temp | 934 | drivers/scsi/scsi.c | SCpnt->result = temp; |
temp | 938 | drivers/scsi/scsi.c | printk("done(host = %d, result = %04x) : routine at %08x\n", host->host_no, temp); |
temp | 1634 | drivers/scsi/scsi.c | int temp, oldto; |
temp | 1673 | drivers/scsi/scsi.c | temp = host->hostt->reset(SCpnt); |
temp | 1681 | drivers/scsi/scsi.c | temp = host->hostt->reset(SCpnt); |
temp | 1687 | drivers/scsi/scsi.c | printk("scsi reset function returned %d\n", temp); |
temp | 1689 | drivers/scsi/scsi.c | switch(temp) { |
temp | 1720 | drivers/scsi/scsi.c | return temp; |
temp | 31 | drivers/scsi/scsi_ioctl.c | int temp; |
temp | 35 | drivers/scsi/scsi_ioctl.c | if ((temp = host->hostt->present) && buffer) { |
temp | 49 | drivers/scsi/scsi_ioctl.c | return temp; |
temp | 167 | drivers/scsi/scsicam.c | unsigned long heads, sectors, cylinders, temp; |
temp | 172 | drivers/scsi/scsicam.c | temp = cylinders * sectors; /* Compute divisor for heads */ |
temp | 173 | drivers/scsi/scsicam.c | heads = capacity / temp; /* Compute value for number of heads */ |
temp | 174 | drivers/scsi/scsicam.c | if (capacity % temp) { /* If no remainder, done! */ |
temp | 176 | drivers/scsi/scsicam.c | temp = cylinders * heads; /* Compute divisor for sectors */ |
temp | 177 | drivers/scsi/scsicam.c | sectors = capacity / temp; /* Compute value for sectors per |
temp | 179 | drivers/scsi/scsicam.c | if (capacity % temp) { /* If no remainder, done! */ |
temp | 181 | drivers/scsi/scsicam.c | temp = heads * sectors; /* Compute divisor for cylinders */ |
temp | 182 | drivers/scsi/scsicam.c | cylinders = capacity / temp;/* Compute number of cylinders */ |
temp | 460 | drivers/scsi/seagate.c | int temp; |
temp | 480 | drivers/scsi/seagate.c | temp = internal_command (current_target, current_lun, |
temp | 484 | drivers/scsi/seagate.c | if (msg_byte(temp) != DISCONNECT) { |
temp | 488 | drivers/scsi/seagate.c | hostno, temp); |
temp | 493 | drivers/scsi/seagate.c | SCtmp->result = temp; |
temp | 588 | drivers/scsi/seagate.c | int temp; |
temp | 675 | drivers/scsi/seagate.c | temp = STATUS; |
temp | 676 | drivers/scsi/seagate.c | if ((temp & STAT_IO) && !(temp & STAT_BSY)) |
temp | 693 | drivers/scsi/seagate.c | if (!((temp = DATA) & (controller_type == SEAGATE ? 0x80 : 0x40))) |
temp | 697 | drivers/scsi/seagate.c | "\tData bus = %d\n", hostno, temp); |
temp | 702 | drivers/scsi/seagate.c | if (!(temp & (1 << current_target))) |
temp | 705 | drivers/scsi/seagate.c | hostno, temp); |
temp | 855 | drivers/scsi/seagate.c | temp = clock - jiffies; |
temp | 858 | drivers/scsi/seagate.c | printk("seagate_st0x_timeout : %d \r",temp); |
temp | 863 | drivers/scsi/seagate.c | hostno, status_read, temp, st0x_aborted); |
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 | 129 | include/asm-sparc/string.h | register char temp=0; |
temp | 142 | include/asm-sparc/string.h | "=r" (retval), "=r" (dest), "=r" (src), "=r" (temp) : |
temp | 143 | include/asm-sparc/string.h | "0" (retval), "1" (dest), "2" (src), "3" (temp)); |
temp | 151 | include/asm-sparc/string.h | register char temp=0; |
temp | 165 | include/asm-sparc/string.h | "=r" (retval), "=r" (dest), "=r" (src), "=r" (len), "=r" (temp) : |
temp | 166 | include/asm-sparc/string.h | "0" (retval), "1" (dest), "2" (src), "3" (len), "4" (temp)); |
temp | 173 | include/asm-sparc/string.h | register char temp=0; |
temp | 181 | include/asm-sparc/string.h | "=r" (src), "=r" (c), "=r" (temp), "=r" (trick), "=r" (src) : |
temp | 182 | include/asm-sparc/string.h | "0" (src), "1" (c), "2" (temp), "3" (trick), "4" (src)); |