Home
last modified time | relevance | path

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

123456789

/titanic_50/usr/src/uts/common/io/aggr/
H A Daggr_recv.c96 head = cmp->b_next; in aggr_recv_cb()
97 cmp->b_next = NULL; in aggr_recv_cb()
102 last->b_next = NULL; in aggr_recv_cb()
109 head = cmp->b_next; in aggr_recv_cb()
110 cmp->b_next = NULL; in aggr_recv_cb()
129 head = cmp->b_next; in aggr_recv_cb()
130 cmp->b_next = NULL; in aggr_recv_cb()
137 last->b_next = NULL; in aggr_recv_cb()
145 head = cmp->b_next; in aggr_recv_cb()
146 cmp->b_next = NULL; in aggr_recv_cb()
[all …]
/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c288 sctp->sctp_xmit_unsent_tail->b_next = mproto; in sctp_sendmsg()
372 ASSERT(chunk_mp->b_next != NULL); in sctp_chunkify()
373 mdblk->b_cont = chunk_mp->b_next; in sctp_chunkify()
374 chunk_mp->b_next = NULL; in sctp_chunkify()
377 while (mp->b_next != NULL) in sctp_chunkify()
378 mp = mp->b_next; in sctp_chunkify()
388 sctp->sctp_xmit_unsent = mdblk->b_next; in sctp_chunkify()
393 mdblk->b_next = NULL; in sctp_chunkify()
427 ASSERT(chunk_head->b_next == NULL); in sctp_chunkify()
428 chunk_head->b_next = mdblk->b_cont; in sctp_chunkify()
[all …]
H A Dsctp_input.c636 mpnext = mp->b_next; in sctp_free_reass()
637 mp->b_next = NULL; in sctp_free_reass()
694 dmp->b_next = hmp; in sctp_uodata_frag()
698 dmp->b_next = hmp; in sctp_uodata_frag()
700 hmp->b_prev->b_next = dmp; in sctp_uodata_frag()
705 if (hmp->b_next == NULL) { in sctp_uodata_frag()
706 hmp->b_next = dmp; in sctp_uodata_frag()
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()
760 sctp->sctp_uo_frags = end->b_next; in sctp_uodata_frag()
[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()
/titanic_50/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.c547 mp->b_next = so->so_rcv_q_head; in so_prepend_msg()
591 if (mp_head->b_next == NULL && in so_process_new_message()
602 ASSERT(mp_head->b_next != NULL); in so_process_new_message()
607 so->so_rcv_q_last_head->b_next = mp_head->b_next; in so_process_new_message()
608 mp_head->b_next = NULL; in so_process_new_message()
617 tmp_mblk = tmp_mblk->b_next; in so_process_new_message()
621 so->so_rcv_q_last_head->b_next = mp_head; in so_process_new_message()
753 so->so_rcv_q_head = mp->b_next; in so_dequeue_msg()
757 mp->b_next = NULL; in so_dequeue_msg()
1052 so->so_rcv_last_head->b_next = mp; in so_enqueue_msg()
[all …]
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_util.c81 for (; mp != NULL; mp = mp->b_next) { in mac_copymsgchain_cksum()
87 nmpp = &((*nmpp)->b_next); in mac_copymsgchain_cksum()
105 for (mp = mp_chain; mp != NULL; prev = mp, mp = mp->b_next) { in mac_fix_cksum()
125 mp1->b_next = mp->b_next; in mac_fix_cksum()
126 mp->b_next = NULL; in mac_fix_cksum()
129 prev->b_next = mp1; in mac_fix_cksum()
158 prev->b_next = mp->b_next; in mac_fix_cksum()
160 new_chain = mp->b_next; in mac_fix_cksum()
161 mp1 = mp->b_next; in mac_fix_cksum()
162 mp->b_next = NULL; in mac_fix_cksum()
[all …]
H A Dmac_sched.c1150 (mac_srs)->srs_last->b_next = (head); \
1393 ASSERT(mp->b_next == NULL); in mac_rx_drop_pkt()
1447 ASSERT((tail)->b_next == NULL); \
1448 (tail)->b_next = (mp); \
1547 head = head->b_next; in mac_rx_srs_proto_fanout()
1548 mp->b_next = NULL; in mac_rx_srs_proto_fanout()
1678 ASSERT(tailmp[type]->b_next == NULL); in mac_rx_srs_proto_fanout()
1966 head = head->b_next; in mac_rx_srs_fanout()
1967 mp->b_next = NULL; in mac_rx_srs_fanout()
2167 ASSERT(tailmp[type][i]->b_next == NULL); in mac_rx_srs_fanout()
[all …]
/titanic_50/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c261 bufhead.b_next = bufhead.b_prev = &bufhead; in bufinit()
275 bp->b_next = bufhead.b_next; in bufinit()
276 bufhead.b_next->b_prev = bp; in bufinit()
277 bufhead.b_next = bp; in bufinit()
292 for (bp = bufhead.b_next; bp != &bufhead; bp = bp->b_next) in getdatablk()
304 bp->b_prev->b_next = bp->b_next; in getdatablk()
305 bp->b_next->b_prev = bp->b_prev; in getdatablk()
307 bp->b_next = bufhead.b_next; in getdatablk()
308 bufhead.b_next->b_prev = bp; in getdatablk()
309 bufhead.b_next = bp; in getdatablk()
/titanic_50/usr/src/uts/common/io/
H A Dstream.c439 mp->b_next = mp->b_prev = mp->b_cont = NULL; in allocb()
644 ASSERT(mp->b_next == NULL && mp->b_prev == NULL); in freeb()
661 ASSERT(mp->b_next == NULL && mp->b_prev == NULL); in freemsg()
779 new_mp->b_next = new_mp->b_prev = new_mp->b_cont = NULL; in dupb()
860 mp->b_next = mp->b_prev = mp->b_cont = NULL; in gesballoc()
1098 mp->b_next = mp->b_prev = mp->b_cont = NULL; in bcache_allocb()
1192 mp->b_next = mp->b_prev = mp->b_cont = NULL; in allocb_wait()
1564 ASSERT(mp->b_next == NULL && mp->b_prev == NULL); in pullupmsg()
2029 if ((mp2->b_next = bp->b_next) == NULL) in getq_noenab()
2032 bp->b_next->b_prev = mp2; in getq_noenab()
[all …]
H A Dtirdwr.c384 for (mp = q->q_next->q_first; mp != NULL; mp = mp->b_next) { in check_strhead()
438 tmp = mp->b_next; in strip_strhead()
444 emp = mp->b_next; in strip_strhead()
457 mp = mp->b_next; in strip_strhead()
461 mp = mp->b_next; in strip_strhead()
H A Dtimod.c539 nmp = mp->b_next; in timodclose()
540 mp->b_next = NULL; in timodclose()
1191 nbp->b_next = tp->tim_consave; in timodrproc()
1240 for (nbp = tp->tim_consave; nbp; nbp = nbp->b_next) { in timodrproc()
1248 pbp->b_next = nbp->b_next; in timodrproc()
1250 tp->tim_consave = nbp->b_next; in timodrproc()
1251 nbp->b_next = NULL; in timodrproc()
1388 nbp = bp->b_next; in timodrproc()
1389 bp->b_next = NULL; in timodrproc()
2038 tmp = tmp->b_next) { in timodwproc()
[all …]
/titanic_50/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()
/titanic_50/usr/src/uts/common/inet/
H A Dmi.c332 mp1->b_next = NULL; in mi_copyout()
337 mp1->b_next = NULL; in mi_copyout()
360 cq->cq_addr = (char *)mp2->b_cont->b_next; 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()
1102 mp->b_prev || mp->b_next); in mi_timer()
1112 mp->b_prev || mp->b_next); in mi_timer()
1120 mp->b_prev || mp->b_next); in mi_timer()
1203 mp->b_prev || mp->b_next); in mi_timer_free()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dsqueue.h41 ASSERT((mp)->b_next == NULL); \
55 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; \
/titanic_50/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c202 bufhead.b_next = bufhead.b_prev = &bufhead; in bufinit()
224 bp->b_next = bufhead.b_next; in bufinit()
225 bufhead.b_next->b_prev = bp; in bufinit()
226 bufhead.b_next = bp; in bufinit()
259 nbp->b_next = bp->b_next; in unbufinit()
260 bp->b_next->b_prev = nbp; in unbufinit()
278 for (bp = bufhead.b_next; bp != &bufhead; bp = bp->b_next) in getdatablk()
306 if (bufhead.b_next != bp) { in getdatablk()
307 bp->b_prev->b_next = bp->b_next; in getdatablk()
308 bp->b_next->b_prev = bp->b_prev; in getdatablk()
[all …]
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip6_asp.c137 (mp->b_next == NULL)); in ip6_asp_pending_op()
140 mp->b_next = NULL; in ip6_asp_pending_op()
148 ipst->ips_ip6_asp_pending_ops_tail->b_next = mp; in ip6_asp_pending_op()
164 ipst->ips_ip6_asp_pending_ops = mp->b_next; in ip6_asp_complete_op()
165 mp->b_next = NULL; in ip6_asp_complete_op()
H A Dipcsum.c83 #define INIT_COVERAGE() (safe_mp = mp, safe_mp->b_next = NULL)
84 #define MARK_COVERAGE(flag) (safe_mp->b_next = \
85 (mblk_t *)((uint32_t)safe_mp->b_next | flag))
/titanic_50/usr/src/uts/common/os/
H A Dserializer.c180 s->ser_last->b_next = mp; in serializer_enqueue()
201 if ((s->ser_first = s->ser_first->b_next) == NULL) { in serializer_drain()
204 mp->b_next = NULL; in serializer_drain()
258 ASSERT(mp->b_next == NULL); in serializer_enter()
/titanic_50/usr/src/uts/common/io/dls/
H A Ddls_link.c110 mblk_t *nextp = (mp)->b_next; \
118 (mp)->b_next = NULL; \
123 (mp)->b_next = nextp; \
156 for (prevp = mp; (mp = mp->b_next) != NULL; prevp = mp) { in i_dls_link_subchain()
165 prevp->b_next = mp; in i_dls_link_subchain()
212 prevp->b_next = NULL; in i_dls_link_subchain()
365 nextp = mp->b_next; in i_dls_link_rx()
366 mp->b_next = NULL; in i_dls_link_rx()
/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsubr_mchain.c628 mdp->md_top = m->b_next; in md_done()
629 m->b_next = NULL; in md_done()
648 top->b_next = NULL; in md_append_record()
655 while (m->b_next) in md_append_record()
656 m = m->b_next; in md_append_record()
657 m->b_next = top; in md_append_record()
677 m = top->b_next; in md_next_record()
678 top->b_next = NULL; in md_next_record()
/titanic_50/usr/src/uts/sun4v/io/
H A Dvsw_switching.c1269 bpn = bp->b_next; in vsw_vlan_frame_pretag()
1270 bp->b_next = bp->b_prev = NULL; 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()
1380 bp->b_next = bp->b_prev = NULL; 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()
[all …]
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c417 head->b_next = mp1->b_next; in tcp_fuse_output_urg()
418 mp1->b_next = NULL; in tcp_fuse_output_urg()
420 prev_head->b_next = head; in tcp_fuse_output_urg()
428 head = head->b_next; in tcp_fuse_output_urg()
768 tcp->tcp_rcv_list = mp->b_next; in tcp_fuse_rcv_drain()
769 mp->b_next = NULL; in tcp_fuse_rcv_drain()
H A Dtcp_timers.c151 tcp->tcp_timercache = mp->b_next; in tcp_timeout()
152 mp->b_next = NULL; in tcp_timeout()
286 mp->b_next = mp->b_prev = NULL; in tcp_timermp_alloc()
312 mp->b_next = mp->b_prev = NULL; in tcp_timermp_alloc()
337 tcp->tcp_timercache = tcp->tcp_timercache->b_next; in tcp_timermp_free()
361 } else if (mp1 == NULL || mp1->b_next == NULL) { in tcp_timer_free()
364 mp->b_next = mp1; in tcp_timer_free()

123456789