Home
last modified time | relevance | path

Searched refs:tf_list (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c406 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 Dlibtopo.h51 topo_list_t tf_list; member
H A Dhc.c2055 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()
H A Dtopo_node.c736 topo_list_append(&faclist->tf_list, fac_ele); in topo_node_facility()