Searched refs:bp_msg_t (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dboot_recv.c46 ADM_Boot_recv(bp_msg_t *MessagePtr, struct timespec *Timeout)
H A Dcallback.c49 ADM_Callback(bp_msg_t *Message)
H A Dadm.h101 void ADM_Callback(bp_msg_t *Message);
108 int ADM_Boot_recv(bp_msg_t *MessagePtr, struct timespec *Timeout);
H A Ddownload.c54 static bp_msg_t Message;
H A Dsend_file.c47 static bp_msg_t Message;
/illumos-gate/usr/src/lib/librsc/sparc/mpxu/common/
H A Dlibrsc.h51 typedef void rscp_bpmsg_cb_t(bp_msg_t *msg);
103 void rscp_send_bpmsg(bp_msg_t *);
H A Dlibrsc.c113 { BP_OBP_BOOTINIT, NULL, sizeof (bp_msg_t),
115 { BP_OBP_RESET, NULL, sizeof (bp_msg_t),
425 rscp_send_bpmsg(bp_msg_t *bpmsg)
431 bp_msg_t bpmsg_reply;
451 req_bp->msg_len = sizeof (bp_msg_t);
457 resp_bp->msg_len = sizeof (bp_msg_t);
493 bp_msg_t bpmsg_reply;
500 srec_bp.resp_bp.msg_len = sizeof (bp_msg_t);
/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm_dp_boot.h77 } bp_msg_t; typedef in typeref:struct:bp_msg
H A Drmc_comm.h240 void rmc_comm_bp_msend(struct rmc_comm_state *, bp_msg_t *);
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm_dp.c444 bp_msg_t *msgp = (bp_msg_t *)pkt->buf;
447 int datalen = sizeof (bp_msg_t);
822 } else if ((pkt->bufpos >= sizeof (bp_msg_t)) &&
858 } else if ((pkt->bufpos >= sizeof (bp_msg_t)) &&
1517 rmc_comm_bp_msend(struct rmc_comm_state *rcs, bp_msg_t *bp_msg)
1534 sizeof (bp_msg_t) - sizeof (bp_msg->pad));
H A Drmc_comm_drvintf.c487 bp_msg_t *bp_msg;
507 bp_msg = (bp_msg_t *)request_bp->msg_buf;
610 bp_msg = (bp_msg_t *)response_bp->msg_buf;

Completed in 80 milliseconds