taglinefilesource code
PROT_READ54fs/affs/amigaffs.h#define PROT_READ           (1<<3)
PROT_READ4include/asm-alpha/mman.h#define PROT_READ  0x1    /* page can be read */
PROT_READ4include/asm-i386/mman.h#define PROT_READ  0x1    /* page can be read */
PROT_READ4include/asm-m68k/mman.h#define PROT_READ  0x1    /* page can be read */
PROT_READ20include/asm-mips/mman.h#define PROT_READ  0x1    /* page can be read */
PROT_READ4include/asm-ppc/mman.h#define PROT_READ  0x1    /* page can be read */
PROT_READ7include/asm-sparc/mman.h#define PROT_READ  0x1    /* page can be read */