tag | line | file | source code |
where | 54 | drivers/block/blk.h | #define RO_IOCTLS(dev,where) \ |
where | 56 | drivers/block/blk.h | set_device_ro((dev),get_fs_long((long *) (where))); return 0; \ |
where | 57 | drivers/block/blk.h | case BLKROGET: { int __err = verify_area(VERIFY_WRITE, (void *) (where), sizeof(long)); \ |
where | 58 | drivers/block/blk.h | if (!__err) put_fs_long(0!=is_read_only(dev),(long *) (where)); return __err; } |
where | 89 | drivers/char/console.c | static void highlight_pointer(const int currcons, const int where); |
where | 1834 | drivers/char/console.c | static void highlight_pointer(const int currcons, const int where) |
where | 1839 | drivers/char/console.c | if (where==-1) /* remove the pointer */ |
where | 1849 | drivers/char/console.c | p = (unsigned char *)origin - hwscroll_offset + where + 1; |
where | 203 | drivers/net/ni52.c | static int check586(struct device *dev,char *where,unsigned size); |
where | 279 | drivers/net/ni52.c | static int check586(struct device *dev,char *where,unsigned size) |
where | 285 | drivers/net/ni52.c | p->base = (unsigned long) where + size - 0x01000000; |
where | 286 | drivers/net/ni52.c | p->memtop = where + size; |
where | 291 | drivers/net/ni52.c | iscp_addrs[0] = where; |
where | 1119 | fs/buffer.c | unsigned long where; |
where | 1123 | fs/buffer.c | where = try_to_share_buffers(address, dev, b, size); |
where | 1124 | fs/buffer.c | if (where) |
where | 1125 | fs/buffer.c | return where; |
where | 1134 | fs/buffer.c | where = address; |
where | 1135 | fs/buffer.c | for (i=0, j=0; j<PAGE_SIZE ; i++, j += size, where += size) { |
where | 1138 | fs/buffer.c | COPYBLK(size, (unsigned long) bh[i]->b_data, where); |
where | 516 | fs/super.c | static int copy_mount_options (const void * data, unsigned long *where) |
where | 522 | fs/super.c | *where = 0; |
where | 542 | fs/super.c | *where = page; |
where | 32 | include/linux/bios32.h | unsigned char device_fn, unsigned char where, unsigned char *value); |
where | 34 | include/linux/bios32.h | unsigned char device_fn, unsigned char where, unsigned short *value); |
where | 36 | include/linux/bios32.h | unsigned char device_fn, unsigned char where, unsigned long *value); |
where | 39 | include/linux/bios32.h | unsigned char device_fn, unsigned char where, unsigned char value); |
where | 41 | include/linux/bios32.h | unsigned char device_fn, unsigned char where, unsigned short value); |
where | 43 | include/linux/bios32.h | unsigned char device_fn, unsigned char where, unsigned long value); |
where | 144 | include/linux/pci.h | unsigned char device_fn, unsigned char where, unsigned char *value); |
where | 146 | include/linux/pci.h | unsigned char device_fn, unsigned char where, unsigned short *value); |
where | 148 | include/linux/pci.h | unsigned char device_fn, unsigned char where, unsigned long *value); |
where | 151 | include/linux/pci.h | unsigned char device_fn, unsigned char where, unsigned char value); |
where | 153 | include/linux/pci.h | unsigned char device_fn, unsigned char where, unsigned short value); |
where | 155 | include/linux/pci.h | unsigned char device_fn, unsigned char where, unsigned long value); |
where | 250 | kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned char *value) |
where | 263 | kernel/bios32.c | "D" ((long) where), |
where | 269 | kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned short *value) |
where | 282 | kernel/bios32.c | "D" ((long) where), |
where | 288 | kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned long *value) |
where | 301 | kernel/bios32.c | "D" ((long) where), |
where | 307 | kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned char value) |
where | 320 | kernel/bios32.c | "D" ((long) where), |
where | 326 | kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned short value) |
where | 339 | kernel/bios32.c | "D" ((long) where), |
where | 345 | kernel/bios32.c | unsigned char device_fn, unsigned char where, unsigned long value) |
where | 358 | kernel/bios32.c | "D" ((long) where), |
where | 342 | net/inet/dev.c | int where = 0; /* used to say if the packet should go */ |
where | 390 | net/inet/dev.c | where = 1; |
where | 410 | net/inet/dev.c | if (!where) { |
where | 425 | net/inet/dev.c | if(!where) |
where | 115 | zBoot/misc.c | void free(void *where) |