OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VB2_SD_DEV_MODE_ENABLED
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/firmware/2lib/include/
2struct.h
34
VB2_SD_DEV_MODE_ENABLED
= (1 << 1),
/external/vboot_reference/tests/
vb2_misc_tests.c
293
TEST_EQ(sd->flags &
VB2_SD_DEV_MODE_ENABLED
, 0, "sd not in dev");
303
TEST_NEQ(sd->flags &
VB2_SD_DEV_MODE_ENABLED
, 0, "sd in dev");
346
TEST_EQ(sd->flags &
VB2_SD_DEV_MODE_ENABLED
, 0, "sd not in dev");
354
TEST_NEQ(sd->flags &
VB2_SD_DEV_MODE_ENABLED
, 0, "sd in dev");
364
TEST_NEQ(sd->flags &
VB2_SD_DEV_MODE_ENABLED
, 0, "sd in dev");
/external/vboot_reference/firmware/2lib/
2misc.c
242
sd->flags |=
VB2_SD_DEV_MODE_ENABLED
;
Completed in 35 milliseconds