Searched defs:cmi (Results 1 – 4 of 4) sorted by relevance
94 typedef struct cmi { struct95 struct cmi *cmi_next; argument96 struct cmi *cmi_prev; argument97 const cmi_ops_t *cmi_ops; argument98 struct modctl *cmi_modp; argument99 uint_t cmi_refcnt; argument122 #define CMI_OPS(cmi) (cmi)->cmi_ops argument123 #define CMI_OP_PRESENT(cmi, op) ((cmi) && CMI_OPS(cmi)->op != NULL) argument131 cmi_link(cmi_t *cmi) in cmi_link()143 cmi_unlink(cmi_t *cmi) in cmi_unlink()[all …]
1566 cmi_hdl_setcmi(cmi_hdl_t ophdl, void *cmi, void *cmidata) in cmi_hdl_setcmi()
59 typedef struct cmi { struct60 struct cmi *cmi_next; argument61 struct cmi *cmi_prev; argument62 const cmi_ops_t *cmi_ops; argument63 struct modctl *cmi_modp; argument64 uint_t cmi_refcnt; argument324 cmi_t cmi; /* 40 bytes max */ in cmihdl_disp() local
674 struct copy_mgt_info *cmi; in ud_iget() local