tag | line | file | source code |
index | 76 | drivers/FPU-emu/get_address.c | unsigned char ss,index,base; |
index | 85 | drivers/FPU-emu/get_address.c | index = (base >> 3) & 7; |
index | 93 | drivers/FPU-emu/get_address.c | if (index == 4) |
index | 102 | drivers/FPU-emu/get_address.c | offset += (REG_(index)) << ss; |
index | 526 | drivers/char/psaux.c | static inline unsigned char read_710(unsigned char index) |
index | 528 | drivers/char/psaux.c | outb_p(index, 0x390); /* Write index */ |
index | 84 | drivers/net/3c509.c | static ushort id_read_eeprom(int index); |
index | 85 | drivers/net/3c509.c | static ushort read_eeprom(short ioaddr, int index); |
index | 245 | drivers/net/3c509.c | static ushort read_eeprom(short ioaddr, int index) |
index | 249 | drivers/net/3c509.c | outw(EEPROM_READ + index, ioaddr + 10); |
index | 257 | drivers/net/3c509.c | static ushort id_read_eeprom(int index) |
index | 263 | drivers/net/3c509.c | outb(EEPROM_READ + index, ID_PORT); |
index | 273 | drivers/net/3c509.c | printk(" 3c509 EEPROM word %d %#4.4x.\n", index, word); |
index | 634 | drivers/net/slhc.c | unsigned char index; |
index | 648 | drivers/net/slhc.c | index = icp[9]; |
index | 658 | drivers/net/slhc.c | if(index > comp->rslot_limit) { |
index | 664 | drivers/net/slhc.c | cs = &comp->rstate[comp->recv_current = index]; |
index | 828 | fs/buffer.c | int index; |
index | 837 | fs/buffer.c | index = BUFSIZE_INDEX(bh->b_size); |
index | 842 | fs/buffer.c | blocks = ((filesize & (bufsize - 1)) - (pos & (bufsize - 1))) >> (9+index); |
index | 844 | fs/buffer.c | if (blocks > (read_ahead[MAJOR(dev)] >> index)) |
index | 845 | fs/buffer.c | blocks = read_ahead[MAJOR(dev)] >> index; |
index | 152 | fs/hpfs/hpfs.h | unsigned index; /* index in c.p. array in that sector*/ |
index | 81 | fs/super.c | int err, index; |
index | 86 | fs/super.c | index = 0; |
index | 90 | fs/super.c | return index; |
index | 92 | fs/super.c | index++; |
index | 98 | fs/super.c | static int fs_name(unsigned int index, char * buf) |
index | 104 | fs/super.c | while (tmp && index > 0) { |
index | 106 | fs/super.c | index--; |
index | 121 | fs/super.c | int index; |
index | 123 | fs/super.c | index = 0; |
index | 125 | fs/super.c | index++; |
index | 126 | fs/super.c | return index; |
index | 136 | fs/super.c | unsigned int index; |
index | 145 | fs/super.c | index = va_arg(args, unsigned int); |
index | 146 | fs/super.c | retval = fs_name(index, va_arg(args, char *)); |
index | 27 | include/linux/bios32.h | extern int pcibios_find_class (unsigned long class_code, unsigned short index, |
index | 30 | include/linux/bios32.h | unsigned short index, unsigned char *bus, unsigned char *device_fn); |
index | 139 | include/linux/pci.h | extern int pcibios_find_class (unsigned long class_code, unsigned short index, |
index | 142 | include/linux/pci.h | unsigned short index, unsigned char *bus, unsigned char *device_fn); |
index | 205 | kernel/bios32.c | int pcibios_find_class_code (unsigned long class_code, unsigned short index, |
index | 219 | kernel/bios32.c | "S" ((int) index), |
index | 228 | kernel/bios32.c | unsigned short index, unsigned char *bus, unsigned char *device_fn) |
index | 242 | kernel/bios32.c | "S" ((int) index), |
index | 366 | kernel/bios32.c | unsigned short index; |
index | 371 | kernel/bios32.c | for (index = 0; index < 4; ++index) { |
index | 375 | kernel/bios32.c | index, &bus, &device_fn); |
index | 522 | mm/swap.c | unsigned long index = addr >> (PAGE_SHIFT + 1 + order); |
index | 528 | mm/swap.c | if (!change_bit(index, free_area_map[order])) |
index | 532 | mm/swap.c | index >>= 1; |
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 |