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

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

Completed in 64 milliseconds