Home
last modified time | relevance | path

Searched defs:cmi (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/i86pc/os/
H A Dcmi.c94 typedef struct cmi { struct
95 struct cmi *cmi_next; argument
96 struct cmi *cmi_prev; argument
97 const cmi_ops_t *cmi_ops; argument
98 struct modctl *cmi_modp; argument
99 uint_t cmi_refcnt; argument
122 #define CMI_OPS(cmi) (cmi)->cmi_ops argument
123 #define CMI_OP_PRESENT(cmi, op) ((cmi) && CMI_OPS(cmi)->op != NULL) argument
131 cmi_link(cmi_t *cmi) in cmi_link()
143 cmi_unlink(cmi_t *cmi) in cmi_unlink()
[all …]
H A Dcmi_hw.c1566 cmi_hdl_setcmi(cmi_hdl_t ophdl, void *cmi, void *cmidata) in cmi_hdl_setcmi()
/titanic_41/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c59 typedef struct cmi { struct
60 struct cmi *cmi_next; argument
61 struct cmi *cmi_prev; argument
62 const cmi_ops_t *cmi_ops; argument
63 struct modctl *cmi_modp; argument
64 uint_t cmi_refcnt; argument
324 cmi_t cmi; /* 40 bytes max */ in cmihdl_disp() local
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c674 struct copy_mgt_info *cmi; in ud_iget() local