Lines Matching full:prot
78 int printed = 0, prot = arg;80 if (prot == PROT_NONE)83 if (prot & PROT_##n) { \85 prot &= ~PROT_##n; \98 if (prot)99 printed += scnprintf(bf + printed, size - printed, "%s%#x", printed ? "|" : "", prot);322 [2] = SCA_MMAP_PROT, /* prot */326 [2] = SCA_MMAP_PROT, /* prot */ }, },