Home
last modified time | relevance | path

Searched refs:dupb (Results 1 – 25 of 31) sorted by relevance

12

/titanic_41/usr/src/stand/lib/sock/
H A Dsocket_impl.h87 extern mblk_t *dupb(mblk_t *);
H A Dsocket.c1370 dupb(mblk_t *mp) in dupb() function
/titanic_41/usr/src/uts/common/io/
H A Dmultidata.c1157 if ((nmp = dupb(mmd->mmd_hbuf)) == NULL) in mmd_transform_link()
1177 mp = dupb(mmd->mmd_pbuf[pa->pld_pbuf_idx]); in mmd_transform_link()
1209 (*hmp = dupb(mmd->mmd_hbuf)) == NULL) in mmd_dupbufs()
1221 mp = dupb(mmd->mmd_pbuf[i]); in mmd_dupbufs()
H A Dstream.c770 dupb(mblk_t *mp) in dupb() function
1361 if (!bp || !(nbp = head = dupb(bp))) in dupmsg()
1365 if (!(nbp->b_cont = dupb(bp->b_cont))) { in dupmsg()
1377 copyb((bp)) : dupb((bp)))
1999 if ((mp2 = dupb(mp1)) == NULL && in getq_noenab()
H A Dtelmod.c1014 if ((protomp = dupb(mp)) == NULL) { in rcv_parse()
H A Dtimod.c2047 if ((nbp = dupb(mp)) == NULL && in timodwproc()
/titanic_41/usr/src/uts/common/sys/
H A Dstream.h778 extern mblk_t *dupb(mblk_t *);
/titanic_41/usr/src/uts/common/rpc/
H A Dxdr_mblk.c278 nextm = dupb(m); in xdrmblk_getmblk()
H A Dsvc_clts.c246 ud_dst->ud_resp = dupb(ud_src->ud_resp); in svc_clts_kclone_xprt()
H A Drpcmod.c1488 if ((mp1 = dupb(mp)) == NULL && in mir_rput()
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_send.c458 if ((t_mp = dupb(nmp)) != NULL) { in nxge_start()
1463 nmp = dupb(datamp); in nxge_do_softlso()
1508 mmp = dupb(datamp); in nxge_do_softlso()
H A Dnxge_txdma.c854 if ((tmp = dupb(nmp)) == NULL) { in nxge_tx_pkt_nmblocks()
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c1254 if ((mp1 = dupb(mp)) == 0) in tcp_output()
1988 mp = dupb(*xmit_tail); in tcp_send()
2028 mp = dupb(*xmit_tail); in tcp_send()
2121 mp1->b_cont = dupb(*xmit_tail); in tcp_send()
3074 mp2->b_cont = dupb(mp); in tcp_xmit_mp()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c1173 mp = dupb(http_conn_cl); in nl7c_http_persist()
1175 mp = dupb(http_conn_ka); in nl7c_http_persist()
H A Dnl7curi.c1957 if ((reqmp = dupb(sti->sti_nl7c_rcv_mp)) == NULL) { in nl7c_parse()
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsubr_mchain.c1054 if ((n = dupb(m)) == 0) in m_split()
H A Dsmb_rq.c207 m = dupb(rqp->sr_rq.mb_top); in smb_rq_fillhdr()
/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_send.c295 if ((t_mp = dupb(nmp)) != NULL) { in hxge_start()
H A Dhxge_txdma.c557 if ((tmp = dupb(nmp)) == NULL) { in hxge_tx_pkt_nmblocks()
/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c420 mblk_t *split_mp = dupb(chunk_mp); in sctp_chunkify()
672 if ((fill = dupb(sctp->sctp_pad_mp)) != NULL) { in sctp_get_padding()
H A Dsctp_asconf.c1001 ((mp = dupb(sctp->sctp_cxmit_list)) == NULL)) { in sctp_wput_asconf()
H A Dsctp_input.c1409 dmp = dupb(mp); in sctp_data_chunk()
4010 eager->sctp_cookie_mp = dupb(mp); in sctp_input_data()
/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp.c4922 mp = dupb(xmit_tail); in tcp_wput_data()
4945 mp = dupb(xmit_tail); in tcp_wput_data()
5072 mp1->b_cont = dupb(xmit_tail); in tcp_wput_data()
5780 mp2->b_cont = dupb(mp); in tcp_xmit_mp()
/titanic_41/usr/src/uts/common/inet/kssl/
H A Dksslrec.c2394 if ((retmp = dupb(mp)) == NULL) { in kssl_get_next_record()
/titanic_41/usr/src/man/man9f/
H A DMakefile260 dupb.9f \

12