Searched refs:apiver (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi.c216 cmi_api_ver_t apiver; local
230 apiver = CMI_API_VERSION_0;
232 apiver = *((cmi_api_ver_t *)ver);
233 if (!CMI_API_VERSION_CHKMAGIC(apiver)) {
236 modp->mod_modname, apiver);
241 if (apiver != CMI_API_VERSION) {
244 CMI_API_VERSION_TOPRINT(apiver),
H A Dcms.c198 cms_api_ver_t apiver; local
212 apiver = *((cms_api_ver_t *)ver);
213 if (!CMS_API_VERSION_CHKMAGIC(apiver)) {
216 modp->mod_modname, apiver);
221 if (apiver != CMS_API_VERSION) {
224 modp->mod_modname, CMS_API_VERSION_TOPRINT(apiver),

Completed in 223 milliseconds