Searched refs:node_el_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.h93 } node_el_t; typedef in typeref:struct:node_el
96 node_el_t *head;
97 node_el_t *tail;
H A Dpicllom.c69 static node_el_t *create_node_el(picl_nodehdl_t nodeh);
70 static void delete_node_el(node_el_t *pel);
153 static node_el_t *
156 node_el_t *ptr = malloc(sizeof (node_el_t));
167 delete_node_el(node_el_t *pel)
188 node_el_t *pel;
214 node_el_t *pel = create_node_el(nodeh);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.h109 } node_el_t; typedef in typeref:struct:node_el
112 node_el_t *head;
113 node_el_t *tail;
H A Dpiclenvmon.c75 static node_el_t *create_node_el(picl_nodehdl_t nodeh);
76 static void delete_node_el(node_el_t *pel);
251 static node_el_t *
254 node_el_t *ptr = malloc(sizeof (node_el_t));
265 delete_node_el(node_el_t *pel)
286 node_el_t *pel;
309 node_el_t *pel = create_node_el(nodeh);

Completed in 64 milliseconds