Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/sys/
H A Dsmc_if.h81 #define SC_MSG_MAX_SIZE 0x3E macro
82 #define SC_SEND_DSIZE (SC_MSG_MAX_SIZE - SC_SEND_HEADER)
83 #define SC_RECV_DSIZE (SC_MSG_MAX_SIZE - SC_RECV_HEADER)
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/
H A Dlibctsmc.c139 if (read(fd, rsp_pkt, SC_MSG_MAX_SIZE) == -1) { in smc_send_local_cmd()
217 char data[SC_MSG_MAX_SIZE], *p; in smc_send_ipmi_message()
220 bzero(data, SC_MSG_MAX_SIZE); in smc_send_ipmi_message()
241 if ((nbytes = read(fd, (char *)rsp_pkt, SC_MSG_MAX_SIZE)) < 0) { in smc_send_ipmi_message()
269 nbytes = read(fd, rsp_pkt, SC_MSG_MAX_SIZE); in smc_send_ipmi_message()
276 bzero(data, SC_MSG_MAX_SIZE); in smc_send_ipmi_message()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpicldr.c497 if (read(fd, (char *)&rsp_msg, SC_MSG_MAX_SIZE) < 0) { in env_process_smc_event()