Searched refs:VB2_CONTEXT_FW_SLOT_B (Results 1 – 3 of 3) sorted by relevance
426 TEST_EQ(cc.flags & VB2_CONTEXT_FW_SLOT_B, 0, "didn't choose B"); in select_slot_tests()437 TEST_NEQ(cc.flags & VB2_CONTEXT_FW_SLOT_B, 0, "ctx says choose B"); in select_slot_tests()447 TEST_NEQ(cc.flags & VB2_CONTEXT_FW_SLOT_B, 0, "ctx says choose B"); in select_slot_tests()458 TEST_EQ(cc.flags & VB2_CONTEXT_FW_SLOT_B, 0, "didn't choose B"); in select_slot_tests()
86 VB2_CONTEXT_FW_SLOT_B = (1 << 6), enumerator
361 ctx->flags |= VB2_CONTEXT_FW_SLOT_B; in vb2_select_fw_slot()