Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers209 topo_prop_set_int64_array;
H A Dtopo_mod.map106 topo_prop_set_int64_array { TYPE = FUNCTION; FLAGS = extern };
H A Dlibtopo.h247 extern int topo_prop_set_int64_array(tnode_t *, const char *, const char *,
H A Dtopo_prop.c735 topo_prop_set_int64_array(tnode_t *node, const char *pgname, const char *pname, in topo_prop_set_int64_array() function
1627 ret = topo_prop_set_int64_array(tn, grp->tpi_name, in topo_create_props()
H A Dtopo_xml.c621 e = topo_prop_set_int64_array(ptn, gnm, pnm, flag, i64arr, in prop_create()