Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dktest.h228 #define KT_ASSERTG_IMPL(LEFT, OP, RIGHT, TYPE, ctx, label) do { \ macro
243 KT_ASSERTG_IMPL(l, op, r, int64_t, ctx, label)
246 KT_ASSERTG_IMPL(l, op, r, uint64_t, ctx, label)
249 KT_ASSERTG_IMPL(l, op, r, uintptr_t, ctx, label)
252 KT_ASSERTG_IMPL(exp, ==, B_TRUE, boolean_t, ctx, label)
255 KT_ASSERTG_IMPL(x, ==, 0, uintmax_t, ctx, label)