Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/ !
H A Dshared_cache_reslide_test.c223T_ASSERT_EQ_PTR(system_address, confirm_address, "system and current addresses should not diverge …
228T_ASSERT_EQ_PTR(reslide_address, confirm_address, "reslide and another reslide (no crash) shouldn'…
239T_ASSERT_EQ_PTR(reslide_address, confirm_address, "reslide and another reslide shouldn't diverge (…
245T_ASSERT_EQ_PTR(reslide_address, confirm_address, "reslide and another reslide after a non-tracked…
249T_ASSERT_EQ_PTR(system_address, confirm_address, "system address and new process without resliding…
H A Dscanf.c190 T_ASSERT_EQ_PTR(ptr, (void*)0xdeadbeef, "pointer value");
193 T_ASSERT_EQ_PTR(ptr, (void*)0xdeadbeefc0defefe, "pointer value");
H A Dproc_info.c2152 T_ASSERT_EQ_PTR((void *) path.prpo_addr, addr, "addr must match");
2158T_ASSERT_EQ_PTR((void *) path.prpo_addr, addr, "addr must match, even when 20 bytes past the base …
/xnu-11215.81.4/libkern/os/ !
H A Dlog.c1386 T_ASSERT_EQ_PTR(h1, OS_LOG_DISABLED, "Disabled logging uses OS_LOG_DISABLED"); in test_os_log_handles()
1392 T_ASSERT_EQ_PTR(h1, h2, "os_log_create() finds an existing log handle in the cache"); in test_os_log_handles()
/xnu-11215.81.4/osfmk/tests/ !
H A Dktest.h624 #define T_ASSERT_EQ_PTR(lhs, rhs, msg, ...) \ macro