Searched refs:active_slot (Results 1 – 5 of 5) sorted by relevance
62 void set_active_slot(const std::string& active_slot) { active_slot_ = active_slot; } in set_active_slot() argument
40 uint8_t active_slot; member
160 if (info->active_slot >= 2) return false; in boot_info_validate()
143 info.active_slot = slot; in module_setActiveBootSlot()
311 local active_slot=`get_active_slot`312 if [ X"${ACTIVE_SLOT}" != X"${active_slot}" ]; then313 …echo "${YELLOW}[ WARNING ]${NORMAL} Active slot changed from ${ACTIVE_SLOT} to ${active_slot}" >&2414 local active_slot=`get_active_slot`415 if [ X"${ACTIVE_SLOT}" != X"${active_slot}" ]; then416 … echo "${YELLOW}[ WARNING ]${NORMAL} Active slot changed from ${ACTIVE_SLOT} to ${active_slot}"439 local active_slot=`get_active_slot`440 if [ X"${ACTIVE_SLOT}" != X"${active_slot}" ]; then441 … echo "${YELLOW}[ WARNING ]${NORMAL} Active slot changed from ${ACTIVE_SLOT} to ${active_slot}"1650 local active_slot=`get_active_slot`[all …]