Home
last modified time | relevance | path

Searched refs:get_node_list_by_class (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c277 get_node_list_by_class(picl_nodehdl_t nodeh, const char *classname, in get_node_list_by_class() function
297 listp = get_node_list_by_class(chdh, classname, listp); in get_node_list_by_class()
461 get_node_list_by_class(plath, PICL_CLASS_TEMP_DEVICE, NULL); in add_sensor_nodes_and_props()
633 get_node_list_by_class(plath, PICL_CLASS_FAN_CONTROL, NULL); in add_fan_nodes_and_props()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c300 get_node_list_by_class(picl_nodehdl_t nodeh, const char *classname, in get_node_list_by_class() function
320 listp = get_node_list_by_class(chdh, classname, listp); in get_node_list_by_class()
484 get_node_list_by_class(plath, PICL_CLASS_TEMPERATURE_DEVICE, NULL); in add_sensor_nodes_and_props()
671 get_node_list_by_class(plath, PICL_CLASS_FAN_CONTROL, NULL); in add_fan_nodes_and_props()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.c76 static void get_node_list_by_class(picl_nodehdl_t nodeh,
232 get_node_list_by_class(picl_nodehdl_t nodeh, const char *classname, in get_node_list_by_class() function
252 get_node_list_by_class(chdh, classname, listp); in get_node_list_by_class()
274 get_node_list_by_class(*lominfh, PICL_CLASS_SERVICE_PROCESSOR, listp); in get_lom_node()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c80 static void get_node_list_by_class(picl_nodehdl_t nodeh,
327 get_node_list_by_class(picl_nodehdl_t nodeh, const char *classname, in get_node_list_by_class() function
347 get_node_list_by_class(chdh, classname, listp); in get_node_list_by_class()
445 get_node_list_by_class(*envmoninfh, PICL_CLASS_SERVICE_PROCESSOR, in get_envmon_node()