Home
last modified time | relevance | path

Searched refs:VALID_ATTR (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dmman.h105 #define VALID_ATTR (PROT_READ|PROT_WRITE|PROT_EXEC|SHARED|PRIVATE) macro
/titanic_50/usr/src/uts/common/syscall/
H A Dmemcntl.c97 if ((VALID_ATTR & attr) != attr) { in memcntl()
/titanic_50/usr/src/cmd/truss/
H A Dprint.c918 else if (raw || (val & ~VALID_ATTR)) in prt_mc5()