Searched refs:BMC_POSITION (Results 1 – 3 of 3) sorted by relevance
34 constexpr auto BMC_POSITION = 0; variable210 if (isMultiHostSystem && (hostNumber == BMC_POSITION) && in handlePowerEvent()252 if (isMultiHostSystem && (hostNumber == BMC_POSITION)) in handlePowerEvent()
106 if (position == BMC_POSITION) in plat_get_fru_sel()656 if (hostPosition == BMC_POSITION || hostInstances == "0") in udbg_get_info_page()661 else if (hostPosition != BMC_POSITION && hostPosition <= maxPosition) in udbg_get_info_page()707 if (hostPosition != BMC_POSITION) in udbg_get_info_page()733 if (hostPosition != BMC_POSITION) in udbg_get_info_page()
71 static constexpr size_t BMC_POSITION = 0; variable