Searched refs:topo_list_append (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_list.c | 54 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 D | topo_list.h | 40 extern void topo_list_append(topo_list_t *, void *);
|
H A D | topo_builtin.c | 133 topo_list_append(&thp->th_trees, tp); in topo_builtin_create()
|
H A D | mapfile-vers | 82 topo_list_append;
|
H A D | topo_node.c | 338 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 D | topo_prop.c | 558 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 D | topo_method.c | 174 topo_list_append(&node->tn_methods, imp); in topo_method_register()
|
/titanic_44/usr/src/lib/fm/topo/modules/common/ses/ |
H A D | ses.c | 3138 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 D | disk_common.c | 884 topo_list_append(cbp->dcb_list, dnode); in dev_di_node_add()
|