Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/vm/
H A Dvm_allocation.c1645 int bad_flag, i; in test_allocate_with_kernel_flags() local
1656 bad_flag = kernel_flags[i] | flag; in test_allocate_with_kernel_flags()
1657 kr = allocator(this_task, &address, size, bad_flag); in test_allocate_with_kernel_flags()
1662 bad_flag, mach_error_string(kr), mach_error_string(KERN_INVALID_ARGUMENT)); in test_allocate_with_kernel_flags()