Home
last modified time | relevance | path

Searched refs:test_result_t (Results 1 – 13 of 13) sorted by relevance

/xnu-12377.61.12/tests/vm/
H A Dconfigurator_test.c349 static test_result_t
363 static test_result_t
380 static test_result_t
397 static test_result_t
415 static test_result_t
427 static test_result_t
439 static test_result_t
455 static test_result_t
467 static test_result_t
479 static test_result_t
[all …]
H A Dconfigurator_vm_protect.c74 static test_result_t
100 static test_result_t
127 static test_result_t
158 static test_result_t
164 test_result_t results[4]; in vm_protect_max_000()
178 static test_result_t
184 test_result_t results[4]; in vm_protect_max_r00()
198 static test_result_t
204 test_result_t results[4]; in vm_protect_max_0w0()
219 static test_result_t
[all …]
H A Dconfigurator_mmap.c80 static test_result_t
103 static test_result_t
126 static test_result_t
188 static test_result_t
211 static test_result_t
235 static test_result_t
262 static test_result_t
289 static test_result_t
316 static test_result_t
343 static test_result_t
[all …]
H A Dconfigurator_vm_deallocate.c105 static test_result_t
123 static test_result_t
137 static test_result_t
151 static test_result_t
169 static test_result_t
188 static test_result_t
207 static test_result_t
226 static test_result_t
245 static test_result_t
265 static test_result_t
[all …]
H A Dconfigurator_vm_allocate.c166 static test_result_t
181 static test_result_t
205 static test_result_t
230 static test_result_t
258 static test_result_t
286 static test_result_t
314 static test_result_t
342 static test_result_t
371 static test_result_t
401 static test_result_t
[all …]
H A Dconfigurator_vm_behavior_set.c77 static test_result_t
86 test_result_t test_results[1]; in vm_behavior_common_no_cow()
159 static test_result_t
168 test_result_t result; in vm_behavior_no_cow_maybe_rw_maybe_holes()
194 static test_result_t
205 static test_result_t
216 static test_result_t
227 static test_result_t
239 static test_result_t
250 static test_result_t
[all …]
H A Dconfigurator_vm_wire.c202 static test_result_t
235 static test_result_t
253 static test_result_t
276 static test_result_t
291 static test_result_t
343 static test_result_t
357 static test_result_t
369 static test_result_t
382 static test_result_t
393 static test_result_t
[all …]
H A Dconfigurator_mincore.c53 static test_result_t
81 test_result_t result = successful_mincore_nested(submap_checkers, page_address, PAGE_SIZE); in successful_mincore_nested()
121 static test_result_t
127 test_result_t result = successful_mincore_nested(checker_list, start, size); in successful_mincore()
H A Dconfigurator_fault.c160 static test_result_t
221 static test_result_t
231 static test_result_t
274 static test_result_t
290 static test_result_t
H A Dconfigurator_vm_inherit.c78 static test_result_t
/xnu-12377.61.12/tests/vm/configurator/
H A Dvm_configurator.h122 } test_result_t; typedef
124 static inline test_result_t
125 worst_result(test_result_t *list, unsigned count) in worst_result()
127 test_result_t worst = TestSucceeded; in worst_result()
1155 extern test_result_t
1169 extern test_result_t
H A Dvm_configurator.c3171 test_result_t
3230 test_result_t
3418 static test_result_t
3488 test_result_t
4214 test_result_t
4238 test_result_t result; in run_one_vm_test()
H A Dvm_configurator_tests.h62 typedef test_result_t (*test_fn_t)(
1701 extern test_result_t