Searched refs:prot_str (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/tests/ |
| H A D | vm_test_mach_map.c | 959 static const char *prot_str[] = { "---", "r--", "-w-", "rw-", "--x", "r-x", "-wx", "rwx" }; variable 1019 prot_str[info.protection], 1020 prot_str[info.max_protection], 1067 prot_str[info.protection], 1068 prot_str[info.max_protection], 1090 prot_str[info.protection], 1091 prot_str[info.max_protection], 1168 prot_str[info.protection], 1169 prot_str[info.max_protection], 1238 prot_str[info.protection], [all …]
|
| /xnu-8796.121.2/tests/vm/ |
| H A D | vm_test_shreg_ro.c | 25 prot_str(vm_prot_t prot) in prot_str() function 42 prot_str(ri->protection), in print_region_info() 43 prot_str(ri->max_protection), in print_region_info() 50 prot_str(ri2->protection), prot_str(ri2->max_protection), in print_region_info()
|