Searched refs:cmi_ops (Results 1 – 4 of 4) sorted by relevance
97 const cmi_ops_t *cmi_ops; member122 #define CMI_OPS(cmi) (cmi)->cmi_ops253 cmi->cmi_ops = ops; in cmi_load_modctl()378 if ((err = cmi->cmi_ops->cmi_init(hdl, datap)) == 0) { in cmi_load_specific()433 if ((err = cmi->cmi_ops->cmi_init(hdl, datap)) != 0) { in cmi_load_generic()
54 typedef struct cmi_ops { struct
113 struct cmi_ops;119 struct cmi_ops *cpu_cmiops;
62 const cmi_ops_t *cmi_ops; member