Lines Matching defs:maxprot
938 vm_prot_t maxprot;
947 maxprot = VM_PROT_EXECUTE;
1014 maxprot |= VM_PROT_READ;
1023 * maxprot if the file is not immutable, append-only.
1036 maxprot |= VM_PROT_WRITE;
1045 maxprot |= VM_PROT_WRITE;
1073 int i = maxprot;
1102 (maxprot & VM_PROT_WRITE) != 0;
1136 * Strip the executable bit from 'maxprot' to make sure
1139 maxprot &= ~VM_PROT_EXECUTE;
1144 *maxprotp = maxprot;