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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi.c122 #define CMI_OPS(cmi) (cmi)->cmi_ops macro
123 #define CMI_OP_PRESENT(cmi, op) ((cmi) && CMI_OPS(cmi)->op != NULL)
502 CMI_OPS(cmi)->cmi_fini(hdl);
524 CMI_OPS(cmi)->cmi_post_startup(hdl);
548 CMI_OPS(cmi)->cmi_post_mpstartup(hdl);
562 CMI_OPS(cmi)->cmi_faulted_enter(hdl);
574 CMI_OPS(cmi)->cmi_faulted_exit(hdl);
588 CMI_OPS(cmi)->cmi_mca_init(hdl);
721 disp = CMI_OPS(cmi)->cmi_mca_trap(hdl, rp);
769 CMI_OPS(cm
[all...]

Completed in 68 milliseconds