Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/
H A Dlibctsmc.c146 dbg_print(SMC_ERRMSG_ERROR, SC_MSG_CC(rsp_pkt), in smc_send_local_cmd()
151 if (SC_MSG_CC(rsp_pkt) != 0) { in smc_send_local_cmd()
246 if (SC_MSG_CC(rsp_pkt) != 0) { in smc_send_ipmi_message()
247 dbg_print(SMC_ERRMSG_ERROR, SC_MSG_CC(rsp_pkt), in smc_send_ipmi_message()
285 SC_MSG_LEN(rsp_pkt), SC_MSG_CC(rsp_pkt)); in smc_send_ipmi_message()
288 if (SC_MSG_CC(rsp_pkt) != 0) { in smc_send_ipmi_message()
/titanic_50/usr/src/uts/sun4u/sys/
H A Dsmc_if.h128 #define SC_MSG_CC(msg) (SC_MSG_HDR(msg).cc) macro
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpicldr.c501 if (SC_MSG_CC(&rsp_msg) != 0) { in env_process_smc_event()