Searched refs:ptree_walk_tree_by_class (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dmdescplugin.c186 status = ptree_walk_tree_by_class(root_node, "disk", (void *)&lookup,
291 status = ptree_walk_tree_by_class(root_node, "cpu", NULL, add_cpu_prop);
H A Ddr.c428 if (ptree_walk_tree_by_class(plath,
506 if (ptree_walk_tree_by_class(plath,
/illumos-gate/usr/src/man/man3picltree/
H A DMakefile46 ptree_walk_tree_by_class.3picltree
/illumos-gate/usr/src/lib/libpicltree/
H A Dllib-lpicltree79 int ptree_walk_tree_by_class(picl_nodehdl_t rooth, const char *classname,
H A Dpicltree.h130 extern int ptree_walk_tree_by_class(picl_nodehdl_t rooth,
H A Dpicltree.c3093 ptree_walk_tree_by_class(picl_nodehdl_t rooth, const char *classname, function
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dpriplugin.c210 status = ptree_walk_tree_by_class(picl_root_node,
220 status = ptree_walk_tree_by_class(picl_root_node,
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/piclsbl/
H A Dpiclsbl.c111 * callback routine for ptree_walk_tree_by_class()
255 status = ptree_walk_tree_by_class(root_node, "disk", (void *)&lookup,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c622 if ((rc = ptree_walk_tree_by_class(chassish, PICL_CLASS_FRU,
703 if (ptree_walk_tree_by_class(chassish, PICL_CLASS_LOCATION,
905 if (ptree_walk_tree_by_class(frutreeh, PICL_CLASS_FRU,
1033 * is required in libpicltree. For now use ptree_walk_tree_by_class
1123 if (ptree_walk_tree_by_class(platformh, NULL,
2682 * callback function for ptree_walk_tree_by_class,
2708 if ((rc = ptree_walk_tree_by_class(frup->frunodeh,
2798 if ((rc = ptree_walk_tree_by_class(frup->frunodeh,
4396 if ((rc = ptree_walk_tree_by_class(frup->frunodeh, PICL_CLASS_LOCATION,
4502 if ((rc = ptree_walk_tree_by_class(roo
[all...]
H A Dpiclscsi.c671 if (ptree_walk_tree_by_class(frup->frunodeh, PICL_CLASS_LOCATION,
/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/
H A Dpiclmemcfg_comm.c693 err = ptree_walk_tree_by_class(rooth, PICL_CLASS_MEMORY_CONTROLLER,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c596 * Callback function used by ptree_walk_tree_by_class
664 err = ptree_walk_tree_by_class(plath, NULL, (void *)&lpmp, cb_lpm);
2671 * Callback function used by ptree_walk_tree_by_class for the cpu class
2735 err = ptree_walk_tree_by_class(plath, PICL_CLASS_CPU, NULL, cb_cpu);
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c2082 err = ptree_walk_tree_by_class(plafh, PICL_CLASS_CPU, NULL,
3021 err = ptree_walk_tree_by_class(plafh, PICL_CLASS_SBUS, NULL,
3065 (void) ptree_walk_tree_by_class(plafh, PICL_CLASS_PCI, NULL,
3068 (void) ptree_walk_tree_by_class(plafh, PICL_CLASS_PCIEX, NULL,

Completed in 80 milliseconds