Home
last modified time | relevance | path

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

/freebsd/lib/libsysdecode/
H A Dflags.c517 int protm; in sysdecode_mmap_prot() local
521 protm = PROT_MAX_EXTRACT(prot); in sysdecode_mmap_prot()
522 prot &= ~PROT_MAX(protm); in sysdecode_mmap_prot()
523 if (protm != 0) { in sysdecode_mmap_prot()
525 printed = print_mask_int(fp, mmapprot, protm, rem); in sysdecode_mmap_prot()