tag | line | file | source code |
where | 86 | arch/alpha/kernel/apecs.c | unsigned char where, unsigned long *pci_addr, |
where | 92 | arch/alpha/kernel/apecs.c | bus, device_fn, where, pci_addr, type1)); |
where | 105 | arch/alpha/kernel/apecs.c | addr = (device_fn << 8) | (where); |
where | 109 | arch/alpha/kernel/apecs.c | addr = (bus << 16) | (device_fn << 8) | (where); |
where | 279 | arch/alpha/kernel/apecs.c | unsigned char where, unsigned char *value) |
where | 287 | arch/alpha/kernel/apecs.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) { |
where | 293 | arch/alpha/kernel/apecs.c | *value = conf_read(addr, type1) >> ((where & 3) * 8); |
where | 300 | arch/alpha/kernel/apecs.c | unsigned char where, unsigned short *value) |
where | 308 | arch/alpha/kernel/apecs.c | if (where & 0x1) { |
where | 312 | arch/alpha/kernel/apecs.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1)) { |
where | 318 | arch/alpha/kernel/apecs.c | *value = conf_read(addr, type1) >> ((where & 3) * 8); |
where | 324 | arch/alpha/kernel/apecs.c | unsigned char where, unsigned int *value) |
where | 331 | arch/alpha/kernel/apecs.c | if (where & 0x3) { |
where | 335 | arch/alpha/kernel/apecs.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1)) { |
where | 345 | arch/alpha/kernel/apecs.c | unsigned char where, unsigned char value) |
where | 351 | arch/alpha/kernel/apecs.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) { |
where | 355 | arch/alpha/kernel/apecs.c | conf_write(addr, value << ((where & 3) * 8), type1); |
where | 361 | arch/alpha/kernel/apecs.c | unsigned char where, unsigned short value) |
where | 367 | arch/alpha/kernel/apecs.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) { |
where | 371 | arch/alpha/kernel/apecs.c | conf_write(addr, value << ((where & 3) * 8), type1); |
where | 377 | arch/alpha/kernel/apecs.c | unsigned char where, unsigned int value) |
where | 383 | arch/alpha/kernel/apecs.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) { |
where | 387 | arch/alpha/kernel/apecs.c | conf_write(addr, value << ((where & 3) * 8), type1); |
where | 91 | arch/alpha/kernel/lca.c | unsigned char where, unsigned long *pci_addr) |
where | 106 | arch/alpha/kernel/lca.c | addr = (1 << (11 + device)) | (func << 8) | where; |
where | 110 | arch/alpha/kernel/lca.c | addr = (bus << 16) | (device_fn << 8) | where; |
where | 190 | arch/alpha/kernel/lca.c | unsigned char where, unsigned char *value) |
where | 197 | arch/alpha/kernel/lca.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr) < 0) { |
where | 201 | arch/alpha/kernel/lca.c | *value = conf_read(addr) >> ((where & 3) * 8); |
where | 207 | arch/alpha/kernel/lca.c | unsigned char where, unsigned short *value) |
where | 214 | arch/alpha/kernel/lca.c | if (where & 0x1) { |
where | 217 | arch/alpha/kernel/lca.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr)) { |
where | 221 | arch/alpha/kernel/lca.c | *value = conf_read(addr) >> ((where & 3) * 8); |
where | 227 | arch/alpha/kernel/lca.c | unsigned char where, unsigned int *value) |
where | 233 | arch/alpha/kernel/lca.c | if (where & 0x3) { |
where | 236 | arch/alpha/kernel/lca.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr)) { |
where | 246 | arch/alpha/kernel/lca.c | unsigned char where, unsigned char value) |
where | 251 | arch/alpha/kernel/lca.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr) < 0) { |
where | 255 | arch/alpha/kernel/lca.c | conf_write(addr, value << ((where & 3) * 8)); |
where | 261 | arch/alpha/kernel/lca.c | unsigned char where, unsigned short value) |
where | 266 | arch/alpha/kernel/lca.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr) < 0) { |
where | 270 | arch/alpha/kernel/lca.c | conf_write(addr, value << ((where & 3) * 8)); |
where | 276 | arch/alpha/kernel/lca.c | unsigned char where, unsigned int value) |
where | 281 | arch/alpha/kernel/lca.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr) < 0) { |
where | 285 | arch/alpha/kernel/lca.c | conf_write(addr, value << ((where & 3) * 8)); |
where | 109 | arch/i386/boot/compressed/misc.c | static void free(void *where); |
where | 144 | arch/i386/boot/compressed/misc.c | static void free(void *where) |
where | 253 | arch/i386/kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned char *value) |
where | 266 | arch/i386/kernel/bios32.c | "D" ((long) where), |
where | 272 | arch/i386/kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned short *value) |
where | 285 | arch/i386/kernel/bios32.c | "D" ((long) where), |
where | 291 | arch/i386/kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned int *value) |
where | 304 | arch/i386/kernel/bios32.c | "D" ((long) where), |
where | 310 | arch/i386/kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned char value) |
where | 323 | arch/i386/kernel/bios32.c | "D" ((long) where), |
where | 329 | arch/i386/kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned short value) |
where | 342 | arch/i386/kernel/bios32.c | "D" ((long) where), |
where | 348 | arch/i386/kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned int value) |
where | 361 | arch/i386/kernel/bios32.c | "D" ((long) where), |
where | 428 | drivers/block/rd.c | static void free(void *where); |
where | 440 | drivers/block/rd.c | static void free(void *where) |
where | 442 | drivers/block/rd.c | kfree(where); |
where | 54 | drivers/char/selection.c | highlight_pointer(const int where) { |
where | 55 | drivers/char/selection.c | complement_pos(sel_cons, where); |
where | 172 | drivers/net/ni52.c | static int check586(struct device *dev,char *where,unsigned size); |
where | 247 | drivers/net/ni52.c | static int check586(struct device *dev,char *where,unsigned size) |
where | 253 | drivers/net/ni52.c | p->base = (unsigned long) where + size - 0x01000000; |
where | 254 | drivers/net/ni52.c | p->memtop = where + size; |
where | 259 | drivers/net/ni52.c | iscp_addrs[0] = where; |
where | 1854 | drivers/scsi/aic7xxx.c | insert_type where) |
where | 1872 | drivers/scsi/aic7xxx.c | if (where == LIST_HEAD) |
where | 1891 | drivers/scsi/aic7xxx.c | if (where == LIST_SECOND) |
where | 1194 | fs/buffer.c | unsigned long where; |
where | 1198 | fs/buffer.c | where = try_to_share_buffers(address, dev, b, size); |
where | 1199 | fs/buffer.c | if (where) |
where | 1200 | fs/buffer.c | return where; |
where | 1209 | fs/buffer.c | where = address; |
where | 1210 | fs/buffer.c | for (i=0, j=0; j<PAGE_SIZE ; i++, j += size, where += size) { |
where | 1213 | fs/buffer.c | memcpy((void *) where, bh[i]->b_data, size); |
where | 1216 | fs/buffer.c | memset((void *) where, 0, size); |
where | 665 | fs/super.c | static int copy_mount_options (const void * data, unsigned long *where) |
where | 671 | fs/super.c | *where = 0; |
where | 685 | fs/super.c | *where = page; |
where | 48 | include/linux/bios32.h | unsigned char where, unsigned char *val); |
where | 50 | include/linux/bios32.h | unsigned char where, unsigned short *val); |
where | 52 | include/linux/bios32.h | unsigned char where, unsigned int *val); |
where | 54 | include/linux/bios32.h | unsigned char where, unsigned char val); |
where | 56 | include/linux/bios32.h | unsigned char where, unsigned short val); |
where | 58 | include/linux/bios32.h | unsigned char where, unsigned int val); |
where | 90 | include/linux/blk.h | #define RO_IOCTLS(dev,where) \ |
where | 92 | include/linux/blk.h | set_device_ro((dev),get_fs_long((long *) (where))); return 0; \ |
where | 93 | include/linux/blk.h | case BLKROGET: { int __err = verify_area(VERIFY_WRITE, (void *) (where), sizeof(long)); \ |
where | 94 | include/linux/blk.h | if (!__err) put_fs_long(0!=is_read_only(dev),(long *) (where)); return __err; } |
where | 322 | net/core/dev.c | int where = 0; /* used to say if the packet should go */ |
where | 342 | net/core/dev.c | where = 1; |
where | 377 | net/core/dev.c | if (!where) /* Always keep order. It helps other hosts |
where | 388 | net/core/dev.c | if(!where && dev_nit) |