Searched refs:topo_list_delete (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_method.c | 116 topo_list_delete(&node->tn_methods, mp); in set_methregister_error() 208 topo_list_delete(&node->tn_methods, mp); in topo_method_unregister() 226 topo_list_delete(&node->tn_methods, mp); in topo_method_unregister_all() 530 topo_list_delete(&faclist.tf_list, fp); in topo_method_sensor_failure()
|
H A D | topo_list.c | 129 topo_list_delete(topo_list_t *lp, void *existing) in topo_list_delete() function 222 topo_list_delete(dest, tmp); in topo_list_deepcopy()
|
H A D | topo_list.h | 45 extern void topo_list_delete(topo_list_t *, void *);
|
H A D | topo_snap.c | 286 topo_list_delete(&thp->th_trees, tp); in topo_close() 294 topo_list_delete(&thp->th_digraphs, tdg); in topo_close() 506 topo_list_delete(&root->tn_children, nhp); in topo_snap_destroy()
|
H A D | topo_prop.c | 1005 topo_list_delete(&pg->tpg_pvals, pvl); in topo_prop_method_unregister() 1256 topo_list_delete(&pg->tpg_pvals, pvl); in topo_pgroup_destroy() 1261 topo_list_delete(&node->tn_pgroups, pg); in topo_pgroup_destroy() 1285 topo_list_delete(&pg->tpg_pvals, pvl); in topo_pgroup_destroy_all() 1290 topo_list_delete(&node->tn_pgroups, pg); in topo_pgroup_destroy_all()
|
H A D | mapfile-vers | 98 topo_list_delete;
|
H A D | topo_node.c | 193 topo_list_delete(&node->tn_children, nhp); in topo_node_destroy() 388 topo_list_delete(&pnode->tn_children, nhp); in topo_node_range_destroy()
|
H A D | topo_digraph.c | 600 topo_list_delete(curr_path_comps, pathcomp); in visit_vertex() 614 topo_list_delete(curr_path_comps, pathcomp); in visit_vertex()
|
H A D | hc.c | 2015 topo_list_delete(&faclist.tf_list, tmp); in hc_fac_get()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/ |
H A D | topo_usb.c | 894 topo_list_delete(&lport->tul_ports, p); in topo_usb_port_match_lport() 926 topo_list_delete(&c->tuc_ports, p); in topo_usb_port_match_controller() 971 topo_list_delete(&source->tup_lports, l); in topo_usb_port_merge() 1965 topo_list_delete(&p->tup_lports, lport); in topo_usb_port_free() 1967 topo_list_delete(&lport->tul_ports, child); in topo_usb_port_free() 1986 topo_list_delete(&usb->tu_chassis_ports, p); in topo_usb_free() 1992 topo_list_delete(&usb->tu_controllers, c); in topo_usb_free() 1996 topo_list_delete(&c->tuc_ports, p); in topo_usb_free()
|
H A D | topo_usb_metadata.c | 347 topo_list_delete(&mp->tmp_paths, path); in topo_usb_free_metadata() 353 topo_list_delete(metadata, mp); in topo_usb_free_metadata()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/ |
H A D | ses.c | 816 topo_list_delete(cpl, cp); in ses_data_free() 821 topo_list_delete(&np->sen_alt_nodes, ap); in ses_data_free() 824 topo_list_delete(&cp->sec_nodes, np); in ses_data_free() 829 topo_list_delete(&cp->sec_targets, tp); in ses_data_free()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk_common.c | 1119 topo_list_delete(listp, dnode); in dev_list_free()
|