OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VB2_CONTEXT_FW_SLOT_B
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/firmware/2lib/include/
2api.h
86
VB2_CONTEXT_FW_SLOT_B
= (1 << 6),
159
* Verified boot block (keyblock+preamble). Use
VB2_CONTEXT_FW_SLOT_B
/external/vboot_reference/tests/
vb2_misc_tests.c
426
TEST_EQ(cc.flags &
VB2_CONTEXT_FW_SLOT_B
, 0, "didn't choose B");
437
TEST_NEQ(cc.flags &
VB2_CONTEXT_FW_SLOT_B
, 0, "ctx says choose B");
447
TEST_NEQ(cc.flags &
VB2_CONTEXT_FW_SLOT_B
, 0, "ctx says choose B");
458
TEST_EQ(cc.flags &
VB2_CONTEXT_FW_SLOT_B
, 0, "didn't choose B");
/external/vboot_reference/firmware/2lib/
2misc.c
361
ctx->flags |=
VB2_CONTEXT_FW_SLOT_B
;
Completed in 49 milliseconds