Home
last modified time | relevance | path

Searched refs:node_list (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c173 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()
561 free_node_list(node_list); in add_sensor_nodes_and_props()
570 free_node_list(node_list); in add_sensor_nodes_and_props()
630 node_list = in add_fan_nodes_and_props()
633 if (node_list == NULL) in add_fan_nodes_and_props()
703 free_node_list(node_list); in add_fan_nodes_and_props()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c155 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()
599 free_node_list(node_list); in add_sensor_nodes_and_props()
608 free_node_list(node_list); in add_sensor_nodes_and_props()
668 node_list = in add_fan_nodes_and_props()
671 if (node_list == NULL) in add_fan_nodes_and_props()
741 free_node_list(node_list); in add_fan_nodes_and_props()
[all …]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c482 struct node_list { struct
483 struct node_list *next; argument
490 struct node_list *tmp; in free_node_list()
500 append_node_list(struct node_list **headp, struct node_list *list) in append_node_list()
502 struct node_list *tmp; in append_node_list()
520 prepend_node_list(struct node_list **headp, struct node_list *list) in prepend_node_list()
522 struct node_list *tmp; in prepend_node_list()
565 insert_node_list(struct node_list **headp, struct node_list *list, in insert_node_list()
568 struct node_list *tmp, *tmp1; in insert_node_list()
599 static struct node_list *
[all …]
/illumos-gate/usr/src/cmd/ldmad/
H A Dmdesc_lib.c164 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 Dmdesc_mutable.h138 CHAIN(md_node_t, node_list);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.h109 typedef struct node_list { struct
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c141 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 Dintel_nhm.h259 uint32_t node_list; member