Searched refs:cpumodh (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/
H A Dpiclfrutree.c291 picl_nodehdl_t cpumodh; local
316 err = ptree_create_node("cpu-module", "fru", &cpumodh);
320 err = add_ref_prop(cpumodh, tmph, SEEPROM_SOURCE);
324 err = add_void_fda_prop(cpumodh);
328 err = ptree_add_node(cpusloth, cpumodh);
332 err = add_ref_prop(tmph, cpumodh, FRU_PARENT);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/
H A Dpiclfrutree.c582 picl_nodehdl_t cpumodh; local
587 &cpumodh);
591 err = add_slot_prop(cpumodh, i);
597 err = add_label_prop(cpumodh, location_label[c]);
601 err = ptree_add_node(rooth, cpumodh);
606 err = do_dimms_init(cpumodh, slot, i);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/
H A Dpiclfrutree.c676 picl_nodehdl_t cpumodh; local
681 &cpumodh);
685 err = add_slot_prop(cpumodh, i);
691 err = add_label_prop(cpumodh, location_label[c]);
695 err = ptree_add_node(rooth, cpumodh);
700 err = do_dimms_init(cpumodh, slot, i);

Completed in 69 milliseconds