Searched refs:mp_head (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c571 * Move a mblk chain (mp_head, mp_last_head) to the sonode's rcv queue so it
575 so_process_new_message(struct sonode *so, mblk_t *mp_head, mblk_t *mp_last_head) argument
578 (mp_head = sof_filter_data_in_proc(so, mp_head,
582 ASSERT(mp_head->b_prev != NULL);
584 so->so_rcv_q_head = mp_head;
588 boolean_t flag_equal = ((DB_FLAGS(mp_head) & DBLK_UIOA) ==
591 if (mp_head->b_next == NULL &&
592 DB_TYPE(mp_head) == M_DATA &&
594 so->so_rcv_q_last_head->b_prev->b_cont = mp_head;
[all...]
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c709 mblk_t *mp_head = NULL; local
799 if (mp_head == NULL) {
800 mp_head = mp;
811 ring->poll_mp = mp_head;
835 if (mp_head != NULL) {
836 mac_rx_ring(lldev->mh, ring->ring_handle, mp_head,
839 mp_head = mp_end = NULL;
856 if ((ring->poll_mp == NULL) && (mp_head != NULL)) {
857 mac_rx_ring(lldev->mh, ring->ring_handle, mp_head,
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c1703 mperm_t **mp_head; local
1718 mp_head = &dnp->dn_mperm;
1719 while (*mp_head) {
1720 if (strcmp((*mp_head)->mp_minorname,
1722 mp_head = &(*mp_head)->mp_next;
1726 freemp = *mp_head;
1727 *mp_head = freemp->mp_next;
1755 mperm_t **mp_head; local
1787 mp_head
[all...]
H A Dstrsubr.c6953 mblk_t *bp, *mp_head, *mp_next, *mp_prev; local
7007 mp_head = q->q_sqhead;
7015 ASSERT(mp_head->b_queue &&
7016 mp_head->b_queue->q_syncq == sq);
7021 for (bp = mp_head; bp != NULL; bp = mp_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;
1716 if (mp_head == NULL)
1717 mp_head = loop->tx_mp;
1726 ASSERT(mp_head == NULL);
1728 ASSERT(mp_head != NULL);
1731 mp = mp_head;
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1376 mblk_t *mp, *mp_head, **mp_tail; local
1408 mp_head = NULL;
1409 mp_tail = &mp_head;
1561 return (mp_head);
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c1426 gem_send_common(struct gem_dev *dp, mblk_t *mp_head, uint32_t flags) argument
1440 ASSERT(mp_head != NULL);
1442 mp = mp_head;
1457 mp = mp_head;
1470 return (mp_head);
1512 ASSERT(mp_head != NULL);
1513 mp = mp_head;
1514 mp_head = mp_head->b_next;
1566 return (mp_head);
[all...]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c1461 mblk_t *mp_head = mp; local
1541 mp1 = mp_head;
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c4563 usbgem_m_tx(void *arg, mblk_t *mp_head) argument
4573 mp = mp_head;
4602 if (mp == mp_head) {

Completed in 108 milliseconds