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_tx.c | 668 mblk_t *pullmp; in vioif_send() local 676 if ((pullmp = msgpullup(mp, hdrs_len)) == NULL) in vioif_send() 679 mp = pullmp; in vioif_send()
|