Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vm/
H A Dconfigurator_vm_protect.c93 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 Dconfigurator_vm_behavior_set.c153 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 Dconfigurator_fault.c56 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 Dvm_configurator_tests.h879 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 Dvm_configurator.h1388 #define TEMP_CSTRING(str, format, ...) \ macro