Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/memcfg/
H A Dpiclmemcfg.c93 if ((memsegh = alloca(sizeof (picl_nodehdl_t) * TOTAL_MEM_SLOTS)) == in create_logical_tree()
97 for (i = 0; i < TOTAL_MEM_SLOTS; i++) { in create_logical_tree()
185 for (i = 0; i < TOTAL_MEM_SLOTS; i++) { in create_logical_tree()
222 for (i = 0; i < TOTAL_MEM_SLOTS; i++) { in create_physical_tree()
274 for (i = 0; i < TOTAL_MEM_SLOTS; i++) in create_physical_tree()
339 if ((nregspec == 0) || (nregspec > TOTAL_MEM_SLOTS)) in get_reg_info()
374 mmodinfo_t mmodinfo[TOTAL_MEM_SLOTS]; in piclmemcfg_init()
H A Dmemcfg_impl.h55 #define TOTAL_MEM_SLOTS 4 /* Total memory module slots */ macro