Home
last modified time | relevance | path

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

/xnu-12377.61.12/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 Darm_mte_knobs_policies.c78 T_ASSERT_EQ_PTR(read_back, random_tagged_ptr, "tag was committed to memory correctly"); in tag_violate_template()
H A Dproc_info.c2241 T_ASSERT_EQ_PTR((void *) path.prpo_addr, addr, "addr must match");
2247T_ASSERT_EQ_PTR((void *) path.prpo_addr, addr, "addr must match, even when 20 bytes past the base …
/xnu-12377.61.12/libkern/os/
H A Dlog.c1394 T_ASSERT_EQ_PTR(h1, OS_LOG_DISABLED, "Disabled logging uses OS_LOG_DISABLED"); in test_os_log_handles()
1400 T_ASSERT_EQ_PTR(h1, h2, "os_log_create() finds an existing log handle in the cache"); in test_os_log_handles()
/xnu-12377.61.12/osfmk/tests/
H A Dktest.h624 #define T_ASSERT_EQ_PTR(lhs, rhs, msg, ...) \ macro