Searched refs:SC_MSG_MAX_SIZE (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | smc_if.h | 81 #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 D | libctsmc.c | 139 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 D | picldr.c | 497 if (read(fd, (char *)&rsp_msg, SC_MSG_MAX_SIZE) < 0) {
|
Completed in 46 milliseconds