Searched refs:PROT_NONE (Results 1 - 15 of 15) sorted by relevance
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | mman.h | 39 * 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 D | vmem_mmap.c | 36 #define FREE_PROT PROT_NONE
|
/illumos-gate/usr/src/cmd/sgs/libcrle/common/ |
H A D | dump.c | 320 if (mmap((void *)laddr, size, PROT_NONE, 340 if (mmap((void *)laddr, syspagsz, PROT_NONE,
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mman.h | 64 * 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 D | config_elf.c | 427 (head->ch_resend - head->ch_resbgn), PROT_NONE,
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop.c | 1088 * 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 D | mem.c | 952 dev_a.prot = dev_a.maxprot = (uchar_t)PROT_NONE;
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | watchpoint.c | 119 return (PROT_NONE); /* can't happen */
|
H A D | mmapobj.c | 592 dev_a.prot = dev_a.maxprot = (uchar_t)PROT_NONE;
|
/illumos-gate/usr/src/lib/librsm/common/ |
H A D | rsmlib.c | 2237 prot = PROT_NONE;
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 410 (void) mprotect(stk, guardsize, PROT_NONE);
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 705 if (arg == PROT_NONE) 706 return ("PROT_NONE");
|
/illumos-gate/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 4355 (void) mprotect(addr, redzonesize, PROT_NONE);
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | seg_dev.c | 2178 if ((prot & ~PROT_USER) == PROT_NONE) {
|
H A D | seg_vn.c | 6037 (prot & ~PROT_USER) == PROT_NONE) {
|
Completed in 184 milliseconds