Searched refs:PROT_NONE (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dmman.h39 * allow any access to succeed where prot is specified as PROT_NONE.
45 #define PROT_NONE 0x0 /* pages cannot be accessed */ macro
/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem_mmap.c36 #define FREE_PROT PROT_NONE
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c320 if (mmap((void *)laddr, size, PROT_NONE,
340 if (mmap((void *)laddr, syspagsz, PROT_NONE,
/illumos-gate/usr/src/uts/common/sys/
H A Dmman.h64 * allow any access to succeed where prot is specified as PROT_NONE.
76 #define PROT_NONE 0x0 /* pages cannot be accessed */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c427 (head->ch_resend - head->ch_resbgn), PROT_NONE,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c1088 * allocate `nbytes' bytes, and sandwich it between two PROT_NONE pages to
1105 if (mprotect(start, 1, PROT_NONE) == -1)
1109 if (mprotect(start + nbytes, 1, PROT_NONE) == -1)
/illumos-gate/usr/src/uts/common/io/
H A Dmem.c952 dev_a.prot = dev_a.maxprot = (uchar_t)PROT_NONE;
/illumos-gate/usr/src/uts/common/os/
H A Dwatchpoint.c119 return (PROT_NONE); /* can't happen */
H A Dmmapobj.c592 dev_a.prot = dev_a.maxprot = (uchar_t)PROT_NONE;
/illumos-gate/usr/src/lib/librsm/common/
H A Drsmlib.c2237 prot = PROT_NONE;
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c410 (void) mprotect(stk, guardsize, PROT_NONE);
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c705 if (arg == PROT_NONE)
706 return ("PROT_NONE");
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c4355 (void) mprotect(addr, redzonesize, PROT_NONE);
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.c2178 if ((prot & ~PROT_USER) == PROT_NONE) {
H A Dseg_vn.c6037 (prot & ~PROT_USER) == PROT_NONE) {

Completed in 184 milliseconds