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

/illumos-gate/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)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/
H A Dlibctsmc.c139 if (read(fd, rsp_pkt, SC_MSG_MAX_SIZE) == -1) {
217 char data[SC_MSG_MAX_SIZE], *p;
220 bzero(data, SC_MSG_MAX_SIZE);
241 if ((nbytes = read(fd, (char *)rsp_pkt, SC_MSG_MAX_SIZE)) < 0) {
269 nbytes = read(fd, rsp_pkt, SC_MSG_MAX_SIZE);
276 bzero(data, SC_MSG_MAX_SIZE);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpicldr.c497 if (read(fd, (char *)&rsp_msg, SC_MSG_MAX_SIZE) < 0) {

Completed in 46 milliseconds