Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers180 topo_prop_set_uint64_array;
H A Dtopo_mod.map89 topo_prop_set_uint64_array { TYPE = FUNCTION; FLAGS = extern };
H A Dlibtopo.h205 extern int topo_prop_set_uint64_array(tnode_t *, const char *, const char *,
H A Dtopo_prop.c737 topo_prop_set_uint64_array(tnode_t *node, const char *pgname, const char *pname, in topo_prop_set_uint64_array() function
H A Dtopo_xml.c615 e = topo_prop_set_uint64_array(ptn, gnm, pnm, flag, ui64arr, in prop_create()