tag | line | file | source code |
off | 170 | arch/alpha/kernel/osf_sys.c | unsigned long off) |
off | 180 | arch/alpha/kernel/osf_sys.c | return do_mmap(file, addr, len, prot, flags, off); |
off | 63 | arch/sparc/kernel/sys_sunos.c | unsigned long fd, unsigned long off) |
off | 92 | arch/sparc/kernel/sys_sunos.c | retval = do_mmap(file, addr, len, prot, flags, off); |
off | 1301 | drivers/cdrom/mcdx.c | int off; |
off | 1323 | drivers/cdrom/mcdx.c | off = stuffp->off_requested < (off = sector + nr_sectors) |
off | 1324 | drivers/cdrom/mcdx.c | ? stuffp->off_requested : off; |
off | 1388 | drivers/cdrom/mcdx.c | } while (++(stuffp->pending) < off); |
off | 208 | drivers/net/3c505.h | off, |
off | 263 | drivers/pci/pci.c | const char *off; |
off | 551 | drivers/pci/pci.c | printk("Changed! Now %s.", bridge_optimization[i].off); |
off | 554 | drivers/pci/pci.c | printk("%s.", bridge_optimization[i].off); |
off | 825 | fs/binfmt_elf.c | static int dump_seek(struct file *file, off_t off) |
off | 828 | fs/binfmt_elf.c | if (file->f_op->lseek(file->f_inode, file, off, 0) != off) |
off | 831 | fs/binfmt_elf.c | file->f_pos = off; |
off | 899 | fs/binfmt_elf.c | #define DUMP_SEEK(off) \ |
off | 900 | fs/binfmt_elf.c | do { if (!dump_seek(file, (off))) return 0; } while(0) |
off | 925 | fs/binfmt_elf.c | #define DUMP_SEEK(off) \ |
off | 926 | fs/binfmt_elf.c | if (!dump_seek(&file, (off))) \ |
off | 202 | 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 | 43 | mm/mmap.c | unsigned long prot, unsigned long flags, unsigned long off) |
off | 54 | mm/mmap.c | if (off + len < off) |
off | 150 | mm/mmap.c | vma->vm_offset = off; |