Searched refs:cmi_ops (Results 1 – 4 of 4) sorted by relevance
91 const cmi_ops_t *cmi_ops; member116 #define CMI_OPS(cmi) (cmi)->cmi_ops247 cmi->cmi_ops = ops; in cmi_load_modctl()372 if ((err = cmi->cmi_ops->cmi_init(hdl, datap)) == 0) { in cmi_load_specific()427 if ((err = cmi->cmi_ops->cmi_init(hdl, datap)) != 0) { in cmi_load_generic()
55 typedef struct cmi_ops { struct
113 struct cmi_ops;119 struct cmi_ops *cpu_cmiops;
62 const cmi_ops_t *cmi_ops; member