Home
last modified time | relevance | path

Searched refs:topo_prop_set_fmri_array (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers182 topo_prop_set_fmri_array;
H A Dtopo_mod.map91 topo_prop_set_fmri_array { TYPE = FUNCTION; FLAGS = extern };
H A Dlibtopo.h209 extern int topo_prop_set_fmri_array(tnode_t *, const char *, const char *,
H A Dtopo_prop.c753 topo_prop_set_fmri_array(tnode_t *node, const char *pgname, const char *pname, in topo_prop_set_fmri_array() function
H A Dtopo_xml.c623 e = topo_prop_set_fmri_array(ptn, gnm, pnm, flag, in prop_create()