Home
last modified time | relevance | path

Searched refs:M_PCPROTO (Results 1 – 25 of 57) sorted by relevance

123

/titanic_44/usr/src/uts/common/io/
H A Dsundlpi.c55 if ((mp = mexchange(wq, mp, size, M_PCPROTO, DL_BIND_ACK)) == NULL) in dlbindack()
77 if ((mp = mexchange(wq, mp, sizeof (dl_ok_ack_t), M_PCPROTO, in dlokack()
95 if ((mp = mexchange(wq, mp, sizeof (dl_error_ack_t), M_PCPROTO, in dlerrorack()
118 if ((mp = mexchange(wq, mp, size, M_PCPROTO, DL_UDERROR_IND)) == NULL) in dluderrorind()
142 if ((mp = mexchange(wq, mp, size, M_PCPROTO, DL_PHYS_ADDR_ACK)) == NULL) in dlphysaddrack()
411 mp = mexchange(NULL, NULL, DL_INFO_REQ_SIZE, M_PCPROTO, DL_INFO_REQ); in dl_info()
H A Dtirdwr.c270 case M_PCPROTO: in tirdwrrput()
352 case M_PCPROTO: in tirdwrwput()
405 case M_PCPROTO: in check_strhead()
H A Dtimod.c597 case M_PCPROTO: in timodrput()
599 if (mp->b_datap->db_type == M_PCPROTO || in timodrput()
744 case M_PCPROTO: in timodrproc()
780 mp->b_datap->db_type = M_PCPROTO; in timodrproc()
806 mp->b_datap->db_type = M_PCPROTO; in timodrproc()
891 mp->b_datap->db_type = M_PCPROTO; in timodrproc()
954 mp->b_datap->db_type = M_PCPROTO; in timodrproc()
975 mp->b_datap->db_type = M_PCPROTO; in timodrproc()
1035 M_PCPROTO, T_CAPABILITY_ACK); in timodrproc()
1106 mp->b_datap->db_type = M_PCPROTO; in timodrproc()
[all …]
H A Ddrcompat.c234 case M_PCPROTO: in drrput()
322 case M_PCPROTO: in drwput()
H A Dpckt.c384 case M_PCPROTO: in pcktrput()
451 case M_PCPROTO: in pcktrsrv()
H A Ddedump.c200 { M_PCPROTO, "M_PCPROTO ", dedump_raw },
H A Dllc1.c501 case M_PCPROTO: in llc1_uwput()
562 case M_PCPROTO: in llc1_lrsrv()
733 case M_PCPROTO: in llc1_uwsrv()
1253 nmp = mexchange(q, mp, bufsize, M_PCPROTO, DL_INFO_ACK); in llc1_inforeq()
2081 DB_TYPE(mp) = M_PCPROTO; in llc1_req_info()
3032 DB_TYPE(nmp) = M_PCPROTO; in llc1_subs_bind()
H A Dtelmod.c430 case M_PCPROTO: in telmodrput()
832 case M_PCPROTO: in telmodwput()
H A Dlogindmux.c533 case M_PCPROTO: in logdmuxuwput()
753 case M_PCPROTO: in logdmuxlrput()
H A Drlmod.c392 case M_PCPROTO: in rlmodrput()
715 case M_PCPROTO: in rlmodwput()
/titanic_44/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c423 mp = tpi_ack_alloc(omp, sizeof (struct T_info_ack), M_PCPROTO, in rds_info_req()
594 mp->b_datap->db_type = M_PCPROTO; in rds_bind()
622 case M_PCPROTO: in rds_wput_other()
719 case M_PCPROTO: in rds_wput()
833 case M_PCPROTO: in rds_wrw()
/titanic_44/usr/src/uts/common/ipp/dlcosmk/
H A Ddlcosmk.c117 case M_PCPROTO: in dlcosmk_process()
/titanic_44/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c204 case M_PCPROTO: in ds_wput()
240 M_PCPROTO, DL_INFO_ACK); in ds_wput()
/titanic_44/usr/src/uts/common/inet/ip/
H A Drts.c459 mp->b_datap->db_type = M_PCPROTO; in rts_tpi_bind()
515 mp = tpi_ack_alloc(mp, sizeof (rts_g_t_info_ack), M_PCPROTO, in rts_info_req()
866 case M_PCPROTO: in rts_wrw()
932 case M_PCPROTO: in rts_wput()
986 case M_PCPROTO: in rts_wput_other()
H A Dip_arp.c402 ASSERT(DB_TYPE(mp) == M_PROTO || DB_TYPE(mp) == M_PCPROTO); in arp_dlpi_done()
756 if (DB_TYPE(mp) != M_PCPROTO) { in arp_rput()
768 case M_PCPROTO: in arp_rput()
1274 DB_TYPE(mp) = (prim == DL_INFO_REQ) ? M_PCPROTO : M_PROTO; in ip_ar_dlpi_comm()
2163 ASSERT(DB_TYPE(mp) == M_PROTO || DB_TYPE(mp) == M_PCPROTO); in arp_dlpi_send()
2264 info_mp->b_datap->db_type = M_PCPROTO; in arl_init()
/titanic_44/usr/src/uts/common/sys/
H A Dstream.h450 #define M_PCPROTO 0x83 /* priority proto message */ macro
737 (type) == M_PCPROTO || \
/titanic_44/usr/src/uts/common/os/
H A Dstreamio.c1398 case M_PCPROTO: in strread()
1409 M_PCPROTO)) { in strread()
1419 if (type == M_PCPROTO) { in strread()
1431 (bp->b_datap->db_type == M_PCPROTO))) { in strread()
1440 if (type == M_PCPROTO) { in strread()
1510 case M_PCPROTO: in strrput_proto()
1664 db_type == M_PCPROTO) && in strrput()
1718 case M_PCPROTO: in strrput()
1766 case M_PCPROTO: in strrput()
4953 ASSERT(mp == NULL || mp->b_datap->db_type == M_PCPROTO || in strioctl()
[all …]
/titanic_44/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c364 case M_PCPROTO: in softmac_mod_rput()
624 case M_PCPROTO: in softmac_drv_wput()
H A Dsoftmac_pkt.c197 if ((*mpp = mexchange(NULL, *mpp, sizeof (dl_error_ack_t), M_PCPROTO, in softmac_mexchange_error_ack()
H A Dsoftmac_fp.c721 case M_PCPROTO: in softmac_wput_single_nondata()
778 case M_PCPROTO: in softmac_wput_single_nondata()
/titanic_44/usr/src/uts/common/inet/
H A Doptcom.c318 mp->b_datap->db_type = M_PCPROTO; in svr4_optcom_req()
407 mp1->b_datap->db_type = M_PCPROTO; in svr4_optcom_req()
503 mp->b_datap->db_type = M_PCPROTO; in svr4_optcom_req()
616 toa_mp->b_datap->db_type = M_PCPROTO; in tpi_optcom_req()
/titanic_44/usr/src/uts/common/rpc/
H A Drpcmod.c444 case M_PCPROTO: in tmp_rput()
505 bp->b_datap->db_type = M_PCPROTO; in rmm_open()
720 case M_PCPROTO: in rpcmodrput()
844 case M_PCPROTO: in rpcmodwput()
1358 case M_PCPROTO: in mir_rput()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c86 M_PCPROTO, T_ERROR_ACK)) != NULL) { in tcp_err_ack_prim()
307 mp->b_datap->db_type = M_PCPROTO; in tcp_tpi_bind()
880 mp = tpi_ack_alloc(mp, sizeof (struct T_info_ack), M_PCPROTO, in tcp_info_req()
914 ackmp->b_datap->db_type = M_PCPROTO; in tcp_addr_req()
1740 mp->b_datap->db_type = M_PCPROTO; in tcp_tpi_accept()
H A Dtcp_fusion.c358 ASSERT(DB_TYPE(mp) == M_PROTO || DB_TYPE(mp) == M_PCPROTO); in tcp_fuse_output_urg()
460 DB_TYPE(mp) == M_PCPROTO); in tcp_fuse_output()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c622 DB_TYPE(mp) = M_PCPROTO; in do_tinfo()
685 DB_TYPE(mp) = M_PCPROTO; in do_tcapability()
953 if (DB_TYPE(mp) != M_PCPROTO || in sowaitprim()
1040 if (DB_TYPE(mp) != M_PCPROTO) { in soqueueack()
1094 ASSERT(DB_TYPE(mp) == M_PCPROTO); in sowaitack()
1677 DB_TYPE(mp) == M_PCPROTO); in strsock_proto()

123