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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi.c100 } cmi_t; typedef in typeref:struct:cmi
102 static cmi_t *cmi_list;
131 cmi_link(cmi_t *cmi)
143 cmi_unlink(cmi_t *cmi)
164 cmi_hold(cmi_t *cmi)
175 cmi_rele(cmi_t *cmi)
185 kmem_free(cmi, sizeof (cmi_t));
210 static cmi_t *
215 cmi_t *cmi;
299 static cmi_t *
[all...]
/illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c65 } cmi_t; typedef in typeref:struct:cmi
324 cmi_t cmi; /* 40 bytes max */
336 if (mdb_vread(&cmi, sizeof (cmi_t),
338 mdb_warn("Read of cmi_t at 0x%p failed",

Completed in 46 milliseconds