Searched refs:node_list (Results 1 - 9 of 9) 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/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...]
/illumos-gate/usr/src/cmd/ldmad/
H A Dmdesc_mutable.h138 CHAIN(md_node_t, node_list);
H A Dmdesc_lib.c164 CHAIN_ADD(mdp->node_list, nodep);
285 for (nodep = CHAIN_START(mdp->node_list); nodep != NULL; ) {
473 for (nodep = CHAIN_START(mdp->node_list); nodep != NULL;
512 for (nodep = CHAIN_START(mdp->node_list); nodep != NULL;
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c141 package = SAD_INTERLEAVE(sad[i].node_list, way);
349 xp = SAD_INTERLEAVE(sad[i].node_list,
371 xp = SAD_INTERLEAVE(sad[i].node_list,
924 sad[i].node_list = SAD_INTERLEAVE_LIST_RD(nhm_slot, i);
925 sad[i].interleave = sad_interleave(sad[i].node_list);
927 sad[i].node_tgt[j] = (sad[i].node_list >>
H A Dintel_nhm.h259 uint32_t node_list; member in struct:sad

Completed in 72 milliseconds