Home
last modified time | relevance | path

Searched refs:cmi_t (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/i86pc/os/
H A Dcmi.c100 } cmi_t; typedef
102 static cmi_t *cmi_list;
131 cmi_link(cmi_t *cmi) in cmi_link()
143 cmi_unlink(cmi_t *cmi) in cmi_unlink()
164 cmi_hold(cmi_t *cmi) in cmi_hold()
175 cmi_rele(cmi_t *cmi) in cmi_rele()
185 kmem_free(cmi, sizeof (cmi_t)); in cmi_rele()
210 static cmi_t *
215 cmi_t *cmi; in cmi_load_modctl()
299 static cmi_t *
[all …]
/titanic_41/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c65 } cmi_t; typedef
324 cmi_t cmi; /* 40 bytes max */ in cmihdl_disp()
336 if (mdb_vread(&cmi, sizeof (cmi_t), in cmihdl_disp()