Home
last modified time | relevance | path

Searched refs:PROT_NONE (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/test/util-tests/tests/libsff/
H A Dlibsff_efault.c44 if (mprotect(addr, len, PROT_NONE) != 0) { in main()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dmman.h45 #define PROT_NONE 0x0 /* pages cannot be accessed */ macro
/titanic_44/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c320 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 Dvmem_mmap.c36 #define FREE_PROT PROT_NONE
/titanic_44/usr/src/uts/common/sys/
H A Dmman.h76 #define PROT_NONE 0x0 /* pages cannot be accessed */ macro
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c1101 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 Dconfig_elf.c427 (head->ch_resend - head->ch_resbgn), PROT_NONE, in elf_config()
/titanic_44/usr/src/uts/common/io/
H A Dmem.c902 dev_a.prot = dev_a.maxprot = (uchar_t)PROT_NONE; in mmsegmap()
/titanic_44/usr/src/lib/libast/common/features/
H A Dlib486 if (!mmap(srcbuf + siz, siz, PROT_NONE, MAP_PRIVATE, fd, 0))
/titanic_44/usr/src/uts/common/os/
H A Dwatchpoint.c119 return (PROT_NONE); /* can't happen */ in rw_to_prot()
H A Dmmapobj.c591 dev_a.prot = dev_a.maxprot = (uchar_t)PROT_NONE; in mmapobj_unmap()
/titanic_44/usr/src/cmd/truss/
H A Dprint.c704 if (arg == PROT_NONE) in mmap_protect()
/titanic_44/usr/src/lib/libc/port/threads/
H A Dthr.c412 (void) mprotect(stk, guardsize, PROT_NONE); in find_stack()
/titanic_44/usr/src/lib/librsm/common/
H A Drsmlib.c2237 prot = PROT_NONE; in rsm_memseg_import_map()
/titanic_44/usr/src/uts/common/vm/
H A Dseg_dev.c2178 if ((prot & ~PROT_USER) == PROT_NONE) { in segdev_setprot()
H A Dseg_vn.c6058 (prot & ~PROT_USER) == PROT_NONE) { in segvn_setprot()
/titanic_44/usr/src/cmd/syslogd/
H A Dsyslogd.c4355 (void) mprotect(addr, redzonesize, PROT_NONE); in alloc_stacks()