Searched refs:FRU_INFO_SIZE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgfru_mbox.h61 * msg_len = FRU_INFO_SIZE
65 * msg_len = FRU_INFO_SIZE + (SECTION_SIZE * max fru_cnt_t)
89 * msg_len = FRU_INFO_SIZE
93 * msg_len = FRU_INFO_SIZE + (SEGMENT_SIZE * max fru_cnt_t)
132 * msg_len = FRU_INFO_SIZE
136 * msg_len = FRU_INFO_SIZE
147 * msg_len = FRU_INFO_SIZE + fru_cnt_t bytes
152 * msg_len = FRU_INFO_SIZE
174 * msg_len = FRU_INFO_SIZE
178 * msg_len = FRU_INFO_SIZE
317 #define FRU_INFO_SIZE macro
[all...]
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgfru.c397 size = (size_t)(FRU_INFO_SIZE + (max_cnt * NODE_SIZE));
399 PR_NODE("sgfru:%s: FRU_INFO_SIZE %lu NODE_SIZE %lu size %lu\n",
400 f, FRU_INFO_SIZE, NODE_SIZE, size);
468 size = (size_t)(FRU_INFO_SIZE + (max_cnt * FRU_HDL_SIZE));
574 size = (size_t)(FRU_INFO_SIZE + (max_cnt * SECTION_SIZE));
638 size = (size_t)(FRU_INFO_SIZE + (max_cnt * SEGMENT_SIZE));
759 size = (size_t)(FRU_INFO_SIZE + max_cnt);
815 size = (size_t)(FRU_INFO_SIZE + max_cnt);
869 size = (size_t)(FRU_INFO_SIZE + (max_cnt * PACKET_SIZE));
934 size = (size_t)(FRU_INFO_SIZE
[all...]

Completed in 61 milliseconds