Searched refs:memmodh (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/memcfg/ |
H A D | memcfg_impl.h | 60 picl_nodehdl_t memmodh; /* memory-module node handle */ member in struct:memmod_info
|
H A D | piclmemcfg.c | 168 if (mmodinfo[i].memmodh == NULL) 178 &mmodinfo[i].memmodh, NULL); 206 picl_nodehdl_t mch, memmodh; local 233 PICL_CLASS_MEMORY_MODULE, &memmodh); 240 mmodinfo[i].memmodh = memmodh; 251 err = ptree_create_and_add_prop(memmodh, &propinfo, 266 err = ptree_create_and_add_prop(memmodh, &propinfo, &id, NULL); 277 mmodinfo[i].memmodh = NULL;
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/ |
H A D | piclfrutree.c | 345 picl_nodehdl_t memmodh; local 371 err = ptree_create_node("mem-module", "fru", &memmodh); 375 err = add_ref_prop(memmodh, tmph, SEEPROM_SOURCE); 379 err = add_void_fda_prop(memmodh); 383 err = ptree_add_node(memsloth, memmodh); 387 err = add_ref_prop(tmph, memmodh, FRU_PARENT);
|
Completed in 58 milliseconds