Home
last modified time | relevance | path

Searched refs:faclist (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c430 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 Dtopo_node.c685 uint32_t fac_subtype, topo_faclist_t *faclist, int *errp) in topo_node_facility() argument
694 bzero(faclist, sizeof (topo_faclist_t)); in topo_node_facility()
754 topo_list_append(&faclist->tf_list, fac_ele); in topo_node_facility()
H A Dhc.c1983 topo_faclist_t faclist, *tmp; in hc_fac_get() local
1991 flp->fl_fac_subtype, &faclist, &err) != 0) { in hc_fac_get()
2001 for (tmp = topo_list_next(&faclist.tf_list); tmp != NULL; in hc_fac_get()
2014 while ((tmp = topo_list_next(&faclist.tf_list)) != NULL) { in hc_fac_get()
2015 topo_list_delete(&faclist.tf_list, tmp); in hc_fac_get()