Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c448 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 Dlibtopo.h57 topo_list_t tf_list; member
H A Dhc.c2001 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()
H A Dtopo_node.c754 topo_list_append(&faclist->tf_list, fac_ele); in topo_node_facility()
/illumos-gate/usr/src/cmd/diskinfo/
H A Ddiskinfo.c173 for (lp = topo_list_next(&fl.tf_list); in disk_walker()