Searched defs:bp_msg (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm_drvintf.c487 bp_msg_t *bp_msg; local
507 bp_msg = (bp_msg_t *)request_bp->msg_buf;
509 DPRINTF(rcs, DAPI, (CE_CONT, "send request_bp=%x\n", bp_msg->cmd));
514 if (!IS_BOOT_MSG(bp_msg->cmd)) {
517 bp_msg->cmd));
535 if (bp_msg->cmd == BP_OBP_BOOTINIT) {
546 } else if (bp_msg->cmd == BP_OBP_RESET) {
577 rmc_comm_bp_msend(rcs, bp_msg);
610 bp_msg = (bp_msg_t *)response_bp->msg_buf;
612 if (bp_msg
[all...]
H A Drmc_comm_dp.c1517 rmc_comm_bp_msend(struct rmc_comm_state *rcs, bp_msg_t *bp_msg) argument
1524 bp_msg->cmd, bp_msg->dat1, bp_msg->dat2));
1533 rmc_comm_serdev_send(rcs, (char *)&bp_msg->cmd,
1534 sizeof (bp_msg_t) - sizeof (bp_msg->pad));
/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm_dp_boot.h72 typedef struct bp_msg { struct

Completed in 64 milliseconds