Home
last modified time | relevance | path

Searched refs:SC_SEND_HEADER (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/sun4u/sys/
H A Dsmc_if.h78 #define SC_SEND_HEADER (sizeof (sc_reqhdr_t)) macro
82 #define SC_SEND_DSIZE (SC_MSG_MAX_SIZE - SC_SEND_HEADER)
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/
H A Dlibctsmc.c124 if (write(fd, req_pkt, SC_SEND_HEADER + SC_MSG_LEN(req_pkt)) < 0) { in smc_send_local_cmd()
235 if ((nbytes = write(fd, (char *)req_pkt, SC_SEND_HEADER + in smc_send_ipmi_message()