Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.h36 #define HC_VERSION 1 macro
H A Dtopo_builtin.c54 { "hc", HC_VERSION, hc_init, hc_fini }, /* hc must go last */
H A Dhc.c139 { HC, FM_FMRI_SCHEME_HC, HC_VERSION, &hc_ops };
217 if (version != HC_VERSION) in hc_init()