Searched refs:KT_ASSERT3UG (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | stream_ktest.c | 80 KT_ASSERT3UG(MBLKL(mp1), ==, 0, ctx, cleanup); in mblkl_test() 82 KT_ASSERT3UG(MBLKL(mp1), ==, 14, ctx, cleanup); in mblkl_test() 97 KT_ASSERT3UG(msgsize(mp1), ==, 0, ctx, cleanup); in msgsize_test() 98 KT_ASSERT3UG(msgsize(mp2), ==, 0, ctx, cleanup); in msgsize_test() 101 KT_ASSERT3UG(msgsize(mp1), ==, 14, ctx, cleanup); in msgsize_test() 102 KT_ASSERT3UG(msgsize(mp2), ==, 20, ctx, cleanup); in msgsize_test() 104 KT_ASSERT3UG(msgsize(mp1), ==, 34, ctx, cleanup); in msgsize_test() 105 KT_ASSERT3UG(msgsize(mp2), ==, 20, ctx, cleanup); in msgsize_test() 131 KT_ASSERT3UG(msgsegs(mp), ==, 2, ctx, cleanup); in msgpullup_test() 135 KT_ASSERT3UG(MBLKL(pullmp), ==, 4, ctx, cleanup); in msgpullup_test() [all …]
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_ktest.c | 450 KT_ASSERT3UG(mp, !=, NULL, ctx, cleanup); in mac_sw_cksum_test() 642 KT_ASSERT3UG(result.meoi_flags, ==, expect->meoi_flags, ctx, done); in mac_ether_offload_info_test() 643 KT_ASSERT3UG(result.meoi_l2hlen, ==, expect->meoi_l2hlen, ctx, done); in mac_ether_offload_info_test() 644 KT_ASSERT3UG(result.meoi_l3proto, ==, expect->meoi_l3proto, ctx, done); in mac_ether_offload_info_test() 645 KT_ASSERT3UG(result.meoi_l3hlen, ==, expect->meoi_l3hlen, ctx, done); in mac_ether_offload_info_test() 646 KT_ASSERT3UG(result.meoi_l4proto, ==, expect->meoi_l4proto, ctx, done); in mac_ether_offload_info_test() 647 KT_ASSERT3UG(result.meoi_l4hlen, ==, expect->meoi_l4hlen, ctx, done); in mac_ether_offload_info_test() 668 KT_ASSERT3UG(result->meoi_flags, ==, expect->meoi_flags, ctx, done); in mac_partial_offload_info_test() 669 KT_ASSERT3UG(result->meoi_l2hlen, ==, expect->meoi_l2hlen, ctx, done); in mac_partial_offload_info_test() 670 KT_ASSERT3UG(result->meoi_l3proto, ==, expect->meoi_l3proto, ctx, done); in mac_partial_offload_info_test() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ktest.h | 245 #define KT_ASSERT3UG(l, op, r, ctx, label) \ macro
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | driver-ktest.p5m | 65 link path=usr/share/man/man9f/KT_ASSERT3UG.9f target=ktest_result_pass.9f
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 597 KT_ASSERT3UG.9f \ 1918 KT_ASSERT3UG.9f := LINKSRC = ktest_result_pass.9f
|