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

/illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c59 typedef struct cmi { struct
60 struct cmi *cmi_next;
61 struct cmi *cmi_prev;
324 cmi_t cmi; /* 40 bytes max */ local
336 if (mdb_vread(&cmi, sizeof (cmi_t),
337 (uintptr_t)hdl->cmih_cmi) != sizeof (cmi)) {
343 if (cmi.cmi_modp != NULL) {
345 (uintptr_t)cmi.cmi_modp) != sizeof (cmimodc)) {
347 cmi.cmi_modp);
353 mdb_warn("Read of cmi modul
[all...]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c674 struct copy_mgt_info *cmi; local
695 cmi = (struct copy_mgt_info *)
697 cmi = cmi;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi.c94 typedef struct cmi { struct
95 struct cmi *cmi_next;
96 struct cmi *cmi_prev;
122 #define CMI_OPS(cmi) (cmi)->cmi_ops
123 #define CMI_OP_PRESENT(cmi, op) ((cmi) && CMI_OPS(cmi)->op != NULL)
131 cmi_link(cmi_t *cmi) argument
135 cmi
143 cmi_unlink(cmi_t *cmi) argument
164 cmi_hold(cmi_t *cmi) argument
175 cmi_rele(cmi_t *cmi) argument
215 cmi_t *cmi; local
303 cmi_t *cmi = NULL; local
320 cmi_t *cmi; local
361 cmi_t *cmi; local
415 cmi_t *cmi; local
448 cmi_t *cmi = NULL; local
496 cmi_t *cmi = HDL2CMI(hdl); local
515 cmi_t *cmi; local
539 cmi_t *cmi; local
556 cmi_t *cmi = HDL2CMI(hdl); local
568 cmi_t *cmi = HDL2CMI(hdl); local
580 cmi_t *cmi; local
690 cmi_t *cmi; local
764 cmi_t *cmi = HDL2CMI(hdl); local
777 cmi_t *cmi; local
936 cmi_t *cmi = cmi_hdl_getcmi(hdl); local
959 cmi_t *cmi; local
[all...]
H A Dcmi_hw.c1313 * is to be dropped only if some other part of cmi initialization
1358 cmn_err(CE_NOTE, "!cmi reads smbios chip info failed");
1367 "!cmi reads smbios base boards info failed");
1566 cmi_hdl_setcmi(cmi_hdl_t ophdl, void *cmi, void *cmidata) argument
1569 IMPLHDL(ophdl)->cmih_cmi = cmi;

Completed in 55 milliseconds