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 | 1290 | drivers/cdrom/mcdx.c | int off; |
off | 1312 | drivers/cdrom/mcdx.c | off = stuffp->off_requested < (off = sector + nr_sectors) |
off | 1313 | drivers/cdrom/mcdx.c | ? stuffp->off_requested : off; |
off | 1377 | drivers/cdrom/mcdx.c | } while (++(stuffp->pending) < off); |
off | 77 | drivers/char/ftape/kernel-interface.c | static int ftape_mmap(int dev, unsigned off, int prot); |
off | 208 | drivers/net/3c505.h | off, |
off | 246 | drivers/pci/pci.c | const char *off; |
off | 533 | drivers/pci/pci.c | printk("Changed! Now %s.", bridge_optimization[i].off); |
off | 536 | drivers/pci/pci.c | printk("%s.", bridge_optimization[i].off); |
off | 818 | fs/binfmt_elf.c | static int dump_seek(struct file *file, off_t off) |
off | 821 | fs/binfmt_elf.c | if (file->f_op->lseek(file->f_inode, file, off, 0) != off) |
off | 824 | fs/binfmt_elf.c | file->f_pos = off; |
off | 890 | fs/binfmt_elf.c | #define DUMP_SEEK(off) \ |
off | 891 | fs/binfmt_elf.c | do { if (!dump_seek(file, (off))) return 0; } while(0) |
off | 916 | fs/binfmt_elf.c | #define DUMP_SEEK(off) \ |
off | 917 | fs/binfmt_elf.c | if (!dump_seek(&file, (off))) \ |
off | 214 | 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 | 54 | mm/mmap.c | unsigned long prot, unsigned long flags, unsigned long off) |
off | 66 | mm/mmap.c | if (off + len < off) |
off | 162 | mm/mmap.c | vma->vm_offset = off; |