Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c385 topo_faclist_t faclist, *fp; in topo_method_sensor_failure() local
400 TOPO_FAC_TYPE_ANY, &faclist, &err) != 0) in topo_method_sensor_failure()
406 for (fp = topo_list_next(&faclist.tf_list); fp != NULL; in topo_method_sensor_failure()
480 while ((fp = topo_list_next(&faclist.tf_list)) != NULL) { in topo_method_sensor_failure()
481 topo_list_delete(&faclist.tf_list, fp); in topo_method_sensor_failure()
H A Dtopo_node.c667 uint32_t fac_subtype, topo_faclist_t *faclist, int *errp) in topo_node_facility() argument
676 bzero(faclist, sizeof (topo_faclist_t)); in topo_node_facility()
736 topo_list_append(&faclist->tf_list, fac_ele); in topo_node_facility()
H A Dhc.c2037 topo_faclist_t faclist, *tmp; in hc_fac_get() local
2045 flp->fl_fac_subtype, &faclist, &err) != 0) { in hc_fac_get()
2055 for (tmp = topo_list_next(&faclist.tf_list); tmp != NULL; in hc_fac_get()
2068 while ((tmp = topo_list_next(&faclist.tf_list)) != NULL) { in hc_fac_get()
2069 topo_list_delete(&faclist.tf_list, tmp); in hc_fac_get()