Searched refs:PROT_NONE (Results 1 – 17 of 17) sorted by relevance
/titanic_44/usr/src/test/util-tests/tests/libsff/ |
H A D | libsff_efault.c | 44 if (mprotect(addr, len, PROT_NONE) != 0) { in main()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | mman.h | 45 #define PROT_NONE 0x0 /* pages cannot be accessed */ macro
|
/titanic_44/usr/src/cmd/sgs/libcrle/common/ |
H A D | dump.c | 320 if (mmap((void *)laddr, size, PROT_NONE, in filladdr() 340 if (mmap((void *)laddr, syspagsz, PROT_NONE, in filladdr()
|
/titanic_44/usr/src/lib/libumem/common/ |
H A D | vmem_mmap.c | 36 #define FREE_PROT PROT_NONE
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | mman.h | 76 #define PROT_NONE 0x0 /* pages cannot be accessed */ macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop.c | 1101 if (mprotect(start, 1, PROT_NONE) == -1) in protmalloc() 1105 if (mprotect(start + nbytes, 1, PROT_NONE) == -1) in protmalloc()
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | config_elf.c | 427 (head->ch_resend - head->ch_resbgn), PROT_NONE, in elf_config()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | mem.c | 902 dev_a.prot = dev_a.maxprot = (uchar_t)PROT_NONE; in mmsegmap()
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | lib | 486 if (!mmap(srcbuf + siz, siz, PROT_NONE, MAP_PRIVATE, fd, 0))
|
/titanic_44/usr/src/uts/common/os/ |
H A D | watchpoint.c | 119 return (PROT_NONE); /* can't happen */ in rw_to_prot()
|
H A D | mmapobj.c | 591 dev_a.prot = dev_a.maxprot = (uchar_t)PROT_NONE; in mmapobj_unmap()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | print.c | 704 if (arg == PROT_NONE) in mmap_protect()
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 412 (void) mprotect(stk, guardsize, PROT_NONE); in find_stack()
|
/titanic_44/usr/src/lib/librsm/common/ |
H A D | rsmlib.c | 2237 prot = PROT_NONE; in rsm_memseg_import_map()
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | seg_dev.c | 2178 if ((prot & ~PROT_USER) == PROT_NONE) { in segdev_setprot()
|
H A D | seg_vn.c | 6058 (prot & ~PROT_USER) == PROT_NONE) { in segvn_setprot()
|
/titanic_44/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 4355 (void) mprotect(addr, redzonesize, PROT_NONE); in alloc_stacks()
|