Searched refs:T_ASSERT_NE_PTR (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | shared_cache_reslide_test.c | 227 …T_ASSERT_NE_PTR(system_address, reslide_address, "system and reslide addresses should diverge %p %… 235 …T_ASSERT_NE_PTR(system_address, reslide_address, "system and reslide should diverge (after crash) … 236 …T_ASSERT_NE_PTR(confirm_address, reslide_address, "reslide and another reslide should diverge (aft… 257 …T_ASSERT_NE_PTR(system_address, reslide_address, "system and reslide should diverge (after crash, … 258 …T_ASSERT_NE_PTR(confirm_address, reslide_address, "reslide and another reslide should diverge (aft… 266 …T_ASSERT_NE_PTR(system_address, reslide_address, "system and reslide should diverge (after crash, … 267 …T_ASSERT_NE_PTR(confirm_address, reslide_address, "reslide and another reslide should diverge (aft…
|
| H A D | restrict_jit.c | 21 T_ASSERT_NE_PTR(addr1, MAP_FAILED, "First map MAP_JIT");
|
| H A D | arm_mte_knobs_policies.c | 67 T_QUIET; T_ASSERT_NE_PTR(orig_tagged_ptr, random_tagged_ptr, in tag_violate_template()
|
| H A D | proc_info.c | 430 T_ASSERT_NE_PTR(proc_config->cow_map, MAP_FAILED, "cow_map mmap()"); in spawn_child_processes() 655 T_ASSERT_NE_PTR(map_tmp, MAP_FAILED, "mmap() for PROC_PIDREGIONINFO"); in proc_info_caller() 2212 T_ASSERT_NE_PTR(addr, MAP_FAILED, "mmap of tmpfile"); 2235 T_ASSERT_NE_PTR(addr, MAP_FAILED, "mmap of tmpfile");
|
| H A D | arm_mte_compress.c | 1086 T_ASSERT_NE_PTR((void*)*buf, NULL, "allocation for sysctl %zu", len); in read_big_sysctl()
|
| H A D | vm_test_mach_map.c | 2497 T_ASSERT_NE_PTR(jit_region, MAP_FAILED, "MAP_JIT");
|
| /xnu-12377.61.12/tests/vm/ |
| H A D | upl.c | 69 T_QUIET; T_ASSERT_NE_PTR(buf, MAP_FAILED, "map buffer"); 104 T_QUIET; T_ASSERT_NE_PTR(buf, MAP_FAILED, "map buffer"); 141 T_QUIET; T_ASSERT_NE_PTR(buf, MAP_FAILED, "map buffer"); 205 T_QUIET; T_ASSERT_NE_PTR(buf, MAP_FAILED, "map buffer"); 297 T_QUIET; T_ASSERT_NE_PTR(buf, MAP_FAILED, "map buffer"); 349 T_QUIET; T_ASSERT_NE_PTR(buf, MAP_FAILED, "map buffer"); 414 T_QUIET; T_ASSERT_NE_PTR(buf, MAP_FAILED, "map buffer"); 486 T_QUIET; T_ASSERT_NE_PTR(buf, MAP_FAILED, "map buffer"); 541 T_QUIET; T_ASSERT_NE_PTR(buf, MAP_FAILED, "map buffer"); 603 T_QUIET; T_ASSERT_NE_PTR(buf, MAP_FAILED, "map buffer"); [all …]
|
| H A D | vm_compressor.c | 56 T_ASSERT_NE_PTR((void*)*buf, NULL, "allocation for sysctl %zu", len); in read_big_sysctl()
|
| /xnu-12377.61.12/libkern/os/ |
| H A D | log.c | 1397 T_ASSERT_NE_PTR(h1, OS_LOG_DEFAULT, "Custom log handle is not OS_LOG_DEFAULT"); in test_os_log_handles() 1403 T_ASSERT_NE_PTR(h1, h2, "Subsystem is not enough to identify a log handle"); in test_os_log_handles() 1406 T_ASSERT_NE_PTR(h1, h2, "Category is not enough to identify a log handle"); in test_os_log_handles() 1409 T_ASSERT_NE_PTR(h1, h2, "Different subsystem and category yield a different handle"); in test_os_log_handles() 1413 T_ASSERT_NE_PTR(h1, h2, "Subsystem and category cannot be mixed"); in test_os_log_handles() 1426 T_ASSERT_NE_PTR(h1, OS_LOG_DEFAULT, "Custom log handle is not OS_LOG_DEFAULT"); in test_os_log_handles() 1449 T_ASSERT_NE_PTR(OS_LOG_DEFAULT, log_handle, "Log handle is not OS_LOG_DEFAULT"); in test_os_log()
|
| /xnu-12377.61.12/osfmk/tests/ |
| H A D | ktest.h | 626 #define T_ASSERT_NE_PTR(lhs, rhs, msg, ...) \ macro
|