Searched defs:node_list (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.h95 typedef struct node_list { struct
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.h111 typedef struct node_list { struct
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c157 typedef struct node_list { struct
159 struct node_list *next;
475 node_list_t *node_list, *listp; local
483 node_list =
486 if (node_list == NULL)
489 for (listp = node_list; listp != NULL; listp = listp->next) {
601 free_node_list(node_list);
610 free_node_list(node_list);
668 node_list_t *node_list, *listp; local
670 node_list
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c175 typedef struct node_list { struct
177 struct node_list *next;
452 node_list_t *node_list, *listp; local
460 node_list =
463 if (node_list == NULL)
466 for (listp = node_list; listp != NULL; listp = listp->next) {
563 free_node_list(node_list);
572 free_node_list(node_list);
630 node_list_t *node_list, *listp; local
632 node_list
[all...]
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dintel_nhm.h259 uint32_t node_list; member in struct:sad
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c480 * node_list etc. for node walking
482 struct node_list { struct
483 struct node_list *next;
488 free_node_list(struct node_list **headp)
490 struct node_list *tmp;
500 append_node_list(struct node_list **headp, struct node_list *list)
502 struct node_list *tmp;
520 prepend_node_list(struct node_list **headp, struct node_list *lis
[all...]

Completed in 2525 milliseconds