Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/tests/superpages/
H A Dtestsp.c50 check_kr(int kr, char *fn) in check_kr() function
197 if (!(ret = check_kr(kr, "mach_vm_allocate"))) { in test_allocate()
229 if (!(ret = check_kr(kr, "mach_vm_deallocate"))) { in test_deallocate()
256 if (!(ret = check_kr(kr, "mach_vm_allocate"))) { in test_allocate_size_any()
266 if (!(ret = check_kr(kr, "mach_vm_deallocate"))) { in test_allocate_size_any()
293 if (!(ret = check_kr(kr, "mach_vm_allocate"))) { in test_allocatefixed()
303 if (!(ret = check_kr(kr, "mach_vm_deallocate"))) { in test_allocatefixed()
326 if ((ret = check_kr(kr, "mach_vm_allocate"))) { in test_allocateunalignedfixed()
347 if ((ret = check_kr(kr, "mach_vm_allocate"))) { in test_allocateoddsize()
368 if (!(ret = check_kr(kr, "mach_vm_allocate"))) { in test_deallocatesubpage()
[all …]