Searched refs:should_panic (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/tests/vm/ |
| H A D | vm_parameter_validation.c | 2309 bool should_panic; in test_fixed_dst_size_fileoff() local 2311 allocate_for_mmap_fixed(map, trial, &dst_alloc, &dst_size, &should_panic, &should_slide_trial); in test_fixed_dst_size_fileoff() 2312 if (should_panic) { in test_fixed_dst_size_fileoff() 2344 bool should_panic; in test_fixed_dst_size() local 2346 allocate_for_mmap_fixed(map, trial, &dst_alloc, &dst_size, &should_panic, &should_slide_trial); in test_fixed_dst_size() 2347 if (should_panic) { in test_fixed_dst_size()
|