Lines Matching refs:mc
49 mcamd_node_t *mc, *dimm; in mcamd_unumtopa() local
66 for (mc = mcamd_mc_next(hdl, root, NULL); mc != NULL; in mcamd_unumtopa()
67 mc = mcamd_mc_next(hdl, root, mc)) { in mcamd_unumtopa()
69 mc, MCAMD_PROP_NUM, &num, in mcamd_unumtopa()
70 mc, MCAMD_PROP_DRAMHOLE_SIZE, &holesz, in mcamd_unumtopa()
73 "failed to lookup num, dramhole for MC 0x%p\n", mc); in mcamd_unumtopa()
79 if (mc == NULL) { in mcamd_unumtopa()
91 for (dimm = mcamd_dimm_next(hdl, mc, NULL); dimm != NULL; in mcamd_unumtopa()
92 dimm = mcamd_dimm_next(hdl, mc, dimm)) { in mcamd_unumtopa()
111 mc, dimm, unump->unum_offset); in mcamd_unumtopa()
113 if (mc_offset_to_pa(hdl, mc, dimm, unump->unum_offset, pa) < 0) { in mcamd_unumtopa()