Home
last modified time | relevance | path

Searched refs:b_next (Results 1 – 25 of 231) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_recv.c98 head = cmp->b_next; in aggr_recv_path_cb()
99 cmp->b_next = NULL; in aggr_recv_path_cb()
104 last->b_next = NULL; in aggr_recv_path_cb()
111 head = cmp->b_next; in aggr_recv_path_cb()
112 cmp->b_next = NULL; in aggr_recv_path_cb()
131 head = cmp->b_next; in aggr_recv_path_cb()
132 cmp->b_next = NULL; in aggr_recv_path_cb()
139 last->b_next = NULL; in aggr_recv_path_cb()
147 head = cmp->b_next; in aggr_recv_path_cb()
148 cmp->b_next = NULL; in aggr_recv_path_cb()
[all …]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c378 mp = mp->b_next; in sctp_chunkify()
495 mp = mp->b_next; in sctp_chunkify()
517 mp = mp->b_next; in sctp_chunkify()
558 nmp = mp->b_next; in sctp_free_msg()
563 ump->b_next = NULL; in sctp_free_msg()
795 mp = mp->b_next; in sctp_verify_chain()
1055 mp = mp->b_next; in sctp_output()
1177 mp = mp->b_next; in sctp_output()
1263 mp = mp->b_next; in sctp_output()
1935 mp = mp->b_next; in sctp_rexmit()
[all …]
H A Dsctp_input.c637 mp->b_next = NULL; in sctp_free_reass()
710 hmp = hmp->b_next; in sctp_uodata_frag()
741 for (hmp = dmp->b_next; hmp != NULL; hmp = hmp->b_next) { in sctp_uodata_frag()
764 begin->b_prev->b_next = end->b_next; in sctp_uodata_frag()
769 end->b_next = NULL; in sctp_uodata_frag()
781 end = hmp->b_next; in sctp_uodata_frag()
1212 reassq_curr->b_prev->b_next = reassq_curr->b_next; in sctp_data_frag()
1979 while (mp1->b_next != NULL && SCTP_CHUNK_ISSENT(mp1->b_next)) in sctp_check_abandoned_msg()
2569 mp = mp->b_next; in sctp_process_uo_gaps()
2622 mp = mp->b_next; in sctp_process_uo_gaps()
[all …]
H A Dsctp_notify.c223 mp = nmp->b_next; in sctp_sendfail_sent()
224 nmp->b_next = NULL; in sctp_sendfail_sent()
277 while ((nmp = mp->b_next) != NULL) { in sctp_sendfail_event()
278 mp->b_next = nmp->b_next; in sctp_sendfail_event()
279 nmp->b_next = NULL; in sctp_sendfail_event()
306 sctp->sctp_xmit_head = mp->b_next; in sctp_regift_xmitlist()
307 mp->b_next = NULL; in sctp_regift_xmitlist()
313 sctp->sctp_xmit_unsent = mp->b_next; in sctp_regift_xmitlist()
314 mp->b_next = NULL; in sctp_regift_xmitlist()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsodirect.c192 mp->b_next = mp1; in sod_uioa_mblk_init()
310 if (in_rcv_q && (bp == NULL || bp->b_next == NULL)) { in sod_uioa_so_init()
341 if ((wbp->b_next = bp->b_next) == NULL) { in sod_uioa_so_init()
347 bp->b_next = wbp; in sod_uioa_so_init()
348 bp->b_next->b_prev = bp->b_prev; in sod_uioa_so_init()
419 so->so_rcv_q_head = mp->b_next; in sod_uioa_mblk()
423 mp->b_next = NULL; in sod_uioa_mblk()
434 so->so_rcv_head = mp->b_next; in sod_uioa_mblk()
437 mp->b_prev = mp->b_next = NULL; in sod_uioa_mblk()
449 m = m->b_next; in sod_uioa_mblk()
[all …]
H A Dsockcommon_subr.c548 mp->b_next = so->so_rcv_q_head; in so_prepend_msg()
592 if (mp_head->b_next == NULL && in so_process_new_message()
608 so->so_rcv_q_last_head->b_next = mp_head->b_next; in so_process_new_message()
609 mp_head->b_next = NULL; in so_process_new_message()
758 mp->b_next = NULL; in so_dequeue_msg()
1116 so->so_rcv_head = mp->b_next; in so_rcv_flush()
2061 mp->b_next = NULL; in so_quiesced_cb()
2133 tailmpp = &mp->b_next; in so_quiesced_cb()
2166 tailmpp = &mp->b_next; in so_quiesced_cb()
2175 tailmpp = &mp->b_next; in so_quiesced_cb()
[all …]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c264 bufhead.b_next = bufhead.b_prev = &bufhead; in bufinit()
278 bp->b_next = bufhead.b_next; in bufinit()
279 bufhead.b_next->b_prev = bp; in bufinit()
280 bufhead.b_next = bp; in bufinit()
294 for (bp = bufhead.b_next; bp != &bufhead; bp = bp->b_next) in getdatablk()
306 bp->b_prev->b_next = bp->b_next; in getdatablk()
307 bp->b_next->b_prev = bp->b_prev; in getdatablk()
309 bp->b_next = bufhead.b_next; in getdatablk()
310 bufhead.b_next->b_prev = bp; in getdatablk()
311 bufhead.b_next = bp; in getdatablk()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c115 next = mp->b_next; in mac_drop_chain()
117 mp->b_next = NULL; in mac_drop_chain()
1132 nhdrmp->b_next = NULL; in mac_sw_lso()
1336 next = mp->b_next; in mac_hw_emul()
1337 mp->b_next = NULL; in mac_hw_emul()
1499 next_mp = mp->b_next; in mac_add_vlan_tag_chain()
1500 mp->b_next = NULL; in mac_add_vlan_tag_chain()
1506 prev = &mp->b_next; in mac_add_vlan_tag_chain()
1554 next_mp = mp->b_next; in mac_strip_vlan_tag_chain()
1555 mp->b_next = NULL; in mac_strip_vlan_tag_chain()
[all …]
H A Dmac_sched.c1541 mp->b_next = NULL; in mac_rx_srs_proto_fanout()
1968 mp->b_next = NULL; in mac_rx_srs_fanout()
2298 mp = mp->b_next; in mac_rx_srs_poll_ring()
2534 tail->b_next = mp; in mac_srs_pick_chain()
3236 mp = mp->b_next; in mac_rx_srs_subflow_process()
3257 mp = mp->b_next; in mac_rx_srs_subflow_process()
3304 mp = mp->b_next; in mac_rx_srs_process()
3357 mp = mp->b_next; in mac_rx_srs_process()
4340 next = mp->b_next; in mac_tx_send()
4379 next = mp->b_next; in mac_tx_send()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c2010 if ((mp2->b_next = bp->b_next) == NULL) in getq_noenab()
2067 bp->b_next = NULL; in getq_noenab()
2222 if (mp->b_next && mp->b_band == mp->b_next->b_band) in rmvq_noenab()
2239 mp->b_prev->b_next = mp->b_next; in rmvq_noenab()
2242 if (mp->b_next) in rmvq_noenab()
2246 mp->b_next = NULL; in rmvq_noenab()
2315 nmp = mp->b_next; in flushq_common()
2696 bp->b_next = tmp->b_next; in putq()
2697 if (tmp->b_next) in putq()
2830 bp->b_next = tmp; in putbq()
[all …]
H A Dtirdwr.c383 for (mp = q->q_next->q_first; mp != NULL; mp = mp->b_next) { in check_strhead()
437 tmp = mp->b_next; in strip_strhead()
443 emp = mp->b_next; in strip_strhead()
456 mp = mp->b_next; in strip_strhead()
460 mp = mp->b_next; in strip_strhead()
/illumos-gate/usr/src/uts/intel/io/viona/
H A Dviona_rx.c494 mblk_t *next = mp->b_next; in viona_rx_common()
499 mp->b_next = NULL; in viona_rx_common()
513 mpdrop_prevp = &mp->b_next; in viona_rx_common()
593 mpdrop_prevp = &mp->b_next; in viona_rx_common()
601 mp->b_next = next; in viona_rx_common()
607 mprx_prevp = &mp->b_next; in viona_rx_common()
624 mblk_t *next = mp->b_next; in viona_rx_common()
626 mp->b_next = NULL; in viona_rx_common()
678 mp_next = mp->b_next; in viona_rx_mcast()
679 mp->b_next = NULL; in viona_rx_mcast()
[all …]
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_strsubr.c109 nextmp = mp->b_next; in esballoc_mblk_free()
110 mp->b_next = NULL; in esballoc_mblk_free()
121 mp->b_next = NULL; in mblk_free()
/illumos-gate/usr/src/uts/common/inet/
H A Dmi.c332 mp1->b_next = NULL; in mi_copyout()
337 mp1->b_next = NULL; in mi_copyout()
365 mp1->b_next = NULL; in mi_copyout()
408 mp1->b_next = (MBLKP)uaddr; in mi_copyout_alloc()
432 mp1->b_next = NULL; in mi_copy_done()
1205 mp->b_prev || mp->b_next); in mi_timer_free()
1213 mp->b_prev || mp->b_next); in mi_timer_free()
1248 mp->b_prev || mp->b_next); in mi_timer_move()
1265 mp->b_prev || mp->b_next); in mi_timer_move()
1293 mp->b_prev || mp->b_next); in mi_timer_stop()
[all …]
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_pkt.c38 if (mp->b_next == NULL) { in softmac_m_tx()
48 mblk_t *next = mp->b_next; in softmac_m_tx()
52 mp->b_next = NULL; in softmac_m_tx()
67 ASSERT((mp->b_next == NULL) && (mp->b_prev == NULL)); in softmac_rput_process_data()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c231 bp->b_next = bufhead.b_next; in bufinit()
233 bufhead.b_next = bp; in bufinit()
266 nbp->b_next = bp->b_next; in unbufinit()
267 bp->b_next->b_prev = nbp; in unbufinit()
285 for (bp = bufhead.b_next; bp != &bufhead; bp = bp->b_next) in getdatablk()
313 if (bufhead.b_next != bp) { in getdatablk()
314 bp->b_prev->b_next = bp->b_next; in getdatablk()
317 bp->b_next = bufhead.b_next; in getdatablk()
319 bufhead.b_next = bp; in getdatablk()
1834 newbp->b_next = bufhead.b_next; in alloc_bufarea()
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_asp.c158 (mp->b_next == NULL)); in ip6_asp_pending_op()
161 mp->b_next = NULL; in ip6_asp_pending_op()
169 ipst->ips_ip6_asp_pending_ops_tail->b_next = mp; in ip6_asp_pending_op()
185 ipst->ips_ip6_asp_pending_ops = mp->b_next; in ip6_asp_complete_op()
186 mp->b_next = NULL; in ip6_asp_complete_op()
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c114 mblk_t *nextp = (mp)->b_next; \
122 (mp)->b_next = NULL; \
127 (mp)->b_next = nextp; \
160 for (prevp = mp; (mp = mp->b_next) != NULL; prevp = mp) { in i_dls_link_subchain()
169 prevp->b_next = mp; in i_dls_link_subchain()
216 prevp->b_next = NULL; in i_dls_link_subchain()
370 nextp = mp->b_next; in i_dls_link_rx()
371 mp->b_next = NULL; in i_dls_link_rx()
572 ASSERT3P(mp->b_next, ==, NULL); in dls_rx_promisc()
/illumos-gate/usr/src/uts/common/sys/
H A Dsqueue.h42 ASSERT((mp)->b_next == NULL); \
56 ASSERT(mp->b_next == NULL); \
H A Dsoftmac_impl.h335 (sup)->su_pending_tail->b_next = (mp); \
345 if (((sup)->su_pending_head = (*(mpp))->b_next) == NULL)\
347 (*(mpp))->b_next = NULL; \
/illumos-gate/usr/src/uts/common/os/
H A Dserializer.c178 s->ser_last->b_next = mp; in serializer_enqueue()
199 if ((s->ser_first = s->ser_first->b_next) == NULL) { in serializer_drain()
202 mp->b_next = NULL; in serializer_drain()
256 ASSERT(mp->b_next == NULL); in serializer_enter()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_switching.c1269 bpn = bp->b_next; in vsw_vlan_frame_pretag()
1290 bpt->b_next = bp; in vsw_vlan_frame_pretag()
1366 while (bp->b_next != NULL) { in vsw_vlan_frame_untag()
1367 bp = bp->b_next; in vsw_vlan_frame_untag()
1379 bpn = bp->b_next; in vsw_vlan_frame_untag()
1456 bpt->b_next = bp; in vsw_vlan_frame_untag()
1904 nbp = bp->b_next; in vsw_get_same_dest_list()
1911 prev->b_next = nbp; in vsw_get_same_dest_list()
1913 bp->b_next = NULL; in vsw_get_same_dest_list()
1917 tail->b_next = bp; in vsw_get_same_dest_list()
[all …]
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_stream.c78 mp->b_next = mp->b_prev = mp->b_cont = NULL; in esballoca()
106 ASSERT(mp->b_next == NULL && mp->b_prev == NULL); in freemsg()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsubr_mchain.c672 mdp->md_top = m->b_next; in md_done()
673 m->b_next = NULL; in md_done()
692 top->b_next = NULL; in md_append_record()
699 while (m->b_next) in md_append_record()
700 m = m->b_next; in md_append_record()
701 m->b_next = top; in md_append_record()
721 m = top->b_next; in md_next_record()
722 top->b_next = NULL; in md_next_record()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c418 head->b_next = mp1->b_next; in tcp_fuse_output_urg()
419 mp1->b_next = NULL; in tcp_fuse_output_urg()
421 prev_head->b_next = head; in tcp_fuse_output_urg()
429 head = head->b_next; in tcp_fuse_output_urg()
771 tcp->tcp_rcv_list = mp->b_next; in tcp_fuse_rcv_drain()
772 mp->b_next = NULL; in tcp_fuse_rcv_drain()

12345678910