Searched defs:frutreeh (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpicldr.c82 static picl_nodehdl_t frutreeh = 0; variable
271 if ((rc = ptree_get_node_by_path(FRUTREE_PATH, &frutreeh)) !=
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/
H A Dpiclfrutree.c193 static picl_nodehdl_t frutreeh; variable
239 (void) remove_all_nodes(frutreeh);
262 (void) remove_all_nodes(frutreeh);
801 err = ptree_create_and_add_node(rooth, "frutree", "picl", &frutreeh);
808 err = ptree_create_and_add_node(frutreeh, "chassis", "fru", &chassish);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/
H A Dpiclfrutree.c252 static picl_nodehdl_t frutreeh; variable
300 (void) remove_all_nodes(frutreeh);
323 (void) remove_all_nodes(frutreeh);
895 err = ptree_create_and_add_node(rooth, "frutree", "picl", &frutreeh);
902 err = ptree_create_and_add_node(frutreeh, "chassis", "fru", &chassish);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/
H A Dpiclfrutree.c158 static picl_nodehdl_t frutreeh; variable
203 (void) remove_all_nodes(frutreeh);
226 (void) remove_all_nodes(frutreeh);
674 err = ptree_create_and_add_node(rooth, "frutree", "picl", &frutreeh);
681 err = ptree_create_and_add_node(frutreeh, "chassis", "fru", &chassish);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c3250 display_fru_oper_status(picl_nodehdl_t frutreeh) argument
3255 picl_walk_tree_by_class(frutreeh, PICL_CLASS_FRU,
3572 picl_nodehdl_t frutreeh; local
3620 &frutreeh);
3624 err = display_fru_oper_status(frutreeh);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/lw8/common/
H A Dlw8.c3230 display_fru_oper_status(picl_nodehdl_t frutreeh) argument
3235 picl_walk_tree_by_class(frutreeh, PICL_CLASS_FRU,
3540 picl_nodehdl_t frutreeh; local
3588 &frutreeh);
3592 err = display_fru_oper_status(frutreeh);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/
H A Dschumacher.c2841 display_fru_oper_status(picl_nodehdl_t frutreeh) argument
2846 picl_walk_tree_by_class(frutreeh, PICL_CLASS_FRU,
3148 picl_nodehdl_t frutreeh; local
3192 &frutreeh);
3198 err = display_fru_oper_status(frutreeh);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c299 static picl_nodehdl_t frutreeh; variable
420 (void) remove_subtree(frutreeh);
461 PICL_CLASS_PICL, &frutreeh);
468 return (add_subtree(frutreeh, ROOTPARENT));
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c166 static picl_nodehdl_t frutreeh = 0; variable
423 (void) ptree_delete_node(frutreeh);
424 (void) ptree_destroy_node(frutreeh);
427 chassish = frutreeh = rooth = platformh = 0;
905 if (ptree_walk_tree_by_class(frutreeh, PICL_CLASS_FRU,
1664 PICL_CLASS_PICL, &frutreeh)) != PICL_SUCCESS) {
1667 FRUTREE_DEBUG1(FRUTREE_INIT, "frutreeh = %llx", frutreeh);
1687 if ((rc = ptree_add_node(frutreeh, chassish)) != PICL_SUCCESS) {

Completed in 115 milliseconds