Home
last modified time | relevance | path

Searched refs:ptree_walk_tree_by_class (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dmdescplugin.c188 status = ptree_walk_tree_by_class(root_node, "disk", (void *)&lookup, in dsc_handler()
289 status = ptree_walk_tree_by_class(root_node, "cpu", NULL, add_cpu_prop); in mdescplugin_init()
H A Ddr.c426 if (ptree_walk_tree_by_class(plath, in remove_cpus()
504 if (ptree_walk_tree_by_class(plath, in add_cpus()
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dpriplugin.c208 status = ptree_walk_tree_by_class(picl_root_node, in pri_worker_thread()
218 status = ptree_walk_tree_by_class(picl_root_node, in pri_worker_thread()
/illumos-gate/usr/src/man/man3picltree/
H A DMakefile46 ptree_walk_tree_by_class.3picltree
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.h128 extern int ptree_walk_tree_by_class(picl_nodehdl_t rooth,
H A Dmapfile-vers56 ptree_walk_tree_by_class;
H A Dpicltree.c3093 ptree_walk_tree_by_class(picl_nodehdl_t rooth, const char *classname, in ptree_walk_tree_by_class() function
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/piclsbl/
H A Dpiclsbl.c255 status = ptree_walk_tree_by_class(root_node, "disk", (void *)&lookup, in piclsbl_handler()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-picl.p5m140 file path=usr/share/man/man3picltree/ptree_walk_tree_by_class.3picltree
/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/
H A Dpiclmemcfg_comm.c695 err = ptree_walk_tree_by_class(rooth, PICL_CLASS_MEMORY_CONTROLLER, in find_mc_create_tree()
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c2103 err = ptree_walk_tree_by_class(plafh, PICL_CLASS_CPU, NULL, in setup_cpus()
3043 err = ptree_walk_tree_by_class(plafh, PICL_CLASS_SBUS, NULL, in set_sbus_slot()
3087 (void) ptree_walk_tree_by_class(plafh, PICL_CLASS_PCI, NULL, in set_pci_pciex_deviceid()
3090 (void) ptree_walk_tree_by_class(plafh, PICL_CLASS_PCIEX, NULL, in set_pci_pciex_deviceid()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c662 err = ptree_walk_tree_by_class(plath, NULL, (void *)&lpmp, cb_lpm); in setup_lpm_devices()
2733 err = ptree_walk_tree_by_class(plath, PICL_CLASS_CPU, NULL, cb_cpu); in setup_pmdev_names()