Home
last modified time | relevance | path

Searched defs:testname (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.1.9/tools/
H A Dformat_vm_parameter_validation.py53 def formatter_for_testname(testname): argument
115 def error_code_values_for_testname(testname): argument
368 def print_results_3D(results, formatter, testname): argument
443 def print_results_nD(results, testname, overrides=None): argument
/xnu-12377.1.9/tests/vm/configurator/
H A Dvm_configurator_tests.h1093 const char *testname, in configure_single_submap_single_entry_common()
1177 const char *testname, in configure_single_submap_oversize_entry_common()
1260 const char *testname, in configure_submap_beafterfore_entry()
1369 const char *testname, in configure_submap_allocation_submap_one_entry_common()
1430 const char *testname, in configure_submap_allocation_submap_two_entries_common()
1505 const char *testname, in configure_submap_allocation_submap_three_entries_common()
1778 #define RUN_TEST(testname) \ in run_vm_tests() argument
H A Dvm_configurator.c4228 const char *testname, in run_one_vm_test()
/xnu-12377.1.9/tests/
H A Dkqueue_file_tests.c673 init_test_common(test_t *tst, char *testname, char *watchfile, int nprep, int nclean, int event, in… in init_test_common()
706 init_test(test_t *tst, char *testname, char *watchfile, int nprep, int nclean, int event, int want) in init_test()
715 init_poll_test(test_t *tst, char *testname, char *watchfile, int nprep, int nclean, int event, int … in init_poll_test()
/xnu-12377.1.9/osfmk/tests/
H A Dvm_parameter_validation.h629 const char *testname; member
642 alloc_results(const char *testname, char *testconfig, in alloc_results()
679 alloc_results(const char *testname, in alloc_results()
689 alloc_results(const char *testname, trialsformula_t trialsformula, uint64_t trialsarg0, unsigned ca… in alloc_results()
697 alloc_results(const char *testname, trialsformula_t trialsformula, unsigned capacity) in alloc_results()
4532 test_mach_vm_range_create(mach_with_start_size_start_size_fn fn, const char *testname) in test_mach_vm_range_create()
4594 …return_t (*func)(MAP_T map, mach_vm_address_t * start, mach_vm_size_t size), const char * testname) in test_mach_allocation_func_with_start_size()
4615 …func)(MAP_T map, mach_vm_address_t * start, mach_vm_size_t size, int flags), const char * testname) in test_mach_allocation_func_with_vm_map_kernel_flags_t()
4644 …t (*func)(MAP_T map, mach_vm_address_t src, mach_vm_size_t size, int flags), const char * testname) in test_mach_with_allocated_vm_map_kernel_flags_t()
4660 …_with_allocated_vm_prot_t(int (*func)(void * start, size_t size, int flags), const char * testname) in test_unix_with_allocated_vm_prot_t()
[all …]
H A Dvm_parameter_validation_kern.c94 … dst_map, vm_map_copy_t copy, mach_vm_address_t start, mach_vm_size_t size), const char * testname) in test_vm_map_copy_overwrite()
136 …urn_t (*func)(MAP_T map, vm_map_offset_t src, void * dst, vm_size_t length), const char * testname) in test_src_kerneldst_size()
159 …turn_t (*func)(MAP_T map, void *src, vm_map_offset_t dst, vm_size_t length), const char * testname) in test_kernelsrc_dst_size()
998 …ted_vnode_addr(kern_return_t (*func)(MAP_T dst_map, mach_vm_address_t start), const char *testname) in test_kext_unix_with_allocated_vnode_addr()
/xnu-12377.1.9/tests/vm/
H A Dvm_parameter_validation.c2107 …t (*func)(MAP_T map, mach_vm_address_t src, mach_vm_size_t size, int flags), const char * testname) in test_mmap_with_allocated_vm_map_kernel_flags_t()
2127 test_unix_with_allocated_vm_inherit_t(unix_with_inherit_fn fn, const char * testname) in test_unix_with_allocated_vm_inherit_t()
2147 test_unix_with_allocated_vm_msync_t(unix_with_msync_fn fn, const char * testname) in test_unix_with_allocated_vm_msync_t()
2167 …cated_aligned_vm_advise_t(unix_with_advise_fn fn, mach_vm_size_t align_mask, const char * testname) in test_unix_with_allocated_aligned_vm_advise_t()
2218 …_shared_region_map_and_slide_2_np(unix_shared_region_map_and_slide_2_np func, const char *testname) in test_unix_shared_region_map_and_slide_2_np()
2240 …map, mach_vm_address_t dst, mach_vm_size_t size, mach_vm_address_t fileoff), const char * testname) in test_dst_size_fileoff()
2319 …map, mach_vm_address_t dst, mach_vm_size_t size, mach_vm_address_t fileoff), const char * testname) in test_fixed_dst_size_fileoff()
2354 …kern_return_t (*func)(MAP_T map, mach_vm_address_t dst, mach_vm_size_t size), const char *testname) in test_fixed_dst_size()
2386 …P_T map, mach_vm_address_t src, mach_vm_size_t size, mach_vm_address_t dst), const char * testname) in test_allocated_src_allocated_dst_size()
2645 test_name_to_golden_results(const char* testname) in test_name_to_golden_results()