Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dktest.h193 #define KT_ASSERT_IMPL(LEFT, OP, RIGHT, TYPE, ctx) do { \ macro
208 KT_ASSERT_IMPL(l, op, r, int64_t, ctx)
211 KT_ASSERT_IMPL(l, op, r, uint64_t, ctx)
214 KT_ASSERT_IMPL(l, op, r, uintptr_t, ctx)
217 KT_ASSERT_IMPL(exp, ==, B_TRUE, boolean_t, ctx)
220 KT_ASSERT_IMPL(exp, ==, 0, uintmax_t, ctx)