/titanic_41/usr/src/cmd/msgfmt/ |
H A D | gnu_handle.c | 329 struct messages *msg, *dupmsg; in handle_message() local 351 dupmsg = search_msg(cur_catalog, id->str, hash_val); in handle_message() 353 if (dupmsg) { in handle_message() 354 if ((dupmsg->str_len == str->len) && in handle_message() 355 (memcmp(dupmsg->str, str->str, str->len) == 0)) { in handle_message() 359 dupmsg->num, po_names[dupmsg->po], in handle_message() 373 dupmsg->num, po_names[dupmsg->po], in handle_message()
|
/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_output.c | 270 sctp_sendfail_event(sctp, dupmsg(mproto), SCTP_ERR_BAD_SID, in sctp_sendmsg() 278 sctp_sendfail_event(sctp, dupmsg(mproto), in sctp_sendmsg() 753 if ((nmp = dupmsg(mp)) == NULL) in sctp_find_fast_rexmit_mblks() 1098 if ((nmp = dupmsg(mp)) == NULL) { in sctp_output() 1145 if ((nmp = dupmsg(mp)) == NULL) { in sctp_output() 1243 if ((nmp = dupmsg(mp)) == NULL) in sctp_output() 1909 nmp = dupmsg(mp); in sctp_rexmit() 1984 if ((nmp = dupmsg(mp)) == NULL) in sctp_rexmit() 2092 nmp = dupmsg(*mp); in sctp_rexmit_packet() 2165 if ((nmp = dupmsg(*mp)) == NULL) in sctp_rexmit_packet()
|
H A D | sctp_timer.c | 688 mp = dupmsg(sctp->sctp_cookie_mp); in sctp_rexmit_timer()
|
H A D | sctp_cookie.c | 1165 cemp->b_cont = dupmsg(mp); in sctp_send_cookie_echo() 1186 sctp->sctp_cookie_mp = dupmsg(head); in sctp_send_cookie_echo()
|
/titanic_41/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux_impl.h | 172 #define sm_copymsg(mp) ((DB_TYPE(mp) == M_DATA) ? dupmsg(mp) : copymsg(mp))
|
/titanic_41/usr/src/uts/common/io/ |
H A D | llc1.c | 1922 nmp = dupmsg(mp); in llc1_enable_multi() 2168 nmp = dupmsg(mp); /* make a copy for future streams */ in llc1_form_udata() 2224 nmp = dupmsg(mp); /* make a copy for future streams */ in llc1_form_udata() 2434 nmp->b_cont = dupmsg(mp); in llc1_xid_ind_con() 2443 nmp->b_cont = dupmsg(mp->b_cont); in llc1_xid_ind_con() 2683 nmp->b_cont = dupmsg(mp); in llc1_test_ind_con() 2692 nmp->b_cont = dupmsg(mp->b_cont); in llc1_test_ind_con()
|
H A D | gld.c | 2162 nmp = dupmsg(mp); in gld_start() 2828 nmp = dupmsg(mp); in gld_sendup_vlan() 3848 if ((nmp = dupmsg(mp)) == NULL) in gld_notify_qs()
|
H A D | stream.c | 1357 dupmsg(mblk_t *bp) in dupmsg() function 1678 newmp->b_cont = dupmsg(mp); in msgpullup()
|
H A D | timod.c | 1189 if (((nbp = dupmsg(mp)) != NULL) || in timodrproc()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stream.h | 779 extern mblk_t *dupmsg(mblk_t *);
|
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | subr_mchain.c | 970 if ((n = dupmsg(m)) == NULL) in m_copym()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_rts.c | 164 mp1 = dupmsg(mp); in rts_queue_input() 1191 mp1 = dupmsg(mp->b_cont); in ip_rts_request()
|
H A D | keysock.c | 2163 mp1 = dupmsg(mp); in keysock_passup()
|
H A D | ip6.c | 2357 if (((mp1 = dupmsg(mp)) == NULL) && in ip_fanout_proto_v6() 2536 if (((mp1 = dupmsg(mp)) == NULL) && in ip_fanout_udp_multi_v6()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_subr.c | 738 if ((nmp = dupmsg(mp)) == NULL && in so_dequeue_msg() 880 if ((nmp = dupmsg(savemp)) == NULL && in so_dequeue_msg()
|
/titanic_41/usr/src/uts/common/io/ppp/sppp/ |
H A D | sppp_dlpi.c | 1226 if ((dmp = dupmsg(mp)) == NULL) { in sppp_dlprsendup()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vsw_phys.c | 1247 bp = dupmsg(mp); in vsw_publish_macaddr()
|
H A D | vsw_switching.c | 1935 if ((*nmpp = dupmsg(mp)) == NULL) { in vsw_dupmsgchain()
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | clnt_clts.c | 556 mpdup = dupmsg(mp); in clnt_clts_kcallit_addr()
|
/titanic_41/usr/src/uts/common/io/ppp/spppasyn/ |
H A D | spppasyn.c | 1965 subframe = dupmsg(mp); in spppasyn_inpkt()
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_input.c | 3490 mp1 = dupmsg(mp); in tcp_input_data() 3525 mp1 = dupmsg(mp); in tcp_input_data()
|
/titanic_41/usr/src/uts/common/inet/ipnet/ |
H A D | ipnet.c | 1207 if ((netmp = dupmsg(hdr->hpo_pkt->b_cont)) == NULL && in ipnet_dispatch()
|
/titanic_41/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_dlpi.c | 1996 if ((nmp = dupmsg(mp)) == NULL)
|
/titanic_41/usr/src/uts/common/os/ |
H A D | streamio.c | 4964 if (mp && ((tmp_mp = dupmsg(mp)) == NULL)) { in strioctl() 7322 if ((nbp = dupmsg(bp)) == NULL && (nbp = copymsg(bp)) == NULL) { in kstrgetmsg() 8073 mp = dupmsg(mctl); in kstrputmsg()
|
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 487 # define M_DUPLICATE(x) dupmsg((x))
|