Home
last modified time | relevance | path

Searched refs:b_next (Results 151 – 175 of 231) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c1017 freemsg(mp->b_next); in spppcomp_ioctl()
1018 mp->b_next = allocb(sizeof (uint32_t), BPRI_MED); in spppcomp_ioctl()
1019 if (mp->b_next == NULL) { in spppcomp_ioctl()
/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.c1578 next = mp->b_next; in atu_m_tx()
1579 mp->b_next = NULL; in atu_m_tx()
1585 mp->b_next = next; in atu_m_tx()
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c821 mp_tail = &mp->b_next; in igc_ring_rx()
1212 buf->itb_mp->b_next = mp; in igc_tx_recycle()
1638 ASSERT3P(mp->b_next, ==, NULL); in igc_ring_tx()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c964 ASSERT(mp->b_next == NULL); in ath_xmit()
1077 next = mp->b_next; in ath_m_tx()
1078 mp->b_next = NULL; in ath_m_tx()
1081 mp->b_next = next; in ath_m_tx()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c1444 while ((mp = mp->b_next) != NULL) { in gem_send_common()
1459 tp = mp->b_next; in gem_send_common()
1514 mp_head = mp_head->b_next; in gem_send_common()
1515 mp->b_next = NULL; in gem_send_common()
1774 ASSERT(mp->b_next == NULL); in gem_get_packet_default()
1907 rx_tailp = &mp->b_next; in gem_receive()
4583 tp = mp->b_next; in gem_m_tx()
4584 mp->b_next = NULL; in gem_m_tx()
/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.c1072 nmp = mp->b_next; in elxl_m_tx()
1154 nmp = mp->b_next; in elxl_m_tx()
1796 mpp = &mp->b_next; in elxl_intr()
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h386 struct msgb *b_next; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c658 #define ARC_BUF_LAST(buf) ((buf)->b_next == NULL)
1288 for (arc_buf_t *b = hdr->b_l1hdr.b_buf; b != NULL; b = b->b_next) { in arc_hdr_has_uncompressed_buf()
1581 from = from->b_next) { in arc_buf_try_copy_decompressed_data()
2090 buf = buf->b_next) { in arc_evictable_space_increment()
2130 buf = buf->b_next) { in arc_evictable_space_decrement()
2309 buf = buf->b_next) { in arc_change_state()
2369 buf = buf->b_next) { in arc_change_state()
2555 buf->b_next = hdr->b_l1hdr.b_buf; in arc_buf_alloc_impl()
2900 *bufp = buf->b_next; in arc_buf_remove()
2909 bufp = &(*bufp)->b_next; in arc_buf_remove()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c1801 tp = mp->b_next; in ql_ring_tx()
1802 mp->b_next = NULL; in ql_ring_tx()
1840 next = mp->b_next; in ql_ring_tx()
1841 mp->b_next = NULL; in ql_ring_tx()
1846 mp->b_next = next; in ql_ring_tx()
2008 mp1->b_next = mp1->b_cont = NULL; in ql_build_rx_mp()
2068 mp2->b_next = mp2->b_cont = NULL; in ql_build_rx_mp()
2139 mp2->b_next = mp2->b_cont = NULL; in ql_build_rx_mp()
2226 mp2->b_next = NULL; in ql_build_rx_mp()
2256 tp->b_next = NULL; in ql_build_rx_mp()
[all …]
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c854 for (tp = newmp; tp; tp = tp->b_next) { in usbgem_bulkin_cb()
3553 nmp = mp->b_next; in usbgem_m_tx()
3554 mp->b_next = NULL; in usbgem_m_tx()
3564 nmp = mp->b_next; in usbgem_m_tx()
3565 mp->b_next = NULL; in usbgem_m_tx()
3568 mp->b_next = nmp; in usbgem_m_tx()
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c2659 *mpp = mp->b_next; in aggr_rx_poll()
2660 mp->b_next = NULL; in aggr_rx_poll()
2668 *mpp = mp->b_next; in aggr_rx_poll()
2669 mp->b_next = NULL; in aggr_rx_poll()
2673 mpp = &mp->b_next; in aggr_rx_poll()
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c720 nmp = mp->b_next; in mxfe_m_tx()
721 mp->b_next = NULL; in mxfe_m_tx()
724 mp->b_next = nmp; in mxfe_m_tx()
2634 mpp = &mp->b_next; in mxfe_receive()
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c2158 next = mp->b_next; in ipw2200_m_tx()
2159 mp->b_next = NULL; in ipw2200_m_tx()
2162 mp->b_next = next; in ipw2200_m_tx()
2189 ASSERT(mp->b_next == NULL); in ipw2200_send()
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c2006 next = mp->b_next; in ipw2100_m_tx()
2007 mp->b_next = NULL; in ipw2100_m_tx()
2010 mp->b_next = next; in ipw2100_m_tx()
2036 ASSERT(mp->b_next == NULL); in ipw2100_send()
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c322 ASSERT((mp->b_next == NULL) && (mp->b_prev == NULL)); in softmac_mod_rput()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1834 bind_p = (uintptr_t)bind.b_next; in binding_hash_walk_step()
1879 bind.b_next, bind.b_num, name); in binding_hash_entry()
1882 bind.b_next, bind.b_num, name, bind_name); in binding_hash_entry()
H A Dstreams.c427 maddr = (uintptr_t)mblk.b_next; in queue()
1144 wsp->walk_addr = (uintptr_t)(((mblk_t *)wsp->walk_data)->b_next); in b_next_step()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c5666 while (lastone->b_next != NULL)
5667 lastone = lastone->b_next;
5668 lastone->b_next = asyncmp;
5672 newbie->ipsacq_mp = lastone->b_next;
5673 lastone->b_next = NULL;
5878 acqrec->ipsacq_mp = mp->b_next;
5879 mp->b_next = NULL;
7287 ipsa->ipsa_bpkt_tail->b_next = bpkt;
7293 ipsa->ipsa_bpkt_head = ipsa->ipsa_bpkt_head->b_next;
7319 tmp = buf_pkt->b_next;
[all …]
/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay.c1076 mp_chain = mp->b_next; in overlay_m_tx()
1077 mp->b_next = NULL; in overlay_m_tx()
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_rx.c417 tail->b_next = mp; in ena_ring_rx()
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c844 next = mp->b_next; in ural_m_tx()
845 mp->b_next = NULL; in ural_m_tx()
847 mp->b_next = next; in ural_m_tx()
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c1852 tail->b_next = mp; in zsh_softint()
1885 head = head->b_next; in zsh_softint()
1886 mp->b_next = NULL; in zsh_softint()
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1282 mp->b_next = mp->b_cont = NULL; in i40e_rx_bind()
1557 mp_tail = &mp->b_next; in i40e_ring_rx()
2726 ASSERT(mp->b_next == NULL); in i40e_ring_tx()
/illumos-gate/usr/src/uts/common/io/vr/
H A Dvr.c1418 np->b_next = NULL; in vr_receive()
1422 mp->b_next = np; in vr_receive()
1499 nextp = mp->b_next; in vr_mac_tx_enqueue_list()
1500 mp->b_next = mp->b_prev = NULL; in vr_mac_tx_enqueue_list()
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c2248 next = mp->b_next; in hme_m_tx()
2249 mp->b_next = NULL; in hme_m_tx()
2251 mp->b_next = next; in hme_m_tx()
3172 tail = &mp->b_next; in hmeintr()

12345678910