Home
last modified time | relevance | path

Searched refs:T_ASSERT_GT_UINT (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/tests/
H A Dreply_port_defense.c118 T_ASSERT_GT_UINT(codeCnt, 0, "CodeCnt"); in catch_mach_exception_raise_identity_protected()
H A Dimm_pinned_control_port.c138 T_ASSERT_GT_UINT(codeCnt, 0, "CodeCnt"); in catch_mach_exception_raise_identity_protected()
/xnu-11215.1.10/osfmk/tests/
H A Dktest.h490 #define T_ASSERT_GT_UINT(lhs, rhs, msg, ...) \ macro