Searched defs:PROT_READ (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dmman.h35 * combinations. PROT_WRITE is often implemented as (PROT_READ |
36 * PROT_WRITE) and (PROT_EXECUTE as PROT_READ | PROT_EXECUTE).
41 #define PROT_READ 0x1 /* pages can be read */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dmman.h60 * combinations. PROT_WRITE is often implemented as (PROT_READ |
61 * PROT_WRITE) and (PROT_EXECUTE as PROT_READ | PROT_EXECUTE).
66 #define PROT_READ 0x1 /* pages can be read */ macro
72 #define PROT_ZFOD (PROT_READ | PROT_WRITE | PROT_EXEC | PROT_USER)
73 #define PROT_ALL (PROT_READ | PROT_WRITE | PROT_EXEC | PROT_USER)
103 #define PROC_TEXT (PROT_EXEC | PROT_READ)
104 #define PROC_DATA (PROT_READ | PROT_WRITE | PROT_EXEC)
107 #define VALID_ATTR (PROT_READ|PROT_WRITE|PROT_EXEC|SHARED|PRIVATE)

Completed in 50 milliseconds