Searched defs:node_list_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.h98 } node_list_t; typedef in typeref:struct:node_list
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.h114 } node_list_t; typedef in typeref:struct:node_list
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c160 } node_list_t; typedef in typeref:struct:node_list
265 static node_list_t *
266 add_node_to_list(picl_nodehdl_t nodeh, node_list_t *listp)
268 node_list_t *el;
269 node_list_t *tmp;
271 el = malloc(sizeof (node_list_t));
299 static node_list_t *
301 node_list_t *listp)
333 free_node_list(node_list_t *listp)
335 node_list_t *nex
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c178 } node_list_t; typedef in typeref:struct:node_list
242 static node_list_t *
243 add_node_to_list(picl_nodehdl_t nodeh, node_list_t *listp)
245 node_list_t *el;
246 node_list_t *tmp;
248 el = malloc(sizeof (node_list_t));
276 static node_list_t *
278 node_list_t *listp)
310 free_node_list(node_list_t *listp)
312 node_list_t *nex
[all...]

Completed in 69 milliseconds