tag | line | file | source code |
index | 46 | drivers/FPU-emu/get_address.c | unsigned char ss,index,base; |
index | 55 | drivers/FPU-emu/get_address.c | index = (base >> 3) & 7; |
index | 63 | drivers/FPU-emu/get_address.c | if (index == 4) |
index | 72 | drivers/FPU-emu/get_address.c | offset += (REG_(index)) << ss; |
index | 527 | drivers/char/psaux.c | static inline unsigned char read_710(unsigned char index) |
index | 529 | drivers/char/psaux.c | outb_p(index, 0x390); /* Write index */ |
index | 73 | drivers/net/3c509.c | static ushort id_read_eeprom(int index); |
index | 74 | drivers/net/3c509.c | static ushort read_eeprom(short ioaddr, int index); |
index | 250 | drivers/net/3c509.c | static ushort read_eeprom(short ioaddr, int index) |
index | 254 | drivers/net/3c509.c | outw(EEPROM_READ + index, ioaddr + 10); |
index | 262 | drivers/net/3c509.c | static ushort id_read_eeprom(int index) |
index | 268 | drivers/net/3c509.c | outb(EEPROM_READ + index, ID_PORT); |
index | 278 | drivers/net/3c509.c | printk(" 3c509 EEPROM word %d %#4.4x.\n", index, word); |
index | 642 | drivers/net/slhc.c | unsigned char index; |
index | 656 | drivers/net/slhc.c | index = icp[9]; |
index | 666 | drivers/net/slhc.c | if(index > comp->rslot_limit) { |
index | 672 | drivers/net/slhc.c | cs = &comp->rstate[comp->recv_current = index]; |
index | 1259 | drivers/scsi/NCR5380.c | if (scsi_devices[cmd->index].tagged_queue && (tag != TAG_NONE)) { |
index | 1263 | drivers/scsi/NCR5380.c | if (scsi_devices[cmd->index].current_tag == 0) |
index | 1264 | drivers/scsi/NCR5380.c | scsi_devices[cmd->index].current_tag = 1; |
index | 1266 | drivers/scsi/NCR5380.c | cmd->tag = scsi_devices[cmd->index].current_tag; |
index | 1267 | drivers/scsi/NCR5380.c | scsi_devices[cmd->index].current_tag++; |
index | 1291 | drivers/scsi/NCR5380.c | if (!scsi_devices[cmd->index].tagged_queue) |
index | 1797 | drivers/scsi/NCR5380.c | if (!scsi_devices[cmd->index].borken && |
index | 1800 | drivers/scsi/NCR5380.c | if (!scsi_devices[cmd->index].borken && |
index | 1814 | drivers/scsi/NCR5380.c | scsi_devices[cmd->index].borken = 1; |
index | 1954 | drivers/scsi/NCR5380.c | scsi_devices[cmd->index].tagged_queue = 0; |
index | 1961 | drivers/scsi/NCR5380.c | scsi_devices[cmd->index].disconnect = 1; |
index | 219 | drivers/scsi/scsi.c | scsi_devices[NR_SCSI_DEVICES].index = NR_SCSI_DEVICES; |
index | 241 | drivers/scsi/scsi.c | SCmd.index = NR_SCSI_DEVICES; |
index | 522 | drivers/scsi/scsi.c | Scsi_Cmnd * request_queueable (struct request * req, int index) |
index | 528 | drivers/scsi/scsi.c | if ((index < 0) || (index > NR_SCSI_DEVICES)) |
index | 534 | drivers/scsi/scsi.c | SCpnt = scsi_devices[index].host->host_queue; |
index | 536 | drivers/scsi/scsi.c | if(SCpnt->target == scsi_devices[index].id && |
index | 537 | drivers/scsi/scsi.c | SCpnt->lun == scsi_devices[index].lun) |
index | 544 | drivers/scsi/scsi.c | if (scsi_devices[index].host->hostt->can_queue |
index | 545 | drivers/scsi/scsi.c | && scsi_devices[index].host->host_busy >= scsi_devices[index].host->hostt->can_queue) return NULL; |
index | 549 | drivers/scsi/scsi.c | tablesize = scsi_devices[index].host->sg_tablesize; |
index | 596 | drivers/scsi/scsi.c | Scsi_Cmnd * allocate_device (struct request ** reqp, int index, int wait) |
index | 606 | drivers/scsi/scsi.c | if ((index < 0) || (index > NR_SCSI_DEVICES)) |
index | 614 | drivers/scsi/scsi.c | host = scsi_devices[index].host; |
index | 619 | drivers/scsi/scsi.c | if(SCpnt->target == scsi_devices[index].id && |
index | 620 | drivers/scsi/scsi.c | SCpnt->lun == scsi_devices[index].lun) { |
index | 638 | drivers/scsi/scsi.c | index, scsi_devices[index].id ,scsi_devices[index].lun); |
index | 641 | drivers/scsi/scsi.c | SCSI_SLEEP(&scsi_devices[SCwait->index].device_wait, |
index | 646 | drivers/scsi/scsi.c | tablesize = scsi_devices[index].host->sg_tablesize; |
index | 927 | drivers/scsi/scsi.c | if (scsi_devices[SCpnt->index].type == TYPE_TAPE) |
index | 1606 | drivers/scsi/scsi.c | SCpnt->index = i; |
index | 261 | drivers/scsi/scsi.h | unsigned char id, lun, index; |
index | 340 | drivers/scsi/scsi.h | unsigned char target, lun, index; |
index | 494 | drivers/scsi/scsi.h | wake_up(&scsi_devices[SCpnt->index].device_wait); |
index | 94 | drivers/scsi/scsi_ioctl.c | SCpnt = allocate_device(NULL, dev->index, 1); |
index | 138 | drivers/scsi/scsi_ioctl.c | wake_up(&scsi_devices[SCpnt->index].device_wait); |
index | 178 | drivers/scsi/scsi_ioctl.c | SCpnt = allocate_device(NULL, dev->index, 1); |
index | 206 | drivers/scsi/scsi_ioctl.c | wake_up(&scsi_devices[SCpnt->index].device_wait); |
index | 237 | drivers/scsi/scsi_ioctl.c | if ((cmd != 0 && dev->index > NR_SCSI_DEVICES)) |
index | 339 | drivers/scsi/sd.c | rscsi_disks[DEVICE_NR(MINOR(CURRENT->dev))].device->index, 0); |
index | 357 | drivers/scsi/sd.c | rscsi_disks[DEVICE_NR(MINOR(req->dev))].device->index); |
index | 677 | drivers/scsi/sd.c | SCpnt = allocate_device(NULL, rscsi_disks[i].device->index, 1); |
index | 772 | drivers/scsi/sd.c | wake_up(&scsi_devices[SCpnt->index].device_wait); |
index | 618 | drivers/scsi/seagate.c | borken = (int) scsi_devices[SCint->index].borken; |
index | 251 | drivers/scsi/sg.c | if (!(SCpnt=allocate_device(NULL,device->device->index, !(filp->f_flags & O_NONBLOCK)))) |
index | 304 | drivers/scsi/sr.c | scsi_CDs[DEVICE_NR(MINOR(CURRENT->dev))].device->index, 0); |
index | 322 | drivers/scsi/sr.c | scsi_CDs[DEVICE_NR(MINOR(req->dev))].device->index); |
index | 653 | drivers/scsi/sr.c | SCpnt = allocate_device(NULL, scsi_CDs[i].device->index, 1); |
index | 685 | drivers/scsi/sr.c | wake_up(&scsi_devices[SCpnt->index].device_wait); |
index | 46 | drivers/scsi/sr_ioctl.c | SCpnt = allocate_device(NULL, scsi_CDs[target].device->index, 1); |
index | 88 | drivers/scsi/sr_ioctl.c | wake_up(&scsi_devices[SCpnt->index].device_wait); |
index | 259 | drivers/scsi/st.c | SCpnt = allocate_device(NULL, (STp->device)->index, 1); |
index | 391 | drivers/scsi/st.c | SCpnt = allocate_device(NULL, (STp->device)->index, 1); |
index | 564 | drivers/scsi/st.c | SCpnt = allocate_device(NULL, (STp->device)->index, 1); |
index | 672 | drivers/scsi/st.c | SCpnt = allocate_device(NULL, (STp->device)->index, 1); |
index | 862 | drivers/scsi/st.c | SCpnt = allocate_device(NULL, (STp->device)->index, 1); |
index | 1229 | drivers/scsi/st.c | SCpnt = allocate_device(NULL, (STp->device)->index, 1); |
index | 1350 | drivers/scsi/st.c | SCpnt = allocate_device(NULL, (STp->device)->index, 1); |
index | 685 | drivers/scsi/ultrastor.c | my_mscp->ca = scsi_devices[SCpnt->index].type != TYPE_TAPE; |
index | 152 | fs/hpfs/hpfs.h | unsigned index; /* index in c.p. array in that sector*/ |
index | 556 | mm/swap.c | last_free_pages[index = (index + 1) & (NR_LAST_FREE_PAGES - 1)] = result; \ |
index | 584 | mm/swap.c | static unsigned long index = 0; |
index | 48 | mm/vmalloc.c | static int free_area_pages(unsigned long dindex, unsigned long index, unsigned long nr) |
index | 55 | mm/vmalloc.c | pte = index + (unsigned long *) page; |
index | 74 | mm/vmalloc.c | static int alloc_area_pages(unsigned long dindex, unsigned long index, unsigned long nr) |
index | 92 | mm/vmalloc.c | pte = index + (unsigned long *) page; |
index | 109 | mm/vmalloc.c | unsigned long nr, dindex, index; |
index | 113 | mm/vmalloc.c | index = (((unsigned long) addr) >> PAGE_SHIFT) & (PTRS_PER_PAGE-1); |
index | 115 | mm/vmalloc.c | unsigned long i = PTRS_PER_PAGE - index; |
index | 120 | mm/vmalloc.c | if (area_fn(dindex, index, i)) |
index | 122 | mm/vmalloc.c | index = 0; |
index | 25 | zBoot/gzip.h | # define strchr index |