Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c178 } node_list_t; typedef
242 static node_list_t *
243 add_node_to_list(picl_nodehdl_t nodeh, node_list_t *listp) in add_node_to_list()
245 node_list_t *el; in add_node_to_list()
246 node_list_t *tmp; in add_node_to_list()
248 el = malloc(sizeof (node_list_t)); in add_node_to_list()
276 static node_list_t *
278 node_list_t *listp) in get_node_list_by_class()
310 free_node_list(node_list_t *listp) in free_node_list()
312 node_list_t *next; in free_node_list()
[all …]
/titanic_50/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c160 } node_list_t; typedef
265 static node_list_t *
266 add_node_to_list(picl_nodehdl_t nodeh, node_list_t *listp) in add_node_to_list()
268 node_list_t *el; in add_node_to_list()
269 node_list_t *tmp; in add_node_to_list()
271 el = malloc(sizeof (node_list_t)); in add_node_to_list()
299 static node_list_t *
301 node_list_t *listp) in get_node_list_by_class()
333 free_node_list(node_list_t *listp) in free_node_list()
335 node_list_t *next; in free_node_list()
[all …]
/titanic_50/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.c71 static node_list_t *create_node_list();
72 static void delete_node_list_contents(node_list_t *pnl);
73 static void delete_node_list(node_list_t *pnl);
75 node_list_t *listp);
77 const char *classname, node_list_t *listp);
172 static node_list_t *
175 node_list_t *ptr = malloc(sizeof (node_list_t)); in create_node_list()
186 delete_node_list_contents(node_list_t *pnl) in delete_node_list_contents()
202 delete_node_list(node_list_t *pnl) in delete_node_list()
212 add_node_to_list(picl_nodehdl_t nodeh, node_list_t *listp) in add_node_to_list()
[all …]
H A Dpicllom.h98 } node_list_t; typedef
/titanic_50/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c77 static node_list_t *create_node_list();
78 static void delete_node_list(node_list_t *pnl);
79 static void add_node_to_list(picl_nodehdl_t nodeh, node_list_t *listp);
81 const char *classname, node_list_t *listp);
270 static node_list_t *
273 node_list_t *ptr = malloc(sizeof (node_list_t)); in create_node_list()
284 delete_node_list(node_list_t *pnl) in delete_node_list()
307 add_node_to_list(picl_nodehdl_t nodeh, node_list_t *listp) in add_node_to_list()
328 node_list_t *listp) in get_node_list_by_class()
434 node_list_t *listp; in get_envmon_node()
H A Dpiclenvmon.h114 } node_list_t; typedef