Searched refs:T_ASSERT_NE_PTR (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.140.41/tests/ |
| H A D | shared_cache_reslide_test.c | 205 …T_ASSERT_NE_PTR(system_address, reslide_address, "system and reslide addresses should diverge %p %… 213 …T_ASSERT_NE_PTR(system_address, reslide_address, "system and reslide should diverge (after crash) … 214 …T_ASSERT_NE_PTR(confirm_address, reslide_address, "reslide and another reslide should diverge (aft… 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…
|
| H A D | restrict_jit.c | 21 T_ASSERT_NE_PTR(addr1, MAP_FAILED, "First map MAP_JIT");
|
| H A D | proc_info.c | 421 T_ASSERT_NE_PTR(proc_config->cow_map, MAP_FAILED, "cow_map mmap()"); in spawn_child_processes() 646 T_ASSERT_NE_PTR(map_tmp, MAP_FAILED, "mmap() for PROC_PIDREGIONINFO"); in proc_info_caller() 2127 T_ASSERT_NE_PTR(addr, MAP_FAILED, "mmap of tmpfile"); 2150 T_ASSERT_NE_PTR(addr, MAP_FAILED, "mmap of tmpfile");
|
| /xnu-8020.140.41/osfmk/tests/ |
| H A D | ktest.h | 625 #define T_ASSERT_NE_PTR(lhs, rhs, msg, ...) \ macro
|