Searched refs:cmi_ops (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dcpu_module_impl.h54 typedef struct cmi_ops { struct
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi.c97 const cmi_ops_t *cmi_ops; member in struct:cmi
122 #define CMI_OPS(cmi) (cmi)->cmi_ops
253 cmi->cmi_ops = ops;
378 if ((err = cmi->cmi_ops->cmi_init(hdl, datap)) == 0) {
433 if ((err = cmi->cmi_ops->cmi_init(hdl, datap)) != 0) {
/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h113 struct cmi_ops;
119 struct cmi_ops *cpu_cmiops;
/illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c62 const cmi_ops_t *cmi_ops; member in struct:cmi

Completed in 63 milliseconds