Home
last modified time | relevance | path

Searched refs:memmodh (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/memcfg/
H A Dpiclmemcfg.c166 if (mmodinfo[i].memmodh == 0) in create_logical_tree()
176 &mmodinfo[i].memmodh, NULL); in create_logical_tree()
204 picl_nodehdl_t mch, memmodh; in create_physical_tree() local
231 PICL_CLASS_MEMORY_MODULE, &memmodh); in create_physical_tree()
238 mmodinfo[i].memmodh = memmodh; in create_physical_tree()
249 err = ptree_create_and_add_prop(memmodh, &propinfo, in create_physical_tree()
264 err = ptree_create_and_add_prop(memmodh, &propinfo, &id, NULL); in create_physical_tree()
275 mmodinfo[i].memmodh = 0; in create_physical_tree()
H A Dmemcfg_impl.h58 picl_nodehdl_t memmodh; /* memory-module node handle */ member
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/
H A Dpiclfrutree.c343 picl_nodehdl_t memmodh; in do_mem_init() local
369 err = ptree_create_node("mem-module", "fru", &memmodh); in do_mem_init()
373 err = add_ref_prop(memmodh, tmph, SEEPROM_SOURCE); in do_mem_init()
377 err = add_void_fda_prop(memmodh); in do_mem_init()
381 err = ptree_add_node(memsloth, memmodh); in do_mem_init()
385 err = add_ref_prop(tmph, memmodh, FRU_PARENT); in do_mem_init()