Home
last modified time | relevance | path

Searched refs:b_next (Results 126 – 150 of 231) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1267 ASSERT(mp->b_next == NULL); in so_queue_msg_impl()
1355 if (mp->b_next == NULL) { in so_queue_msg_impl()
1361 if ((nmp = mp->b_next) != NULL) { in so_queue_msg_impl()
1362 mp->b_next = NULL; in so_queue_msg_impl()
H A Dsocksyscalls.c2087 mp->b_next = NULL; in snf_enque()
2093 sr->sr_mp_tail->b_next = mp; in snf_enque()
2149 sr->sr_mp_head = mp->b_next; in snf_deque()
2154 mp->b_next = NULL; in snf_deque()
2419 next_mp = mp->b_next; in snf_direct_io()
2420 mp->b_next = NULL; in snf_direct_io()
H A Dsockfilter.c1312 nextmp = mp->b_next; in sof_filter_data_in_proc()
1313 mp->b_next = mp->b_prev = NULL; in sof_filter_data_in_proc()
1339 (*lastmp)->b_next = mp; in sof_filter_data_in_proc()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c190 bp->b_next = expand(makeblock(NAME, cp), in server()
192 while (bp->b_next != NULL) in server()
193 bp = bp->b_next; in server()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_txdring.c1265 bp->b_next = bp->b_prev = NULL; in vsw_process_dringdata()
1269 mp->b_next = mp->b_prev = NULL; in vsw_process_dringdata()
1270 bpt->b_next = mp; in vsw_process_dringdata()
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c185 tail->b_next = mp; in eib_data_rx_comp_handler()
1164 if (mp->b_next != NULL) { in eib_data_rx_comp()
1167 mp->b_next = NULL; in eib_data_rx_comp()
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxgldv3.c360 nmp = mp->b_next; in bnx_m_tx()
361 mp->b_next = NULL; in bnx_m_tx()
373 mp->b_next = nmp; in bnx_m_tx()
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1008 mb = (uintptr_t)mb_local.b_next; in find_mbind()
1684 while (mb->b_next != NULL) { in mdb_mblk_count()
1686 if (mdb_vread(&mblk, sizeof (mblk), (uintptr_t)mb->b_next) == in mdb_mblk_count()
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c167 next_bw = bw->b_next; in sdp_free_bandwidth()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipdrop.c304 ASSERT(mp->b_prev == NULL && mp->b_next == NULL); in ip_drop_packet()
H A Dspd.c233 mpnext = mp->b_next; in ipsec_freemsg_chain()
234 mp->b_next = NULL; in ipsec_freemsg_chain()
252 mpnext = mp->b_next; in ip_drop_packet_chain()
253 mp->b_next = NULL; in ip_drop_packet_chain()
5482 next = attr_mp->b_next; in ipsec_check_ipsecin_policy_reasm()
5483 attr_mp->b_next = NULL; /* No tripping asserts. */ in ipsec_check_ipsecin_policy_reasm()
5511 data_tail->b_next = data_mp; in ipsec_check_ipsecin_policy_reasm()
5856 ASSERT(data_mp->b_next == NULL); in ipsec_tun_inbound()
6487 for (nmp = fep->itpfe_fraglist; nmp; nmp = nmp->b_next) { in ipsec_fragcache_add()
6677 mp->b_next = nmp; in ipsec_fragcache_add()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_dbg.c240 for (bp = mp; bp != NULL; bp = bp->b_next) { in qede_dump_mblk_chain_bnext_ptr()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1719 for (; mp != NULL; mp = mp->b_next) in mac_protect_intercept_dynamic()
2273 ASSERT(mp->b_next == NULL); in mac_protect_check_one()
2354 next = mp->b_next; in mac_protect_check()
2355 mp->b_next = NULL; in mac_protect_check()
2359 tailp = &mp->b_next; in mac_protect_check()
/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c2030 nmp = mp->b_next; in bfe_mac_transmit_packet()
2031 mp->b_next = NULL; in bfe_mac_transmit_packet()
2034 mp->b_next = nmp; in bfe_mac_transmit_packet()
2260 mp->b_next = NULL; in bfe_receive()
2264 rx_tail->b_next = mp; in bfe_receive()
/illumos-gate/usr/src/uts/common/io/
H A Dlogindmux.c1222 nmp = mp->b_next; in flushq_dataonly()
1227 mp = mp->b_next; in flushq_dataonly()
/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1.c678 mp->b_next = NULL; in atge_l1_rx()
732 rx_tail->b_next = mp; in atge_l1_rx()
H A Datge_l1c.c787 mp->b_next = NULL; in atge_l1c_rx()
836 rx_tail->b_next = mp; in atge_l1c_rx()
H A Datge_l1e.c541 mp->b_next = NULL; in atge_l1e_receive()
548 rx_tail->b_next = mp; in atge_l1e_receive()
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c2220 tails[pnum]->b_next = mp; in yge_handle_events()
2350 heads[0] = mp->b_next; in yge_intr()
2366 heads[1] = mp->b_next; in yge_intr()
3184 mp = mp->b_next; in yge_m_tx()
3198 nmp = mp->b_next; in yge_m_tx()
3199 mp->b_next = NULL; in yge_m_tx()
3202 mp->b_next = nmp; in yge_m_tx()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h102 struct bufarea *b_next; /* free list queue */ member
/illumos-gate/usr/src/cmd/filesync/
H A Dmain.c339 for (bp = bases; bp; bp = bp->b_next) { in main()
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_rx.c432 mplistTail = &mp->b_next; in vmxnet3_rx_intr()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_fcoe.c1308 pNextMblk = pMblk->b_next; in BnxeFcoePrvTx()
1309 pMblk->b_next = NULL; in BnxeFcoePrvTx()
1324 pMblk->b_next = pNextMblk; in BnxeFcoePrvTx()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c2145 tcp->tcp_rcv_list = mp->b_next; in tcp_rcv_drain()
2146 mp->b_next = NULL; in tcp_rcv_drain()
2197 tcp->tcp_rcv_last_head->b_next = mp; in tcp_rcv_enqueue()
2556 ASSERT(mp->b_next == NULL); in tcp_input_data()
4508 if ((mp1->b_next != NULL) && in tcp_input_data()
4509 SEQ_GT(seg_ack, (uint32_t)(uintptr_t)(mp1->b_next))) { in tcp_input_data()
4541 (uint32_t)(uintptr_t)(mp1->b_next))) { in tcp_input_data()
4544 mp1->b_next = NULL; in tcp_input_data()
4548 mp1->b_next = NULL; in tcp_input_data()
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_ioctl_uwp.c273 next_hmp = hmp->b_next; in oplmsu_uwioctl_ipunlink()

12345678910