Searched refs:topo_list_append (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_list.c | 57 topo_list_append(topo_list_t *lp, void *new) in topo_list_append() function 118 topo_list_append(lp, new); in topo_list_insert_after() 208 topo_list_append(dest, elem_copy); in topo_list_deepcopy()
|
H A D | topo_builtin.c | 137 topo_list_append(&thp->th_trees, tp); in topo_builtin_create() 149 topo_list_append(&thp->th_digraphs, tdg); in topo_builtin_create()
|
H A D | topo_digraph.c | 301 topo_list_append(&tdg->tdg_vertices, vtx); in topo_vertex_new() 437 topo_list_append(&from->tvt_outgoing, e_to); in topo_edge_new() 439 topo_list_append(&to->tvt_incoming, e_from); in topo_edge_new() 573 topo_list_append(curr_path_comps, pathcomp); in visit_vertex() 598 topo_list_append(all_paths, pathnode); in visit_vertex() 659 topo_list_append(&curr_path_comps, pathcomp); in topo_digraph_paths()
|
H A D | topo_list.h | 41 extern void topo_list_append(topo_list_t *, void *);
|
H A D | mapfile-vers | 96 topo_list_append;
|
H A D | topo_node.c | 356 topo_list_append(&pnode->tn_children, nhp); in topo_node_range_create() 754 topo_list_append(&faclist->tf_list, fac_ele); in topo_node_facility()
|
H A D | topo_prop.c | 564 topo_list_append(&pg->tpg_pvals, pvl); in prop_create() 1120 topo_list_append(&pg->tpg_pvals, pvl); in topo_prop_inherit() 1228 topo_list_append(&node->tn_pgroups, pg); in topo_pgroup_create()
|
H A D | topo_method.c | 178 topo_list_append(&node->tn_methods, imp); in topo_method_register()
|
H A D | topo_digraph_xml.c | 1455 topo_list_append(&thp->th_digraphs, tdg); in topo_digraph_deserialize()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/ |
H A D | topo_usb_metadata.c | 240 topo_list_append(parse->tp_ports, parse->tp_cport); in topo_usb_parse_port() 331 topo_list_append(&parse->tp_cport->tmp_paths, path); in topo_usb_parse_path()
|
H A D | topo_usb.c | 406 topo_list_append(&usb->tu_controllers, c); in topo_usb_controller_create() 624 topo_list_append(&p->tup_lports, l); in topo_usb_port_create() 742 topo_list_append(&l->tul_ports, cport); in topo_usb_gather_devcfg_port() 819 topo_list_append(&tuc->tuc_ports, p); in topo_usb_gather_devcfg_cb() 973 topo_list_append(&sink->tup_lports, l); in topo_usb_port_merge() 1080 topo_list_append(&usb->tu_chassis_ports, p); in topo_usb_apply_metadata()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/ |
H A D | ses.c | 3254 topo_list_append(&sdp->sed_chassis, cp); in ses_init_chassis() 3264 topo_list_append(&pcp->sec_subchassis, cp); in ses_init_chassis() 3278 topo_list_append(&cp->sec_targets, sdp->sed_target); in ses_init_chassis() 3557 topo_list_append(&snp->sen_alt_nodes, sap); in ses_enum_gather() 3579 topo_list_append(&snp->sen_alt_nodes, sap); in ses_enum_gather() 3580 topo_list_append(&cp->sec_nodes, snp); in ses_enum_gather()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk_common.c | 1043 topo_list_append(cbp->dcb_list, dnode); in dev_di_node_add()
|