Home
last modified time | relevance | path

Searched refs:plath (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Ddr.c284 construct_cpu_node(picl_nodehdl_t plath, di_node_t dn) in construct_cpu_node() argument
292 err = ptree_create_and_add_node(plath, nodename, PICL_CLASS_CPU, in construct_cpu_node()
414 picl_nodehdl_t plath; in remove_cpus() local
417 err = ptree_get_node_by_path(PLATFORM_PATH, &plath); in remove_cpus()
426 if (ptree_walk_tree_by_class(plath, in remove_cpus()
488 picl_nodehdl_t plath; in add_cpus() local
492 err = ptree_get_node_by_path(PLATFORM_PATH, &plath); in add_cpus()
504 if (ptree_walk_tree_by_class(plath, in add_cpus()
513 (void) construct_cpu_node(plath, in add_cpus()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c446 add_sensor_nodes_and_props(picl_nodehdl_t plath) in add_sensor_nodes_and_props() argument
459 get_node_list_by_class(plath, PICL_CLASS_TEMP_DEVICE, NULL); in add_sensor_nodes_and_props()
620 add_fan_nodes_and_props(picl_nodehdl_t plath) in add_fan_nodes_and_props() argument
631 get_node_list_by_class(plath, PICL_CLASS_FAN_CONTROL, NULL); in add_fan_nodes_and_props()
785 picl_nodehdl_t plath; in env_picl_setup() local
812 err = ptree_get_node_by_path("/platform", &plath); in env_picl_setup()
815 err = add_sensor_nodes_and_props(plath); in env_picl_setup()
817 err = add_fan_nodes_and_props(plath); in env_picl_setup()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c469 add_sensor_nodes_and_props(picl_nodehdl_t plath) in add_sensor_nodes_and_props() argument
482 get_node_list_by_class(plath, PICL_CLASS_TEMPERATURE_DEVICE, NULL); in add_sensor_nodes_and_props()
658 add_fan_nodes_and_props(picl_nodehdl_t plath) in add_fan_nodes_and_props() argument
669 get_node_list_by_class(plath, PICL_CLASS_FAN_CONTROL, NULL); in add_fan_nodes_and_props()
833 picl_nodehdl_t plath; in env_picl_setup() local
862 err = ptree_get_node_by_path("/platform", &plath); in env_picl_setup()
866 err = add_sensor_nodes_and_props(plath); in env_picl_setup()
868 err = add_fan_nodes_and_props(plath); in env_picl_setup()
H A Dpiclenvd.c653 picl_nodehdl_t plath; in setup_lpm_devices() local
657 err = ptree_get_node_by_path("/platform", &plath); in setup_lpm_devices()
662 err = ptree_walk_tree_by_class(plath, NULL, (void *)&lpmp, cb_lpm); in setup_lpm_devices()
2726 picl_nodehdl_t plath; in setup_pmdev_names() local
2729 err = ptree_get_node_by_path(PLATFORM_PATH, &plath); in setup_pmdev_names()
2733 err = ptree_walk_tree_by_class(plath, PICL_CLASS_CPU, NULL, cb_cpu); in setup_pmdev_names()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/
H A Dpiclfrutree.c820 picl_nodehdl_t plath, frusloth, frumodh; in is_added_device() local
823 err = ptree_get_node_by_path(plat, &plath); in is_added_device()
858 picl_nodehdl_t plath, frusloth, frumodh; in is_removed_device() local
862 err = ptree_get_node_by_path(plat, &plath); in is_removed_device()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/
H A Dpiclfrutree.c934 picl_nodehdl_t plath, frusloth, frumodh; in is_added_device() local
937 err = ptree_get_node_by_path(plat, &plath); in is_added_device()
972 picl_nodehdl_t plath, frusloth, frumodh; in is_removed_device() local
976 err = ptree_get_node_by_path(plat, &plath); in is_removed_device()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/
H A Dpiclfrutree.c1058 picl_nodehdl_t plath, frusloth, frumodh; in is_added_device() local
1061 err = ptree_get_node_by_path(plat, &plath); in is_added_device()
1096 picl_nodehdl_t plath, frusloth, frumodh; in is_removed_device() local
1100 err = ptree_get_node_by_path(plat, &plath); in is_removed_device()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvsetup.c932 picl_nodehdl_t plath; in env_picl_setup() local
974 err = ptree_get_node_by_path("/platform", &plath); in env_picl_setup()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvsetup.c937 picl_nodehdl_t plath; in env_picl_setup() local
979 err = ptree_get_node_by_path("/platform", &plath); in env_picl_setup()