Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/vm/
H A Dvm_allocation.c1653 int bad_flag, i; in test_allocate_with_kernel_flags() local
1670 bad_flag = test_flag | flag; in test_allocate_with_kernel_flags()
1671 kr = allocator(this_task, &address, size, bad_flag); in test_allocate_with_kernel_flags()
1676 bad_flag, mach_error_string(kr), mach_error_string(KERN_INVALID_ARGUMENT)); in test_allocate_with_kernel_flags()
1690 int bad_flag, i; in test_allocate_superpage_with_incompatible_flags() local
1707 bad_flag = test_flag | flag | VM_FLAGS_SUPERPAGE_SIZE_ANY; in test_allocate_superpage_with_incompatible_flags()
1708 kr = allocator(this_task, &address, size, bad_flag); in test_allocate_superpage_with_incompatible_flags()
1713 bad_flag, mach_error_string(kr), mach_error_string(KERN_INVALID_ARGUMENT)); in test_allocate_superpage_with_incompatible_flags()