Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.h49 extern int hc_init(topo_mod_t *, topo_version_t); /* see hc.c */
H A Dtopo_builtin.c54 { "hc", HC_VERSION, hc_init, hc_fini }, /* hc must go last */
H A Dhc.c204 hc_init(topo_mod_t *mod, topo_version_t version) in hc_init() function