Lines Matching defs:mc
193 struct mc { struct
194 mc_hdr_t mc_hdr; /* id */ argument
195 struct mc *mc_next; /* next MC instance */ argument
196 const char *mc_revname; /* revision name string */ argument
197 uint32_t mc_socket; /* Package type */ argument
198 uint_t mc_ref; /* reference (attach) count */ argument
199 mc_func_t mc_funcs[MC_FUNC_NUM]; /* Instance, devinfo, ... */ argument
200 mc_cs_t *mc_cslist; /* All active chip-selects */ argument
201 mc_cs_t *mc_cslast; /* End of chip-select list */ argument
202 mc_dimm_t *mc_dimmlist; /* List of all logical DIMMs, */ argument
203 mc_dimm_t *mc_dimmlast; /* linked via mcd_mcnext */ argument
204 mc_props_t mc_props; /* Properties */ argument
205 mc_cfgregs_t mc_cfgregs; /* Raw config values */ argument
206 hrtime_t mc_spareswaptime; /* If initiated by us */ argument
207 nvlist_t *mc_nvl; /* nvlist for export */ argument
208 char *mc_snapshot; /* packed nvlist for libmc */ argument
209 size_t mc_snapshotsz; /* packed nvlist buffer size */ argument
210 uint_t mc_snapshotgen; /* snapshot generation number */ argument
211 int mc_csdiscontig; /* chip-selects discontiguous */ argument
216 typedef struct mcamd_hdl { argument