OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VBNV_DEV_BOOT_LEGACY
(Results
1 - 10
of
10
) sorted by null
/external/vboot_reference/firmware/lib/
vboot_nvstorage_rollback.c
21
VBNV_DEV_BOOT_LEGACY
,
vboot_nvstorage.c
143
case
VBNV_DEV_BOOT_LEGACY
:
276
case
VBNV_DEV_BOOT_LEGACY
:
vboot_api_init.c
321
VbNvSet(&vnc,
VBNV_DEV_BOOT_LEGACY
, 0);
vboot_api_kernel.c
239
VbNvGet(&vnc,
VBNV_DEV_BOOT_LEGACY
, &allow_legacy);
[
all
...]
vboot_display.c
556
VbNvGet(vncptr,
VBNV_DEV_BOOT_LEGACY
, &i);
/external/vboot_reference/tests/
vboot_api_init_tests.c
556
VbNvSet(&vnc,
VBNV_DEV_BOOT_LEGACY
, 1);
581
VbNvGet(&vnc,
VBNV_DEV_BOOT_LEGACY
, &u);
596
VbNvGet(&tmp_vnc,
VBNV_DEV_BOOT_LEGACY
, &u);
637
VbNvSet(&vnc,
VBNV_DEV_BOOT_LEGACY
, 1);
682
VbNvGet(&tmp_vnc,
VBNV_DEV_BOOT_LEGACY
, &u);
719
VbNvGet(&vnc,
VBNV_DEV_BOOT_LEGACY
, &u);
753
VbNvGet(&vnc,
VBNV_DEV_BOOT_LEGACY
, &u);
vboot_nvstorage_test.c
34
{
VBNV_DEV_BOOT_LEGACY
, 0, 1, 0, "dev boot legacy"},
vboot_api_kernel2_tests.c
411
VbNvSet(VbApiKernelGetVnc(),
VBNV_DEV_BOOT_LEGACY
, 1);
/external/vboot_reference/firmware/include/
vboot_nvstorage.h
71
VBNV_DEV_BOOT_LEGACY
,
/external/vboot_reference/host/lib/
crossystem.c
492
value = VbGetNvStorage(
VBNV_DEV_BOOT_LEGACY
);
634
return VbSetNvStorage_WithBackup(
VBNV_DEV_BOOT_LEGACY
, value);
Completed in 81 milliseconds