/titanic_44/usr/src/stand/lib/sock/ |
H A D | socket_impl.h | 87 extern mblk_t *dupb(mblk_t *);
|
H A D | socket.c | 1370 dupb(mblk_t *mp) in dupb() function
|
/titanic_44/usr/src/uts/common/io/ |
H A D | multidata.c | 1157 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 D | stream.c | 770 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 D | telmod.c | 1014 if ((protomp = dupb(mp)) == NULL) { in rcv_parse()
|
H A D | timod.c | 2047 if ((nbp = dupb(mp)) == NULL && in timodwproc()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | stream.h | 778 extern mblk_t *dupb(mblk_t *);
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | xdr_mblk.c | 278 nextm = dupb(m); in xdrmblk_getmblk()
|
H A D | svc_clts.c | 246 ud_dst->ud_resp = dupb(ud_src->ud_resp); in svc_clts_kclone_xprt()
|
H A D | rpcmod.c | 1488 if ((mp1 = dupb(mp)) == NULL && in mir_rput()
|
/titanic_44/usr/src/uts/common/io/nxge/ |
H A D | nxge_send.c | 458 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 D | nxge_txdma.c | 854 if ((tmp = dupb(nmp)) == NULL) { in nxge_tx_pkt_nmblocks()
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_output.c | 1254 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_44/usr/src/uts/common/fs/sockfs/ |
H A D | nl7chttp.c | 1173 mp = dupb(http_conn_cl); in nl7c_http_persist() 1175 mp = dupb(http_conn_ka); in nl7c_http_persist()
|
H A D | nl7curi.c | 1957 if ((reqmp = dupb(sti->sti_nl7c_rcv_mp)) == NULL) { in nl7c_parse()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | subr_mchain.c | 1054 if ((n = dupb(m)) == 0) in m_split()
|
H A D | smb_rq.c | 207 m = dupb(rqp->sr_rq.mb_top); in smb_rq_fillhdr()
|
/titanic_44/usr/src/uts/common/io/hxge/ |
H A D | hxge_send.c | 295 if ((t_mp = dupb(nmp)) != NULL) { in hxge_start()
|
H A D | hxge_txdma.c | 557 if ((tmp = dupb(nmp)) == NULL) { in hxge_tx_pkt_nmblocks()
|
/titanic_44/usr/src/uts/common/inet/sctp/ |
H A D | sctp_output.c | 420 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 D | sctp_asconf.c | 1001 ((mp = dupb(sctp->sctp_cxmit_list)) == NULL)) { in sctp_wput_asconf()
|
H A D | sctp_input.c | 1409 dmp = dupb(mp); in sctp_data_chunk() 4010 eager->sctp_cookie_mp = dupb(mp); in sctp_input_data()
|
/titanic_44/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 4922 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_44/usr/src/uts/common/inet/kssl/ |
H A D | ksslrec.c | 2394 if ((retmp = dupb(mp)) == NULL) { in kssl_get_next_record()
|
/titanic_44/usr/src/man/man9f/ |
H A D | Makefile | 260 dupb.9f \
|