Searched defs:PROT_WRITE (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).
38 * where PROT_WRITE has not been set. Also, no implementation will
42 #define PROT_WRITE 0x2 /* pages can be written */ 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).
63 * where PROT_WRITE has not been set. Also, no implementation will
67 #define PROT_WRITE 0x2 /* pages can be written */ 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)
104 #define PROC_DATA (PROT_READ | PROT_WRITE | PROT_EXEC)
107 #define VALID_ATTR (PROT_READ|PROT_WRITE|PROT_EXEC|SHARED|PRIVATE)

Completed in 61 milliseconds