Searched refs:TEMP_CSTRING (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/tests/vm/ |
| H A D | configurator_vm_protect.c | 93 TEMP_CSTRING(name, "after vm_protect(%s)", name_for_prot(prot)); in vm_protect_successfully() 149 TEMP_CSTRING(name, "after vm_protect(%s)", name_for_prot(prot)); in vm_protect_beyond_max_prot()
|
| H A D | configurator_vm_behavior_set.c | 153 TEMP_CSTRING(when, "after vm_behavior_set(%s)", name_for_behavior(behavior)); in vm_behavior_common_no_cow() 391 TEMP_CSTRING(when, "after vm_behavior_set(VM_BEHAVIOR_ZERO) %s", message_suffix); in vm_behavior_zero_once()
|
| H A D | configurator_fault.c | 56 TEMP_CSTRING(message, "after %s 0x%llx..0x%llx%s", in test_fault_one_checker_in_address_range()
|
| /xnu-12377.61.12/tests/vm/configurator/ |
| H A D | vm_configurator_tests.h | 879 TEMP_CSTRING(name, "protection > single entry prot/max %s/%s", in configure_protection_single_common() 894 TEMP_CSTRING(name, "protection > two entries prot/max %s/%s and %s/%s", in configure_protection_pairs_common()
|
| H A D | vm_configurator.h | 1388 #define TEMP_CSTRING(str, format, ...) \ macro
|