Home
last modified time | relevance | path

Searched refs:IS_BOOT_MSG (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/sun4u/sys/
H A Drmc_comm_lproto.h103 #define IS_BOOT_MSG(t) (((t) & 0xE0) == 0xC0) macro
/titanic_50/usr/src/uts/sun4u/io/
H A Drmc_comm_dp.c823 (IS_BOOT_MSG(pkt->buf[1]))) { in rmc_comm_dp_drecv()
859 (IS_BOOT_MSG(pkt->buf[1]))) { in rmc_comm_dp_drecv()
H A Drmc_comm_drvintf.c514 if (!IS_BOOT_MSG(bp_msg->cmd)) { in rmc_comm_request_response_bp()