Home
last modified time | relevance | path

Searched refs:DP_NULL_MSG (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/librsc/sparc/mpxu/common/
H A Dlibrsc.c93 { DP_RESET_RSC, DP_NULL_MSG,
155 rsc_rx_resp_type = DP_NULL_MSG; in rscp_init()
239 rr_resp->msg_type = DP_NULL_MSG; in rscp_send_recv()
602 if (rr_item->resp_type == DP_NULL_MSG) { in rscp_send()
675 msgp->type = DP_NULL_MSG; in rscp_recv()
693 rsc_rx_resp_type = DP_NULL_MSG; in rscp_recv()
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm_dp.c353 if (drr->response.msg_type == DP_NULL_MSG) { in dp_tx_handle_ack()
1578 req->msg_type = DP_NULL_MSG; in rmc_comm_dp_mcleanup()
1582 resp->msg_type = DP_NULL_MSG; in rmc_comm_dp_mcleanup()
H A Drmcadm.c422 if (rr.resp.msg_type != DP_NULL_MSG) { in rmcadm_ioctl()
H A Drmc_comm_drvintf.c366 exp_resp->msg_type = DP_NULL_MSG; in rmc_comm_send_req_resp()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm_hproto.h64 #define DP_NULL_MSG 0x00 macro