Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c176 } node_list_t; typedef
240 static node_list_t *
243 node_list_t *el; in add_node_to_list()
244 node_list_t *tmp; in add_node_to_list()
246 el = malloc(sizeof (node_list_t)); in add_node_to_list()
274 static node_list_t *
276 node_list_t *listp) in get_node_list_by_class()
308 free_node_list(node_list_t *listp) in free_node_list()
310 node_list_t *next; in free_node_list()
450 node_list_t *node_list, *listp; in add_sensor_nodes_and_props()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c158 } node_list_t; typedef
263 static node_list_t *
266 node_list_t *el; in add_node_to_list()
267 node_list_t *tmp; in add_node_to_list()
269 el = malloc(sizeof (node_list_t)); in add_node_to_list()
297 static node_list_t *
299 node_list_t *listp) in get_node_list_by_class()
331 free_node_list(node_list_t *listp) in free_node_list()
333 node_list_t *next; in free_node_list()
473 node_list_t *node_list, *listp; in add_sensor_nodes_and_props()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c75 static node_list_t *create_node_list();
76 static void delete_node_list(node_list_t *pnl);
77 static void add_node_to_list(picl_nodehdl_t nodeh, node_list_t *listp);
79 const char *classname, node_list_t *listp);
268 static node_list_t *
271 node_list_t *ptr = malloc(sizeof (node_list_t)); in create_node_list()
282 delete_node_list(node_list_t *pnl) in delete_node_list()
305 add_node_to_list(picl_nodehdl_t nodeh, node_list_t *listp) in add_node_to_list()
326 node_list_t *listp) in get_node_list_by_class()
432 node_list_t *listp; in get_envmon_node()
H A Dpiclenvmon.h112 } node_list_t; typedef