Searched refs:VB2_SD_STATUS_CHOSE_SLOT (Results 1 – 3 of 3) sorted by relevance
219 sd->status |= VB2_SD_STATUS_CHOSE_SLOT; in fail_tests()232 sd->status |= VB2_SD_STATUS_CHOSE_SLOT; in fail_tests()423 TEST_NEQ(sd->status & VB2_SD_STATUS_CHOSE_SLOT, 0, "chose slot"); in select_slot_tests()434 TEST_NEQ(sd->status & VB2_SD_STATUS_CHOSE_SLOT, 0, "chose slot"); in select_slot_tests()444 TEST_NEQ(sd->status & VB2_SD_STATUS_CHOSE_SLOT, 0, "chose slot"); in select_slot_tests()455 TEST_NEQ(sd->status & VB2_SD_STATUS_CHOSE_SLOT, 0, "chose slot"); in select_slot_tests()
75 if (sd->status & VB2_SD_STATUS_CHOSE_SLOT) { in vb2_fail()364 sd->status |= VB2_SD_STATUS_CHOSE_SLOT; in vb2_select_fw_slot()
54 VB2_SD_STATUS_CHOSE_SLOT = (1 << 3), enumerator