Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers179 topo_prop_set_int64_array;
H A Dtopo_mod.map88 topo_prop_set_int64_array { TYPE = FUNCTION; FLAGS = extern };
H A Dlibtopo.h203 extern int topo_prop_set_int64_array(tnode_t *, const char *, const char *,
H A Dtopo_prop.c731 topo_prop_set_int64_array(tnode_t *node, const char *pgname, const char *pname, in topo_prop_set_int64_array() function
H A Dtopo_xml.c611 e = topo_prop_set_int64_array(ptn, gnm, pnm, flag, i64arr, in prop_create()