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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/
H A Dpiclfrutree.c292 picl_nodehdl_t iobrdh; local
299 err = ptree_create_node("io-board", "fru", &iobrdh);
303 err = add_ref_prop(iobrdh, tmph, SEEPROM_SOURCE);
307 err = add_void_fda_prop(iobrdh);
311 err = ptree_add_node(rooth, iobrdh);
315 err = add_ref_prop(tmph, iobrdh, FRU_PARENT);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/
H A Dpiclfrutree.c353 picl_nodehdl_t iobrdh; local
360 err = ptree_create_node("io-board", "fru", &iobrdh);
364 err = add_ref_prop(iobrdh, tmph, SEEPROM_SOURCE);
368 err = add_void_fda_prop(iobrdh);
372 err = ptree_add_node(rooth, iobrdh);
376 err = add_ref_prop(tmph, iobrdh, FRU_PARENT);

Completed in 60 milliseconds