Searched refs:T_ASSERT_NE_PTR (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/tests/ |
| H A D | shared_cache_reslide_test.c | 201 …T_ASSERT_NE_PTR(system_address, reslide_address, "system and reslide addresses should diverge %p %… 209 …T_ASSERT_NE_PTR(system_address, reslide_address, "system and reslide should diverge (after crash) … 210 …T_ASSERT_NE_PTR(confirm_address, reslide_address, "reslide and another reslide should diverge (aft… 231 …T_ASSERT_NE_PTR(system_address, reslide_address, "system and reslide should diverge (after crash, … 232 …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-8019.80.24/osfmk/tests/ |
| H A D | ktest.h | 625 #define T_ASSERT_NE_PTR(lhs, rhs, msg, ...) \ macro
|