tag | line | file | source code |
where | 86 | arch/alpha/kernel/alcor.c | unsigned char where, unsigned long *pci_addr, |
where | 92 | arch/alpha/kernel/alcor.c | bus, device_fn, where, pci_addr, type1)); |
where | 105 | arch/alpha/kernel/alcor.c | addr = (device_fn << 8) | (where); |
where | 109 | arch/alpha/kernel/alcor.c | addr = (bus << 16) | (device_fn << 8) | (where); |
where | 264 | arch/alpha/kernel/alcor.c | unsigned char where, unsigned char *value) |
where | 272 | arch/alpha/kernel/alcor.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) { |
where | 278 | arch/alpha/kernel/alcor.c | *value = conf_read(addr, type1) >> ((where & 3) * 8); |
where | 285 | arch/alpha/kernel/alcor.c | unsigned char where, unsigned short *value) |
where | 293 | arch/alpha/kernel/alcor.c | if (where & 0x1) { |
where | 297 | arch/alpha/kernel/alcor.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1)) { |
where | 303 | arch/alpha/kernel/alcor.c | *value = conf_read(addr, type1) >> ((where & 3) * 8); |
where | 309 | arch/alpha/kernel/alcor.c | unsigned char where, unsigned int *value) |
where | 316 | arch/alpha/kernel/alcor.c | if (where & 0x3) { |
where | 320 | arch/alpha/kernel/alcor.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1)) { |
where | 330 | arch/alpha/kernel/alcor.c | unsigned char where, unsigned char value) |
where | 336 | arch/alpha/kernel/alcor.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) { |
where | 340 | arch/alpha/kernel/alcor.c | conf_write(addr, value << ((where & 3) * 8), type1); |
where | 346 | arch/alpha/kernel/alcor.c | unsigned char where, unsigned short value) |
where | 352 | arch/alpha/kernel/alcor.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) { |
where | 356 | arch/alpha/kernel/alcor.c | conf_write(addr, value << ((where & 3) * 8), type1); |
where | 362 | arch/alpha/kernel/alcor.c | unsigned char where, unsigned int value) |
where | 368 | arch/alpha/kernel/alcor.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) { |
where | 372 | arch/alpha/kernel/alcor.c | conf_write(addr, value << ((where & 3) * 8), type1); |
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 | 281 | arch/alpha/kernel/apecs.c | unsigned char where, unsigned char *value) |
where | 289 | arch/alpha/kernel/apecs.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) { |
where | 295 | arch/alpha/kernel/apecs.c | *value = conf_read(addr, type1) >> ((where & 3) * 8); |
where | 302 | arch/alpha/kernel/apecs.c | unsigned char where, unsigned short *value) |
where | 310 | arch/alpha/kernel/apecs.c | if (where & 0x1) { |
where | 314 | arch/alpha/kernel/apecs.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1)) { |
where | 320 | arch/alpha/kernel/apecs.c | *value = conf_read(addr, type1) >> ((where & 3) * 8); |
where | 326 | arch/alpha/kernel/apecs.c | unsigned char where, unsigned int *value) |
where | 333 | arch/alpha/kernel/apecs.c | if (where & 0x3) { |
where | 337 | arch/alpha/kernel/apecs.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1)) { |
where | 347 | arch/alpha/kernel/apecs.c | unsigned char where, unsigned char value) |
where | 353 | arch/alpha/kernel/apecs.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) { |
where | 357 | arch/alpha/kernel/apecs.c | conf_write(addr, value << ((where & 3) * 8), type1); |
where | 363 | arch/alpha/kernel/apecs.c | unsigned char where, unsigned short value) |
where | 369 | arch/alpha/kernel/apecs.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) { |
where | 373 | arch/alpha/kernel/apecs.c | conf_write(addr, value << ((where & 3) * 8), type1); |
where | 379 | arch/alpha/kernel/apecs.c | unsigned char where, unsigned int value) |
where | 385 | arch/alpha/kernel/apecs.c | if (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) { |
where | 389 | 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 | 111 | arch/i386/boot/compressed/misc.c | static void free(void *where); |
where | 155 | 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 | 575 | drivers/block/rd.c | static void free(void *where); |
where | 587 | drivers/block/rd.c | static void free(void *where) |
where | 589 | 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 | 108 | drivers/isdn/teles/buffers.c | struct BufPool *bp, int priority, void *heldby, int where) |
where | 128 | drivers/isdn/teles/buffers.c | (*bh)->where = where; |
where | 89 | drivers/isdn/teles/fsm.c | FsmDelTimer(struct FsmTimer *ft, int where) |
where | 95 | drivers/isdn/teles/fsm.c | sprintf(str, "FsmDelTimer %lx %d", ft, where); |
where | 109 | drivers/isdn/teles/fsm.c | int millisec, int event, void *arg, int where) |
where | 114 | drivers/isdn/teles/fsm.c | sprintf(str, "FsmAddTimer %lx %d %d", ft, millisec, where); |
where | 197 | drivers/isdn/teles/teles.h | byte primitive, where; |
where | 367 | drivers/isdn/teles/teles.h | struct BufPool *bp, int priority, void *heldby, int where); |
where | 416 | drivers/isdn/teles/teles.h | int millisec, int event, void *arg, int where); |
where | 417 | drivers/isdn/teles/teles.h | void FsmDelTimer(struct FsmTimer *ft, int where); |
where | 203 | drivers/net/ni52.c | static int check586(struct device *dev,char *where,unsigned size); |
where | 281 | drivers/net/ni52.c | static int check586(struct device *dev,char *where,unsigned size) |
where | 288 | drivers/net/ni52.c | p->base = (unsigned long) where + size - 0x01000000; |
where | 289 | drivers/net/ni52.c | p->memtop = where + size; |
where | 299 | drivers/net/ni52.c | iscp_addrs[0] = where; |
where | 2966 | drivers/scsi/53c7,8xx.c | char *where = dsp - NCR53c7x0_insn_size(NCR53c7x0_read8 |
where | 2972 | drivers/scsi/53c7,8xx.c | host->host_no, sdid, c->target, where); |
where | 4810 | drivers/scsi/53c7,8xx.c | const char *where = NULL; |
where | 4842 | drivers/scsi/53c7,8xx.c | where = "no current command"; |
where | 4912 | drivers/scsi/53c7,8xx.c | where = "non-BMI dynamic DSA code"; |
where | 4940 | drivers/scsi/53c7,8xx.c | where="select message out"; |
where | 4961 | drivers/scsi/53c7,8xx.c | where = "unknown location"; |
where | 4988 | drivers/scsi/53c7,8xx.c | host->host_no, where ? where : "unknown location", |
where | 5761 | drivers/scsi/53c7,8xx.c | char *where; |
where | 5769 | drivers/scsi/53c7,8xx.c | where = "saved"; |
where | 5772 | drivers/scsi/53c7,8xx.c | where = "active"; |
where | 5781 | drivers/scsi/53c7,8xx.c | cmd->host->host_no, where, offset); |
where | 5785 | drivers/scsi/53c7,8xx.c | cmd->host->host_no, where); |
where | 286 | fs/nfs/rpcsock.c | rpc_send_check(char *where, u32 *ptr) |
where | 291 | fs/nfs/rpcsock.c | where, |
where | 786 | fs/super.c | static int copy_mount_options (const void * data, unsigned long *where) |
where | 792 | fs/super.c | *where = 0; |
where | 808 | 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 | 109 | include/linux/blk.h | #define RO_IOCTLS(dev,where) \ |
where | 111 | include/linux/blk.h | set_device_ro((dev),get_fs_long((long *) (where))); return 0; \ |
where | 112 | include/linux/blk.h | case BLKROGET: { int __err = verify_area(VERIFY_WRITE, (void *) (where), sizeof(long)); \ |
where | 113 | include/linux/blk.h | if (!__err) put_fs_long(0!=is_read_only(dev),(long *) (where)); return __err; } |