Searched refs:T_ASSERT_EQ_PTR (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/tests/ |
| H A D | shared_cache_reslide_test.c | 223 …T_ASSERT_EQ_PTR(system_address, confirm_address, "system and current addresses should not diverge … 228 …T_ASSERT_EQ_PTR(reslide_address, confirm_address, "reslide and another reslide (no crash) shouldn'… 239 …T_ASSERT_EQ_PTR(reslide_address, confirm_address, "reslide and another reslide shouldn't diverge (… 245 …T_ASSERT_EQ_PTR(reslide_address, confirm_address, "reslide and another reslide after a non-tracked… 249 …T_ASSERT_EQ_PTR(system_address, confirm_address, "system address and new process without resliding…
|
| H A D | scanf.c | 190 T_ASSERT_EQ_PTR(ptr, (void*)0xdeadbeef, "pointer value"); 193 T_ASSERT_EQ_PTR(ptr, (void*)0xdeadbeefc0defefe, "pointer value");
|
| H A D | proc_info.c | 2239 T_ASSERT_EQ_PTR((void *) path.prpo_addr, addr, "addr must match"); 2245 …T_ASSERT_EQ_PTR((void *) path.prpo_addr, addr, "addr must match, even when 20 bytes past the base …
|
| /xnu-12377.1.9/libkern/os/ |
| H A D | log.c | 1388 T_ASSERT_EQ_PTR(h1, OS_LOG_DISABLED, "Disabled logging uses OS_LOG_DISABLED"); in test_os_log_handles() 1394 T_ASSERT_EQ_PTR(h1, h2, "os_log_create() finds an existing log handle in the cache"); in test_os_log_handles()
|
| /xnu-12377.1.9/osfmk/tests/ |
| H A D | ktest.h | 624 #define T_ASSERT_EQ_PTR(lhs, rhs, msg, ...) \ macro
|