Lines Matching refs:name

2046 		append_result(results, ret, trial.name);  in test_mach_vm_deferred_reclamation_buffer_init()
2063 append_result(results, ret, last_trial.name); in test_mach_vm_deferred_reclamation_buffer_init()
2097 append_result(results, ret, trials->list[i].name); in test_mmap_with_allocated_vm_map_kernel_flags_t()
2117 append_result(results, ret, trial.name); in test_unix_with_allocated_vm_inherit_t()
2137 append_result(results, ret, trial.name); in test_unix_with_allocated_vm_msync_t()
2157 append_result(results, ret, trial.name); in test_unix_with_allocated_aligned_vm_advise_t()
2212 append_result(results, ret, trial.name); in test_unix_shared_region_map_and_slide_2_np()
2232 append_result(results, ret, trial.name); in test_dst_size_fileoff()
2313 append_result(results, PANIC, trial.name); in test_fixed_dst_size_fileoff()
2326 append_result(results, ret, trial.name); in test_fixed_dst_size_fileoff()
2348 append_result(results, PANIC, trial.name); in test_fixed_dst_size()
2360 append_result(results, ret, trial.name); in test_fixed_dst_size()
2380 append_result(results, ret, trial.name); in test_allocated_src_allocated_dst_size()
2452 (results)->list[i].name = kstrdup((trials)->list[i].name); \
2527 results->list[results->count - 1].name = kstrdup(trial_desc); in fill_golden_trials()
2723 …"Out parameter violation in test %s - %s\n", results->testname, results->list[result_number].name); in populate_golden_results()
2856 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, n… argument
2858 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_start_size(fn… argument
2859 #define RUN_OLD64(fn, name) RUN_NEW(fn, name) argument
2861 #define RUN_OLD(fn, name) do {} while (0) argument
2862 #define RUN_OLD64(fn, name) do {} while (0) argument
2884 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_size(fn, name " (size)"))) argument
2889 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_vm_prot_t(fn, na… argument
2890 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_vm_prot_t(fn,… argument
2891 #define RUN_OLD64(fn, name) RUN_NEW(fn, name) argument
2903 #define RUN(fn, name) dealloc_results(process_results(test_mach_vm_prot(fn, name " (vm_prot_t)"))) argument
2908 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_ledger_tag(fn, name " (ledger … argument
2912 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_ledger_flag(fn, name " (ledger… argument
2920 #define RUN(fn, name) dealloc_results(process_results(test_mach_allocation_func_with_start_size(fn,… argument
2925 #define RUN(fn, name) dealloc_results(process_results(test_mach_allocation_func_with_vm_map_kernel_… argument
2934 #define RUN(fn, name) dealloc_results(process_results(test_deallocator(fn, name " (start/size)"))) argument
2948 #define RUN_START_SIZE(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_siz… argument
2949 #define RUN_HINT_SIZE(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size… argument
2950 #define RUN_PROT_PAIR(fn, name) dealloc_results(process_results(test_mach_vm_prot_pair(fn, name " (… argument
2951 #define RUN_INHERIT(fn, name) dealloc_results(process_results(test_mach_with_allocated_vm_inherit_t… argument
2952 #define RUN_FLAGS(fn, name) dealloc_results(process_results(test_mach_allocation_func_with_vm_map_k… argument
2953 #define RUN_SSOO(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size_offs… argument
2955 #define RUN_ALL(fn, name) \ argument
2956 RUN_START_SIZE(call_ ## fn ## __allocate_fixed, #name " (allocate fixed overwrite)"); \
2957 RUN_START_SIZE(call_ ## fn ## __allocate_fixed_copy, #name " (allocate fixed overwrite copy)"); \
2958 RUN_START_SIZE(call_ ## fn ## __memobject_fixed, #name " (memobject fixed overwrite)"); \
2959 RUN_START_SIZE(call_ ## fn ## __memobject_fixed_copy, #name " (memobject fixed overwrite copy)"); \
2960 RUN_HINT_SIZE(call_ ## fn ## __allocate_anywhere, #name " (allocate anywhere)"); \
2961 RUN_HINT_SIZE(call_ ## fn ## __memobject_anywhere, #name " (memobject anywhere)"); \
2962 RUN_PROT_PAIR(call_ ## fn ## __allocate_fixed__prot_pairs, #name " (allocate fixed overwrite)"); \
2963 …RUN_PROT_PAIR(call_ ## fn ## __allocate_fixed_copy__prot_pairs, #name " (allocate fixed overwrite …
2964 RUN_PROT_PAIR(call_ ## fn ## __allocate_anywhere__prot_pairs, #name " (allocate anywhere)"); \
2965 …RUN_PROT_PAIR(call_ ## fn ## __memobject_fixed__prot_pairs, #name " (memobject fixed overwrite)");…
2966 …RUN_PROT_PAIR(call_ ## fn ## __memobject_fixed_copy__prot_pairs, #name " (memobject fixed overwrit…
2967 RUN_PROT_PAIR(call_ ## fn ## __memobject_anywhere__prot_pairs, #name " (memobject anywhere)"); \
2968 RUN_INHERIT(call_ ## fn ## __allocate_fixed__inherit, #name " (allocate fixed overwrite)"); \
2969 …RUN_INHERIT(call_ ## fn ## __allocate_fixed_copy__inherit, #name " (allocate fixed overwrite copy)…
2970 RUN_INHERIT(call_ ## fn ## __allocate_anywhere__inherit, #name " (allocate anywhere)"); \
2971 RUN_INHERIT(call_ ## fn ## __memobject_fixed__inherit, #name " (memobject fixed overwrite)"); \
2972 …RUN_INHERIT(call_ ## fn ## __memobject_fixed_copy__inherit, #name " (memobject fixed overwrite cop…
2973 RUN_INHERIT(call_ ## fn ## __memobject_anywhere__inherit, #name " (memobject anywhere)"); \
2974 RUN_FLAGS(call_ ## fn ## __allocate__flags, #name " (allocate)"); \
2975 RUN_FLAGS(call_ ## fn ## __allocate_copy__flags, #name " (allocate copy)"); \
2976 RUN_FLAGS(call_ ## fn ## __memobject__flags, #name " (memobject)"); \
2977 RUN_FLAGS(call_ ## fn ## __memobject_copy__flags, #name " (memobject copy)"); \
2978 …RUN_SSOO(call_ ## fn ## __memobject_fixed__start_size_offset_object, #name " (memobject fixed over…
2979 …RUN_SSOO(call_ ## fn ## __memobject_fixed_copy__start_size_offset_object, #name " (memobject fixed…
2980 …RUN_SSOO(call_ ## fn ## __memobject_anywhere__start_size_offset_object, #name " (memobject anywher…
2999 …rness, fn, variant, type, type_name, name) dealloc_results(process_results(harness(FN_NAME(fn, var… argument
3000 …_SIZE(fn, variant, type_name, name) RUN_HELPER(test_mach_with_allocated_start_size, fn, variant, s… argument
3001 …_SIZE(fn, variant, type_name, name) RUN_HELPER(test_mach_with_allocated_start_size, fn, variant, d… argument
3002 …UN_PROT_PAIRS(fn, variant, name) RUN_HELPER(test_mach_with_allocated_vm_prot_pair, fn, variant, pr… argument
3003 …fine RUN_INHERIT(fn, variant, name) RUN_HELPER(test_mach_with_allocated_vm_inherit_t, fn, variant,… argument
3004 …ine RUN_FLAGS(fn, variant, name) RUN_HELPER(test_mach_with_allocated_vm_map_kernel_flags_t, fn, va… argument
3005 …n, dst, variant, type_name, name) RUN_HELPER(test_allocated_src_##dst##_dst_size, fn, variant, src… argument
3007 #define RUN_ALL(fn, realigned, name) \ argument
3008 RUN_SRC_SIZE(fn, copy, realigned "src/size", name); \
3009 RUN_SRC_SIZE(fn, nocopy, realigned "src/size", name); \
3010 RUN_DST_SIZE(fn, fixed, "realigned dst/size", name); \
3011 RUN_DST_SIZE(fn, fixed_copy, "realigned dst/size", name); \
3012 RUN_DST_SIZE(fn, anywhere, "hint/size", name); \
3013 RUN_INHERIT(fn, fixed, name); \
3014 RUN_INHERIT(fn, fixed_copy, name); \
3015 RUN_INHERIT(fn, anywhere, name); \
3016 RUN_FLAGS(fn, nocopy, name); \
3017 RUN_FLAGS(fn, copy, name); \
3018 RUN_PROT_PAIRS(fn, fixed, name); \
3019 RUN_PROT_PAIRS(fn, fixed_copy, name); \
3020 RUN_PROT_PAIRS(fn, anywhere, name); \
3021 RUN_SRC_DST_SIZE(fn, allocated, fixed, "src/dst/size", name); \
3022 RUN_SRC_DST_SIZE(fn, allocated, fixed_copy, "src/dst/size", name); \
3023 RUN_SRC_DST_SIZE(fn, unallocated, anywhere, "src/dst/size", name); \
3043 #define RUN(fn, name) dealloc_results(process_results(test_mmap_with_allocated_vm_map_kernel_flags_… argument
3048 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_allocated_mmap_flags(fn, name argument
3052 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, name argument
3062 #define RUN(fn, name) dealloc_results(process_results(test_fixed_dst_size(fn, name " (dst/size)"))) argument
3066 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, name argument
3076 #define RUN(fn, name) dealloc_results(process_results(test_dst_size_fileoff(fn, name " (hint/size/f… argument
3086 #define RUN(fn, name) dealloc_results(process_results(test_fixed_dst_size_fileoff(fn, name " (dst/s… argument
3090 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_allocated_vm_prot_t(fn, name "… argument
3101 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_start_size(fn, name argument
3109 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_start_size(fn, name argument
3114 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, name argument
3121 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_allocated_vm_prot_t(fn, name "… argument
3130 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, n… argument
3132 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_start_size(fn… argument
3134 #define RUN_OLD(fn, name) do {} while (0) argument
3162 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, n… argument
3164 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_start_size(fn… argument
3166 #define RUN_OLD(fn, name) do {} while (0) argument
3173 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_start_size(fn, name argument
3177 #define RUN(fn, name) dealloc_results(process_results(test_mach_with_allocated_vm_inherit_t(fn, nam… argument
3180 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_vm_inherit_t(fn, nam… argument
3188 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, n… argument
3190 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_start_size(fn… argument
3192 #define RUN_OLD(fn, name) do {} while (0) argument
3198 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_vm_prot_t(fn, na… argument
3200 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_vm_prot_t(fn,… argument
3202 #define RUN_OLD(fn, name) do {} while (0) argument
3208 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_start_size(fn, name argument
3211 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_vm_prot_t(fn, name "… argument
3232 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, n… argument
3234 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_start_size(fn… argument
3236 #define RUN_OLD(fn, name) do {} while (0) argument
3243 …define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_aligned_start_si… argument
3245 …fine RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_aligned_start_s… argument
3247 #define RUN_OLD(fn, name) do {} while (0) argument
3254 …fine RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_aligned_vm_behavio… argument
3256 …ine RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_aligned_vm_behav… argument
3258 #define RUN_OLD(fn, name) do {} while (0) argument
3265 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_start_size(fn, name argument
3269 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_aligned_vm_advise_t(… argument
3277 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, n… argument
3279 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_start_size(fn… argument
3281 #define RUN_OLD(fn, name) do {} while (0) argument
3287 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_vm_sync_t(fn, na… argument
3289 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_vm_sync_t(fn,… argument
3291 #define RUN_OLD(fn, name) do {} while (0) argument
3297 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_start_size(fn, name argument
3301 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_vm_msync_t(fn, name argument
3310 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, n… argument
3312 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_start_size(fn… argument
3314 #define RUN_OLD(fn, name) do {} while (0) argument
3320 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_vm_machine_attri… argument
3322 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_vm_machine_at… argument
3324 #define RUN_OLD(fn, name) do {} while (0) argument
3335 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_purgeable_addr(f… argument
3337 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_purgeable_add… argument
3339 #define RUN_OLD(fn, name) do {} while (0) argument
3348 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_purgeable_and_st… argument
3350 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_purgeable_and… argument
3352 #define RUN_OLD(fn, name) do {} while (0) argument
3363 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_addr(fn, name " … argument
3365 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_addr(fn, name argument
3367 #define RUN_OLD(fn, name) do {} while (0) argument
3381 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_addr(fn, name " … argument
3383 #define RUN_OLD(fn, name) dealloc_results(process_results(test_oldmach_with_allocated_addr(fn, name argument
3385 #define RUN_OLD(fn, name) do {} while (0) argument
3393 #define RUN_NEW(fn, name) dealloc_results(process_results(test_mach_with_allocated_start_size(fn, n… argument
3397 #define RUN(fn, name) dealloc_results(process_results(test_unix_with_allocated_start_size(fn, name argument
3405 #define RUN(fn, name) dealloc_results(process_results(test_unix_shared_region_map_and_slide_2_np(fn… argument
3410 #define RUN(fn, name) dealloc_results(process_results(test_mach_vm_deferred_reclamation_buffer_init… argument
3511 kern_results->list[result_number++] = (result_t){.ret = result_ret, .name = result_name}; in populate_kernel_results()
3530 char name[1024]; in run_sysctl_test() local
3535 snprintf(name, sizeof(name), "debug.test.%s", t); in run_sysctl_test()
3536 rc = sysctlbyname(name, &result, &s, &value, s); in run_sysctl_test()