Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_label.c795 int ret, dimm_inst, slot_num; in g12f_dimm_label() local
812 dimm_inst = topo_node_instance(node); in g12f_dimm_label()
813 chan = dimm_inst == 0 || dimm_inst == 2 ? 'A': 'B'; in g12f_dimm_label()
814 slot_num = (dimm_inst <= 1 ? 0 : 1); in g12f_dimm_label()