Searched refs:faclist (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
| H A D | topo_method.c | 430 topo_faclist_t faclist, *fp; in topo_method_sensor_failure() local 442 TOPO_FAC_TYPE_ANY, &faclist, &err) != 0) in topo_method_sensor_failure() 448 for (fp = topo_list_next(&faclist.tf_list); fp != NULL; in topo_method_sensor_failure() 529 while ((fp = topo_list_next(&faclist.tf_list)) != NULL) { in topo_method_sensor_failure() 530 topo_list_delete(&faclist.tf_list, fp); in topo_method_sensor_failure()
|
| H A D | topo_node.c | 688 uint32_t fac_subtype, topo_faclist_t *faclist, int *errp) in topo_node_facility() argument 697 bzero(faclist, sizeof (topo_faclist_t)); in topo_node_facility() 757 topo_list_append(&faclist->tf_list, fac_ele); in topo_node_facility()
|
| H A D | hc.c | 1996 topo_faclist_t faclist, *tmp; in hc_fac_get() local 2004 flp->fl_fac_subtype, &faclist, &err) != 0) { in hc_fac_get() 2014 for (tmp = topo_list_next(&faclist.tf_list); tmp != NULL; in hc_fac_get() 2027 while ((tmp = topo_list_next(&faclist.tf_list)) != NULL) { in hc_fac_get() 2028 topo_list_delete(&faclist.tf_list, tmp); in hc_fac_get()
|