Searched refs:pullmp (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | stream_ktest.c | 123 mblk_t *pullmp = NULL; in msgpullup_test() local 132 pullmp = msgpullup(mp, 4); in msgpullup_test() 133 KT_EASSERT3PG(pullmp, !=, NULL, ctx, cleanup); in msgpullup_test() 135 KT_ASSERT3UG(MBLKL(pullmp), ==, 4, ctx, cleanup); in msgpullup_test() 136 KT_ASSERT3UG(msgsize(pullmp), ==, 16, ctx, cleanup); in msgpullup_test() 137 KT_ASSERT3UG(msgsegs(pullmp), ==, 3, ctx, cleanup); in msgpullup_test() 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() 142 freemsg(pullmp); in msgpullup_test() 151 pullmp = msgpullup(mp, 5); in msgpullup_test() [all …]
|
/illumos-gate/usr/src/uts/common/io/vioif/ |
H A D | vioif.c | 1318 mblk_t *pullmp = NULL; in vioif_send() local 1351 pullmp = msgpullup(mp, vnh->vnh_hdr_len); in vioif_send() 1352 if (pullmp == NULL) in vioif_send() 1354 tcpha = (tcpha_t *)(pullmp->b_rptr + meo.meoi_l2hlen + in vioif_send() 1374 freemsg(pullmp); in vioif_send()
|