Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers207 topo_prop_set_int32_array;
H A Dtopo_mod.map104 topo_prop_set_int32_array { TYPE = FUNCTION; FLAGS = extern };
H A Dlibtopo.h243 extern int topo_prop_set_int32_array(tnode_t *, const char *, const char *, int,
H A Dtopo_prop.c719 topo_prop_set_int32_array(tnode_t *node, const char *pgname, const char *pname, in topo_prop_set_int32_array() function
1613 ret = topo_prop_set_int32_array(tn, grp->tpi_name, in topo_create_props()
H A Dtopo_xml.c613 e = topo_prop_set_int32_array(ptn, gnm, pnm, flag, i32arr, in prop_create()