Searched refs:KT_ASSERT3PG (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | stream_ktest.c | 138 KT_ASSERT3PG(pullmp->b_cont, !=, NULL, ctx, cleanup); in msgpullup_test() 139 KT_ASSERT3PG(pullmp->b_cont->b_datap, ==, mp->b_datap, ctx, cleanup); in msgpullup_test() 157 KT_ASSERT3PG(pullmp->b_cont, !=, NULL, ctx, cleanup); in msgpullup_test() 158 KT_ASSERT3PG(pullmp->b_cont->b_datap, ==, mp->b_cont->b_datap, ctx, in msgpullup_test() 177 KT_ASSERT3PG(pullmp->b_cont, !=, NULL, ctx, cleanup); in msgpullup_test() 178 KT_ASSERT3PG(pullmp->b_cont->b_datap, ==, mp->b_cont->b_cont->b_datap, in msgpullup_test()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ktest.h | 248 #define KT_ASSERT3PG(l, op, r, ctx, label) \ macro
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | driver-ktest.p5m | 61 link path=usr/share/man/man9f/KT_ASSERT3PG.9f target=ktest_result_pass.9f
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 595 KT_ASSERT3PG.9f \ 1916 KT_ASSERT3PG.9f := LINKSRC = ktest_result_pass.9f
|