Home
last modified time | relevance | path

Searched refs:db_ref (Results 1 – 22 of 22) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dstrsun.h46 #define DB_REF(mp) ((mp)->b_datap->db_ref)
H A Dstream.h319 unsigned char db_ref; member
/titanic_50/usr/src/uts/common/io/
H A Dstream.c137 (8 * (&((dblk_t *)0)->field - &((dblk_t *)0)->db_ref))
141 (((ref) << DBLK_RTFU_SHIFT(db_ref)) | \
145 #define DBLK_RTFU_REF_MASK (DBLK_REFMAX << DBLK_RTFU_SHIFT(db_ref))
146 #define DBLK_RTFU_WORD(dbp) (*((uint32_t *)&(dbp)->db_ref))
588 ASSERT(dbp->db_ref == 1); in msg_extractcred()
643 ASSERT(dbp->db_ref > 0); in freeb()
647 STR_FTEVENT_MBLK(mp, caller(), FTEV_FREEB, dbp->db_ref); in freeb()
660 ASSERT(dbp->db_ref > 0); in freemsg()
663 STR_FTEVENT_MBLK(mp, caller(), FTEV_FREEB, dbp->db_ref); in freemsg()
690 ASSERT(mp->b_datap->db_ref != 0); in reallocb()
[all …]
H A Dpckt.c505 ASSERT(mp->b_datap->db_ref >= 1); in pckt_reallocb()
511 if (mp->b_datap->db_ref == 1) in pckt_reallocb()
H A Dmultidata.c339 ASSERT(mmd->mmd_dp->db_ref == 1); in mmd_esballoc_free()
886 if (mmd->mmd_dp->db_ref > 1) { in mmd_rempdesc()
1510 if (pa->pat_mmd->mmd_dp->db_ref > 1) { in mmd_rempattr()
H A Dbufmod.c1097 (last->b_datap->db_ref == 1)) { in sbaddmsg()
H A Dgld.c2591 ASSERT(mp->b_datap->db_ref); in gld_recv_tagged()
/titanic_50/usr/src/uts/common/ktli/
H A Dt_kfree.c129 p.udata->udata.udata_mp->b_datap->db_ref); in t_kfree()
H A Dt_krcvudat.c188 KTLILOG(2, "db_ref %x", dbp->db_ref); in t_krcvudata()
/titanic_50/usr/src/uts/common/os/
H A Dputnext.c162 ASSERT(mp->b_datap->db_ref != 0); in putnext()
441 ASSERT(mp->b_datap->db_ref != 0); in put()
H A Dstrsubr.c6221 ASSERT(bp->b_datap->db_ref != 0); in sq_run_events()
6762 ASSERT(bp->b_datap->db_ref != 0); in qdrain_syncq()
/titanic_50/usr/src/uts/common/rpc/
H A Dxdr_mblk.c569 m->b_datap->db_ref != 1) { in xdrmblk_inline()
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c298 (dp = mp1->b_datap)->db_ref == 1 && in tcp_wput_data()
1293 if ((db->db_ref != 2) || rptr < db->db_base || in tcp_output()
2057 ((db = mp->b_datap), db->db_ref != 2) || in tcp_send()
2519 if (mp->b_datap->db_ref != 1) { in tcp_xmit_early_reset()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_sadb.c822 if (data_mp->b_datap->db_ref > 1 || in ipsec_inbound_esp_sa()
H A Dip6.c280 if (mp->b_datap->db_ref > 1) { in icmp_inbound_v6()
384 if (mp->b_datap->db_ref > 1) { in icmp_inbound_v6()
3502 if (mp->b_datap->db_ref > 2) in ip_input_fragment_v6()
3510 if (tail_mp->b_datap->db_ref <= 2) in ip_input_fragment_v6()
H A Dip.c1420 if (mp->b_datap->db_ref > 1) { in icmp_inbound_v4()
1482 if (mp->b_datap->db_ref > 1) { in icmp_inbound_v4()
1543 if (mp->b_datap->db_ref > 1) { in icmp_inbound_v4()
1623 if (mp->b_datap->db_ref > 1) { in icmp_inbound_v4()
7128 if (mp->b_datap->db_ref > 2) in ip_input_fragment()
7136 if (tail_mp->b_datap->db_ref <= 2) in ip_input_fragment()
11770 if (carve_mp->b_datap->db_ref == 1 && in ip_fragment_v4()
11805 if (carve_mp->b_datap->db_ref == 1 && in ip_fragment_v4()
H A Dconn_opt.c2321 data_mp->b_datap->db_ref == 1) { in conn_prepend_hdr()
H A Dsadb.c7349 if ((db->db_ref != 1) || (mp->b_wptr + hlen > db->db_lim)) {
7432 if ((db->db_ref != 1) || (mp->b_wptr + hlen > db->db_lim)) {
H A Dipsecesp.c327 mp->b_datap->db_ref, mp->b_datap->db_type, in dump_msg()
H A Dicmp.c2618 if (mp->b_datap->db_ref > 1) { in icmp_input()
/titanic_50/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c777 ASSERT(mp1->b_datap->db_ref == 1); in rds_wput_data()
/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c474 ASSERT(chunk_hdr->b_datap->db_ref == 1); in sctp_chunkify()