Home
last modified time | relevance | path

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

/external/vboot_reference/tests/
Dvb2_misc_tests.c219 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()
/external/vboot_reference/firmware/2lib/
D2misc.c75 if (sd->status & VB2_SD_STATUS_CHOSE_SLOT) { in vb2_fail()
364 sd->status |= VB2_SD_STATUS_CHOSE_SLOT; in vb2_select_fw_slot()
/external/vboot_reference/firmware/2lib/include/
D2struct.h54 VB2_SD_STATUS_CHOSE_SLOT = (1 << 3), enumerator