Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Ddr.c286 construct_cpu_node(picl_nodehdl_t plath, di_node_t dn) in construct_cpu_node() argument
294 err = ptree_create_and_add_node(plath, nodename, PICL_CLASS_CPU, in construct_cpu_node()
416 picl_nodehdl_t plath; in remove_cpus() local
419 err = ptree_get_node_by_path(PLATFORM_PATH, &plath); in remove_cpus()
428 if (ptree_walk_tree_by_class(plath, in remove_cpus()
490 picl_nodehdl_t plath; in add_cpus() local
494 err = ptree_get_node_by_path(PLATFORM_PATH, &plath); in add_cpus()
506 if (ptree_walk_tree_by_class(plath, in add_cpus()
515 (void) construct_cpu_node(plath, in add_cpus()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c448 add_sensor_nodes_and_props(picl_nodehdl_t plath) in add_sensor_nodes_and_props() argument
461 get_node_list_by_class(plath, PICL_CLASS_TEMP_DEVICE, NULL); in add_sensor_nodes_and_props()
622 add_fan_nodes_and_props(picl_nodehdl_t plath) in add_fan_nodes_and_props() argument
633 get_node_list_by_class(plath, PICL_CLASS_FAN_CONTROL, NULL); in add_fan_nodes_and_props()
787 picl_nodehdl_t plath; in env_picl_setup() local
814 err = ptree_get_node_by_path("/platform", &plath); in env_picl_setup()
817 err = add_sensor_nodes_and_props(plath); in env_picl_setup()
819 err = add_fan_nodes_and_props(plath); in env_picl_setup()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c471 add_sensor_nodes_and_props(picl_nodehdl_t plath) in add_sensor_nodes_and_props() argument
484 get_node_list_by_class(plath, PICL_CLASS_TEMPERATURE_DEVICE, NULL); in add_sensor_nodes_and_props()
660 add_fan_nodes_and_props(picl_nodehdl_t plath) in add_fan_nodes_and_props() argument
671 get_node_list_by_class(plath, PICL_CLASS_FAN_CONTROL, NULL); in add_fan_nodes_and_props()
835 picl_nodehdl_t plath; in env_picl_setup() local
864 err = ptree_get_node_by_path("/platform", &plath); in env_picl_setup()
868 err = add_sensor_nodes_and_props(plath); in env_picl_setup()
870 err = add_fan_nodes_and_props(plath); in env_picl_setup()
H A Dpiclenvd.c655 picl_nodehdl_t plath; in setup_lpm_devices() local
659 err = ptree_get_node_by_path("/platform", &plath); in setup_lpm_devices()
664 err = ptree_walk_tree_by_class(plath, NULL, (void *)&lpmp, cb_lpm); in setup_lpm_devices()
2728 picl_nodehdl_t plath; in setup_pmdev_names() local
2731 err = ptree_get_node_by_path(PLATFORM_PATH, &plath); in setup_pmdev_names()
2735 err = ptree_walk_tree_by_class(plath, PICL_CLASS_CPU, NULL, cb_cpu); in setup_pmdev_names()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/
H A Dpiclfrutree.c822 picl_nodehdl_t plath, frusloth, frumodh; in is_added_device() local
825 err = ptree_get_node_by_path(plat, &plath); in is_added_device()
860 picl_nodehdl_t plath, frusloth, frumodh; in is_removed_device() local
864 err = ptree_get_node_by_path(plat, &plath); in is_removed_device()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/
H A Dpiclfrutree.c936 picl_nodehdl_t plath, frusloth, frumodh; in is_added_device() local
939 err = ptree_get_node_by_path(plat, &plath); in is_added_device()
974 picl_nodehdl_t plath, frusloth, frumodh; in is_removed_device() local
978 err = ptree_get_node_by_path(plat, &plath); in is_removed_device()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/
H A Dpiclfrutree.c1060 picl_nodehdl_t plath, frusloth, frumodh; in is_added_device() local
1063 err = ptree_get_node_by_path(plat, &plath); in is_added_device()
1098 picl_nodehdl_t plath, frusloth, frumodh; in is_removed_device() local
1102 err = ptree_get_node_by_path(plat, &plath); in is_removed_device()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvsetup.c933 picl_nodehdl_t plath; in env_picl_setup() local
975 err = ptree_get_node_by_path("/platform", &plath); in env_picl_setup()
/titanic_50/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()