Home
last modified time | relevance | path

Searched refs:topo_list_append (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_list.c57 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 Dtopo_builtin.c137 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 Dtopo_digraph.c301 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 Dtopo_list.h41 extern void topo_list_append(topo_list_t *, void *);
H A Dmapfile-vers96 topo_list_append;
H A Dtopo_node.c356 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 Dtopo_prop.c564 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 Dtopo_method.c178 topo_list_append(&node->tn_methods, imp); in topo_method_register()
H A Dtopo_digraph_xml.c1455 topo_list_append(&thp->th_digraphs, tdg); in topo_digraph_deserialize()
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb_metadata.c240 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 Dtopo_usb.c406 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 Dses.c3254 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 Ddisk_common.c1043 topo_list_append(cbp->dcb_list, dnode); in dev_di_node_add()