tag | line | file | source code |
off | 158 | arch/alpha/kernel/osf_sys.c | unsigned long off) |
off | 168 | arch/alpha/kernel/osf_sys.c | return do_mmap(file, addr, len, prot, flags, off); |
off | 469 | arch/alpha/kernel/ptrace.c | int displ, i, res, reg_b, off, nsaved = 0; |
off | 495 | arch/alpha/kernel/ptrace.c | off = offset_of_register(reg_b); |
off | 496 | arch/alpha/kernel/ptrace.c | if (off >= 0) { |
off | 497 | arch/alpha/kernel/ptrace.c | child->debugreg[nsaved++] = get_stack_long(child, off); |
off | 1087 | drivers/block/mcdx.c | int off; |
off | 1106 | drivers/block/mcdx.c | off = stuffp->off_requested < (off = sector + nr_sectors) |
off | 1107 | drivers/block/mcdx.c | ? stuffp->off_requested : off; |
off | 1177 | drivers/block/mcdx.c | while (++(stuffp->pending) < off); |
off | 206 | drivers/net/3c505.h | off, |
off | 167 | drivers/pci/pci.c | const char *off; |
off | 423 | drivers/pci/pci.c | printk("Changed! Now %s.", bridge_optimization[i].off); |
off | 426 | drivers/pci/pci.c | printk("%s.", bridge_optimization[i].off); |
off | 787 | fs/binfmt_elf.c | static int dump_seek(struct file *file, off_t off) |
off | 790 | fs/binfmt_elf.c | if (file->f_op->lseek(file->f_inode, file, off, 0) != off) |
off | 793 | fs/binfmt_elf.c | file->f_pos = off; |
off | 859 | fs/binfmt_elf.c | #define DUMP_SEEK(off) \ |
off | 860 | fs/binfmt_elf.c | do { if (!dump_seek(file, (off))) return 0; } while(0) |
off | 885 | fs/binfmt_elf.c | #define DUMP_SEEK(off) \ |
off | 886 | fs/binfmt_elf.c | if (!dump_seek(&file, (off))) \ |
off | 211 | include/linux/mm.h | unsigned long prot, unsigned long flags, unsigned long off); |
off | 36 | include/linux/smb.h | #define BVAL(p,off) (*((byte *)(((void *)p)+off))) |
off | 37 | include/linux/smb.h | #define WVAL(p,off) (*((word *)(((void *)p)+off))) |
off | 38 | include/linux/smb.h | #define DVAL(p,off) (*((dword *)(((void *)p)+off))) |
off | 39 | include/linux/smb.h | #define BSET(p,off,new) (*((byte *)(((void *)p)+off))=(new)) |
off | 40 | include/linux/smb.h | #define WSET(p,off,new) (*((word *)(((void *)p)+off))=(new)) |
off | 41 | include/linux/smb.h | #define DSET(p,off,new) (*((dword *)(((void *)p)+off))=(new)) |
off | 45 | mm/mmap.c | unsigned long prot, unsigned long flags, unsigned long off) |
off | 57 | mm/mmap.c | if (off + len < off) |
off | 142 | mm/mmap.c | vma->vm_offset = off; |