Home
last modified time | relevance | path

Searched refs:hc_init (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.h47 extern int hc_init(topo_mod_t *, topo_version_t); /* see hc.c */
H A Dtopo_builtin.c56 { "hc", HC_VERSION, hc_init, hc_fini, TOPO_BLTIN_TYPE_TREE },
H A Dhc.c222 hc_init(topo_mod_t *mod, topo_version_t version) in hc_init() function