Home
last modified time | relevance | path

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

/freebsd/lib/libsysdecode/
H A Dflags.c509 int protm; in sysdecode_mmap_prot() local
513 protm = PROT_MAX_EXTRACT(prot); in sysdecode_mmap_prot()
514 prot &= ~PROT_MAX(protm); in sysdecode_mmap_prot()
515 if (protm != 0) { in sysdecode_mmap_prot()
517 printed = print_mask_int(fp, mmapprot, protm, rem); in sysdecode_mmap_prot()