Searched refs:KT_ASSERT3SG (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ktest/ |
H A D | ktest_selftest.c | 125 KT_ASSERT3SG(ktest_add_suite(km, "selftest", &ks), ==, EEXIST, ctx, in ktest_st_unique_test() 143 KT_ASSERT3SG(ktest_create_module("bad:name", &km), ==, EINVAL, ctx, in ktest_st_name_test() 145 KT_ASSERT3SG(ktest_create_module("bad/name", &km), ==, EINVAL, ctx, in ktest_st_name_test() 147 KT_ASSERT3SG(ktest_create_module("bad?name", &km), ==, EINVAL, ctx, in ktest_st_name_test() 149 KT_ASSERT3SG(ktest_create_module("bad name", &km), ==, EINVAL, ctx, in ktest_st_name_test() 151 KT_ASSERT3SG(ktest_create_module("bad>name", &km), ==, EINVAL, ctx, in ktest_st_name_test() 153 KT_ASSERT3SG(ktest_create_module("bad<name", &km), ==, EINVAL, ctx, in ktest_st_name_test() 155 KT_ASSERT3SG(ktest_create_module("bad&name", &km), ==, EINVAL, ctx, in ktest_st_name_test() 157 KT_ASSERT3SG(ktest_create_module("bad*name", &km), ==, EINVAL, ctx, in ktest_st_name_test()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ktest.h | 242 #define KT_ASSERT3SG(l, op, r, ctx, label) \ macro
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | driver-ktest.p5m | 63 link path=usr/share/man/man9f/KT_ASSERT3SG.9f target=ktest_result_pass.9f
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 596 KT_ASSERT3SG.9f \ 1917 KT_ASSERT3SG.9f := LINKSRC = ktest_result_pass.9f
|