Home
last modified time | relevance | path

Searched refs:topo_create_props (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/
H A Dtopo_zen_tn.c183 if (topo_create_props(mod, tn, TOPO_PROP_IMMUTABLE, in topo_zen_build_cache()
282 if (topo_create_props(mod, tn, TOPO_PROP_IMMUTABLE, in topo_zen_build_strand()
307 if (topo_create_props(mod, zt_core->ztcore_tn, TOPO_PROP_IMMUTABLE, in topo_zen_build_core()
378 if (topo_create_props(mod, zt_ccx->ztccx_tn, TOPO_PROP_IMMUTABLE, in topo_zen_build_ccx()
458 if (topo_create_props(mod, zt_ccd->ztccd_tn, in topo_zen_build_ccds()
521 if (topo_create_props(mod, chip, TOPO_PROP_IMMUTABLE, in topo_zen_build_chip()
533 if (sock->ztes_cpu_rev != NULL && topo_create_props(mod, chip, in topo_zen_build_chip()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers46 topo_create_props;
H A Dtopo_mod.h268 extern int topo_create_props(topo_mod_t *, tnode_t *, int,
H A Dtopo_mod.map29 topo_create_props { TYPE = FUNCTION; FLAGS = extern };
H A Dtopo_prop.c1556 topo_create_props(topo_mod_t *mod, tnode_t *tn, int prop_flags, in topo_create_props() function
/illumos-gate/usr/src/lib/fm/topo/modules/common/dimm/
H A Dtopo_dimm.c490 if (topo_create_props(mod, dimm, TOPO_PROP_IMMUTABLE, &topo_dimm_pgroup, in topo_dimm_add_props()