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

/illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c46 const struct cmi_mc_ops *cmih_mcops; /* Memory-controller ops */ member in struct:cmi_hdl_impl
421 hdl->cmih_mcops ? "Y" : "N", cmimodnm, cmsmodnm);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c88 const struct cmi_mc_ops *cmih_mcops; /* Memory-controller ops */ member in struct:cmi_hdl_impl
1469 ASSERT(hdl->cmih_mcops == NULL && hdl->cmih_mcdata == NULL);
1470 hdl->cmih_mcops = mcops;
1477 return (IMPLHDL(ophdl)->cmih_mcops);

Completed in 49 milliseconds