Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/
H A Dlibctsmc.c125 dbg_print(SMC_ERRMSG_WRITE, SC_MSG_CMD(req_pkt)); in smc_send_local_cmd()
131 dbg_print(SMC_ERRMSG_POLLTIMEOUT, SC_MSG_CMD(req_pkt)); in smc_send_local_cmd()
134 dbg_print(SMC_ERRMSG_POLLFAILED, SC_MSG_CMD(req_pkt)); in smc_send_local_cmd()
140 dbg_print(SMC_ERRMSG_READ, SC_MSG_CMD(req_pkt)); in smc_send_local_cmd()
174 SC_MSG_CMD(&req_pkt) = SMC_GET_GEOGRAPHICAL_ADDRESS; in get_geo_addr()
284 "cc = %x", p, SC_MSG_ID(rsp_pkt), SC_MSG_CMD(rsp_pkt), in smc_send_ipmi_message()
335 SC_MSG_CMD(req_msg) = SMC_SEND_MESSAGE; in smc_init_ipmi_msg()
372 SC_MSG_CMD(req_msg) = cmd; in smc_init_smc_msg()
401 SC_MSG_CMD(req_msg)); in smc_send_msg()
413 if (SC_MSG_CMD(req_msg) != SMC_SEND_MESSAGE) { in smc_send_msg()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dpiclsdr.c130 SC_MSG_CMD(&req_pkt) = SMC_DEVICE_SDR_GET; in get_onboard_sdr()
166 SC_MSG_CMD(&req_pkt) = SMC_DEVICE_SDR_INFO_GET; in get_sdr_info()
H A Dpiclsmc.c168 SC_MSG_CMD(&req_pkt) = SMC_EEPROM_READ; in get_fru_data()
635 SC_MSG_CMD(&req_pkt) = SMC_EEPROM_WRITE; in write_fru_data()
815 SC_MSG_CMD(&req_pkt) = SMC_EEPROM_READ; in is_ipmi_fru_data_available()
/titanic_41/usr/src/uts/sun4u/sys/
H A Dsmc_if.h126 #define SC_MSG_CMD(msg) (SC_MSG_HDR(msg).cmd) macro
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpicldr.c508 SC_MSG_CMD(&rsp_msg), BYTE_0(res_datap), in env_process_smc_event()
511 if (SC_MSG_CMD(&rsp_msg) == SMC_SMC_LOCAL_EVENT_NOTIF) { in env_process_smc_event()