Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_list.c54 topo_list_append(topo_list_t *lp, void *new) in topo_list_append() function
115 topo_list_append(lp, new); in topo_list_insert_after()
H A Dtopo_list.h40 extern void topo_list_append(topo_list_t *, void *);
H A Dtopo_builtin.c133 topo_list_append(&thp->th_trees, tp); in topo_builtin_create()
H A Dmapfile-vers82 topo_list_append;
H A Dtopo_node.c338 topo_list_append(&pnode->tn_children, nhp); in topo_node_range_create()
736 topo_list_append(&faclist->tf_list, fac_ele); in topo_node_facility()
H A Dtopo_prop.c558 topo_list_append(&pg->tpg_pvals, pvl); in prop_create()
1114 topo_list_append(&pg->tpg_pvals, pvl); in topo_prop_inherit()
1222 topo_list_append(&node->tn_pgroups, pg); in topo_pgroup_create()
H A Dtopo_method.c174 topo_list_append(&node->tn_methods, imp); in topo_method_register()
/titanic_44/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c3138 topo_list_append(&sdp->sed_chassis, cp); in ses_init_chassis()
3148 topo_list_append(&pcp->sec_subchassis, cp); in ses_init_chassis()
3162 topo_list_append(&cp->sec_targets, sdp->sed_target); in ses_init_chassis()
3442 topo_list_append(&snp->sen_alt_nodes, sap); in ses_enum_gather()
3464 topo_list_append(&snp->sen_alt_nodes, sap); in ses_enum_gather()
3465 topo_list_append(&cp->sec_nodes, snp); in ses_enum_gather()
/titanic_44/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c884 topo_list_append(cbp->dcb_list, dnode); in dev_di_node_add()