Searched defs:cms_init (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dcpu_module_ms_impl.h52 int (*cms_init)(cmi_hdl_t, void **); member in struct:cms_ops
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcms.c183 if (ops->cms_init == NULL) {
184 cmn_err(CE_WARN, "cpu_ms module '%s' is invalid: no cms_init "
365 * module has been held for this instance. Call the cms_init
368 if ((err = cms->cms_ops->cms_init(hdl, datap)) == 0) {
399 cms_init(cmi_hdl_t hdl) function

Completed in 45 milliseconds