Searched refs:node_list (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/ |
H A D | piclenvsetup.c | 173 typedef struct node_list { struct 175 struct node_list *next; argument 450 node_list_t *node_list, *listp; in add_sensor_nodes_and_props() local 458 node_list = in add_sensor_nodes_and_props() 461 if (node_list == NULL) in add_sensor_nodes_and_props() 464 for (listp = node_list; listp != NULL; listp = listp->next) { in add_sensor_nodes_and_props() 561 free_node_list(node_list); in add_sensor_nodes_and_props() 570 free_node_list(node_list); in add_sensor_nodes_and_props() 628 node_list_t *node_list, *listp; in add_fan_nodes_and_props() local 630 node_list = in add_fan_nodes_and_props() [all …]
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/ |
H A D | piclenvsetup.c | 155 typedef struct node_list { struct 157 struct node_list *next; argument 473 node_list_t *node_list, *listp; in add_sensor_nodes_and_props() local 481 node_list = in add_sensor_nodes_and_props() 484 if (node_list == NULL) in add_sensor_nodes_and_props() 487 for (listp = node_list; listp != NULL; listp = listp->next) { in add_sensor_nodes_and_props() 599 free_node_list(node_list); in add_sensor_nodes_and_props() 608 free_node_list(node_list); in add_sensor_nodes_and_props() 666 node_list_t *node_list, *listp; in add_fan_nodes_and_props() local 668 node_list = in add_fan_nodes_and_props() [all …]
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo.c | 484 struct node_list { struct 485 struct node_list *next; argument 490 free_node_list(struct node_list **headp) in free_node_list() argument 492 struct node_list *tmp; in free_node_list() 502 append_node_list(struct node_list **headp, struct node_list *list) in append_node_list() 504 struct node_list *tmp; in append_node_list() 522 prepend_node_list(struct node_list **headp, struct node_list *list) in prepend_node_list() 524 struct node_list *tmp; in prepend_node_list() 567 insert_node_list(struct node_list **headp, struct node_list *list, in insert_node_list() 570 struct node_list *tmp, *tmp1; in insert_node_list() [all …]
|
/illumos-gate/usr/src/cmd/ldmad/ |
H A D | mdesc_lib.c | 164 CHAIN_ADD(mdp->node_list, nodep); in md_new_node() 285 for (nodep = CHAIN_START(mdp->node_list); nodep != NULL; ) { in md_destroy() 473 for (nodep = CHAIN_START(mdp->node_list); nodep != NULL; in md_gen_bin() 512 for (nodep = CHAIN_START(mdp->node_list); nodep != NULL; in md_gen_bin()
|
H A D | mdesc_mutable.h | 138 CHAIN(md_node_t, node_list);
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/ |
H A D | piclenvmon.h | 109 typedef struct node_list { struct
|
/illumos-gate/usr/src/uts/intel/io/intel_nhm/ |
H A D | mem_addr.c | 141 package = SAD_INTERLEAVE(sad[i].node_list, way); in address_to_node() 349 xp = SAD_INTERLEAVE(sad[i].node_list, in socket_interleave() 371 xp = SAD_INTERLEAVE(sad[i].node_list, in socket_interleave() 924 sad[i].node_list = SAD_INTERLEAVE_LIST_RD(nhm_slot, i); in mem_reg_init() 925 sad[i].interleave = sad_interleave(sad[i].node_list); in mem_reg_init() 927 sad[i].node_tgt[j] = (sad[i].node_list >> in mem_reg_init()
|
H A D | intel_nhm.h | 259 uint32_t node_list; member
|