Searched refs:SC_MSG_LEN (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/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) {
175 SC_MSG_LEN(&req_pkt) = 0;
222 for (i = 0; i < SC_MSG_LEN(req_pkt); i++) {
236 SC_MSG_LEN(req_pkt))) < 0) {
285 SC_MSG_LEN(rsp_pkt), SC_MSG_CC(rsp_pkt));
337 SC_MSG_LEN(req_msg) = IPMI_REQ_HDR_LEN + msg_data_size;
373 SC_MSG_LEN(req_msg) = msg_data_size;
422 dsize = SC_MSG_LEN(req_msg) - IPMI_REQ_HDR_LEN;
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsmc_if.h127 #define SC_MSG_LEN(msg) (SC_MSG_HDR(msg).len) macro
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dpiclsdr.c131 SC_MSG_LEN(&req_pkt) = 6;
167 SC_MSG_LEN(&req_pkt) = 0;
H A Dpiclsmc.c169 SC_MSG_LEN(&req_pkt) = 4;
189 if (SC_MSG_LEN(&res_pkt) != size) {
636 SC_MSG_LEN(&req_pkt) = 4 + size;
816 SC_MSG_LEN(&req_pkt) = 4;
950 if (SC_MSG_LEN(&rsp_pkt) == 0) {

Completed in 48 milliseconds