_PROT_ALL
#define PROT_EXTRACT(prot) ((prot) & _PROT_ALL)
#define PROT_MAX_EXTRACT(prot) (((prot) >> _PROT_MAX_SHIFT) & _PROT_ALL)
return (_PROT_ALL);
return (_PROT_ALL);
if ((prot & ~(_PROT_ALL | PROT_MAX(_PROT_ALL))) != 0) {
if ((prot & ~(_PROT_ALL | PROT_MAX(_PROT_ALL))) != 0)
if (prot & ~_PROT_ALL) {
prot & ~_PROT_ALL);