Home
last modified time | relevance | path

Searched refs:zen_topo_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/
H A Dtopo_zen.c112 topo_zen_enum_chip_gather_ccd(topo_mod_t *mod, const zen_topo_t *zen, in topo_zen_enum_chip_gather_ccd()
170 topo_zen_enum_chip_gather(topo_mod_t *mod, const zen_topo_t *zen, in topo_zen_enum_chip_gather()
302 zen_topo_t *zen = topo_mod_getspecific(mod); in zen_topo_determine_cache()
658 zen_topo_t *zen = topo_mod_getspecific(mod); in topo_zen_enum()
759 topo_zen_cleanup(topo_mod_t *mod, zen_topo_t *zen) in topo_zen_cleanup()
780 topo_mod_free(mod, zen, sizeof (zen_topo_t)); in topo_zen_cleanup()
784 topo_zen_init(topo_mod_t *mod, zen_topo_t *zen) in topo_zen_init()
838 zen_topo_t *zen = NULL; in _topo_init()
845 zen = topo_mod_zalloc(mod, sizeof (zen_topo_t)); in _topo_init()
869 zen_topo_t *zen; in _topo_fini()
H A Dtopo_zen_impl.h41 } zen_topo_t; typedef