tag | line | file | source code |
index | 49 | kernel/FPU-emu/get_address.c | unsigned char ss,index,base; |
index | 57 | kernel/FPU-emu/get_address.c | index = (base >> 3) & 7; |
index | 65 | kernel/FPU-emu/get_address.c | if (index == 4) |
index | 74 | kernel/FPU-emu/get_address.c | offset += (REG_(index)) << ss; |
index | 182 | kernel/blk_drv/scsi/scsi.c | scsi_devices[NR_SCSI_DEVICES].index = NR_SCSI_DEVICES; |
index | 416 | kernel/blk_drv/scsi/scsi.c | Scsi_Cmnd * request_queueable (struct request * req, int index) |
index | 421 | kernel/blk_drv/scsi/scsi.c | if ((index < 0) || (index > NR_SCSI_DEVICES)) |
index | 427 | kernel/blk_drv/scsi/scsi.c | host = scsi_devices[index].host_no; |
index | 430 | kernel/blk_drv/scsi/scsi.c | if(SCpnt->target == scsi_devices[index].id && |
index | 431 | kernel/blk_drv/scsi/scsi.c | SCpnt->lun == scsi_devices[index].lun) |
index | 464 | kernel/blk_drv/scsi/scsi.c | Scsi_Cmnd * allocate_device (struct request ** reqp, int index, int wait) |
index | 471 | kernel/blk_drv/scsi/scsi.c | if ((index < 0) || (index > NR_SCSI_DEVICES)) |
index | 479 | kernel/blk_drv/scsi/scsi.c | host = scsi_devices[index].host_no; |
index | 484 | kernel/blk_drv/scsi/scsi.c | if(SCpnt->target == scsi_devices[index].id && |
index | 485 | kernel/blk_drv/scsi/scsi.c | SCpnt->lun == scsi_devices[index].lun) { |
index | 503 | kernel/blk_drv/scsi/scsi.c | index, scsi_devices[index].id ,scsi_devices[index].lun); |
index | 506 | kernel/blk_drv/scsi/scsi.c | SCSI_SLEEP(&scsi_devices[SCwait->index].device_wait, |
index | 1394 | kernel/blk_drv/scsi/scsi.c | SCpnt->index = i; |
index | 272 | kernel/blk_drv/scsi/scsi.h | unsigned char host_no, id, lun, index; |
index | 344 | kernel/blk_drv/scsi/scsi.h | unsigned char target, lun, index; |
index | 490 | kernel/blk_drv/scsi/scsi.h | wake_up(&scsi_devices[SCpnt->index].device_wait); |
index | 96 | kernel/blk_drv/scsi/scsi_ioctl.c | SCpnt = allocate_device(NULL, dev->index, 1); |
index | 140 | kernel/blk_drv/scsi/scsi_ioctl.c | wake_up(&scsi_devices[SCpnt->index].device_wait); |
index | 180 | kernel/blk_drv/scsi/scsi_ioctl.c | SCpnt = allocate_device(NULL, dev->index, 1); |
index | 199 | kernel/blk_drv/scsi/scsi_ioctl.c | wake_up(&scsi_devices[SCpnt->index].device_wait); |
index | 229 | kernel/blk_drv/scsi/scsi_ioctl.c | if ((cmd != 0 && dev->index > NR_SCSI_DEVICES)) |
index | 346 | kernel/blk_drv/scsi/sd.c | rscsi_disks[DEVICE_NR(MINOR(CURRENT->dev))].device->index, 0); |
index | 364 | kernel/blk_drv/scsi/sd.c | rscsi_disks[DEVICE_NR(MINOR(req->dev))].device->index); |
index | 682 | kernel/blk_drv/scsi/sd.c | SCpnt = allocate_device(NULL, rscsi_disks[i].device->index, 1); |
index | 714 | kernel/blk_drv/scsi/sd.c | wake_up(&scsi_devices[SCpnt->index].device_wait); |
index | 292 | kernel/blk_drv/scsi/sr.c | scsi_CDs[DEVICE_NR(MINOR(CURRENT->dev))].device->index, 0); |
index | 311 | kernel/blk_drv/scsi/sr.c | scsi_CDs[DEVICE_NR(MINOR(req->dev))].device->index); |
index | 648 | kernel/blk_drv/scsi/sr.c | SCpnt = allocate_device(NULL, scsi_CDs[i].device->index, 1); |
index | 678 | kernel/blk_drv/scsi/sr.c | wake_up(&scsi_devices[SCpnt->index].device_wait); |
index | 45 | kernel/blk_drv/scsi/sr_ioctl.c | SCpnt = allocate_device(NULL, scsi_CDs[target].device->index, 1); |
index | 87 | kernel/blk_drv/scsi/sr_ioctl.c | wake_up(&scsi_devices[SCpnt->index].device_wait); |
index | 210 | kernel/blk_drv/scsi/st.c | SCpnt = allocate_device(NULL, scsi_tapes[dev].device->index, 1); |
index | 322 | kernel/blk_drv/scsi/st.c | SCpnt = allocate_device(NULL, scsi_tapes[dev].device->index, 1); |
index | 501 | kernel/blk_drv/scsi/st.c | SCpnt = allocate_device(NULL, scsi_tapes[dev].device->index, 1); |
index | 589 | kernel/blk_drv/scsi/st.c | SCpnt = allocate_device(NULL, scsi_tapes[dev].device->index, 1); |
index | 719 | kernel/blk_drv/scsi/st.c | SCpnt = allocate_device(NULL, scsi_tapes[dev].device->index, 1); |
index | 1045 | kernel/blk_drv/scsi/st.c | SCpnt = allocate_device(NULL, scsi_tapes[dev].device->index, 1); |
index | 1153 | kernel/blk_drv/scsi/st.c | SCpnt = allocate_device(NULL, scsi_tapes[dev].device->index, 1); |
index | 415 | mm/swap.c | last_free_pages[index = (index + 1) & (NR_LAST_FREE_PAGES - 1)] = result; \ |
index | 443 | mm/swap.c | static unsigned long index = 0; |
index | 25 | zBoot/gzip.h | # define strchr index |