Searched refs:mp_tail (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_dce.c854 mblk_t *mp_tail = NULL; local
887 if (!snmp_append_data2(mpctl->b_cont, &mp_tail,
908 mp_tail = NULL;
932 if (!snmp_append_data2(mpctl->b_cont, &mp_tail,
H A Dip.c9835 mblk_t *mp_tail = NULL; local
9875 if (!snmp_append_data2(mpctl->b_cont, &mp_tail,
9893 if (!snmp_append_data2(mpctl->b_cont, &mp_tail,
10002 mblk_t *mp_tail = NULL; local
10071 if (!snmp_append_data2(mpctl->b_cont, &mp_tail,
10094 mblk_t *mp_tail = NULL; local
10181 if (!snmp_append_data2(mpctl->b_cont, &mp_tail,
10208 mblk_t *mp_tail = NULL; local
10260 if (!snmp_append_data2(mpctl->b_cont, &mp_tail,
10288 mblk_t *mp_tail local
10354 mblk_t *mp_tail = NULL; local
10443 mblk_t *mp_tail = NULL; local
10735 mblk_t *mp_tail = NULL; local
10865 mblk_t *mp_tail = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1376 mblk_t *mp, *mp_head, **mp_tail; local
1409 mp_tail = &mp_head;
1486 *mp_tail = mp;
1487 mp_tail = &mp->b_next;
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c1696 mblk_t *mp_head, *mp_tail; local
1699 mp_head = mp_tail = NULL;
1718 mp_tail = loop->tx_mp;
1725 if (mp_tail == NULL) {
1730 mp_tail->b_next = mp;

Completed in 109 milliseconds