Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.h34 #define HC_VERSION 1 macro
H A Dtopo_builtin.c56 { "hc", HC_VERSION, hc_init, hc_fini, TOPO_BLTIN_TYPE_TREE },
H A Dhc.c146 { HC, FM_FMRI_SCHEME_HC, HC_VERSION, &hc_ops };
232 if (version != HC_VERSION) in hc_init()