Home
last modified time | relevance | path

Searched refs:VbGetNvStorage (Results 1 – 4 of 4) sorted by relevance

/external/vboot_reference/host/lib/
Dcrossystem.c85 int VbGetNvStorage(VbNvParam param) { in VbGetNvStorage() function
456 value = VbGetNvStorage(VBNV_KERNEL_FIELD); in VbGetSystemPropertyInt()
458 value = VbGetNvStorage(VBNV_KERNEL_SETTINGS_RESET); in VbGetSystemPropertyInt()
460 value = VbGetNvStorage(VBNV_RECOVERY_REQUEST); in VbGetSystemPropertyInt()
462 value = VbGetNvStorage(VBNV_DEBUG_RESET_MODE); in VbGetSystemPropertyInt()
464 value = VbGetNvStorage(VBNV_DISABLE_DEV_REQUEST); in VbGetSystemPropertyInt()
466 value = VbGetNvStorage(VBNV_CLEAR_TPM_OWNER_REQUEST); in VbGetSystemPropertyInt()
468 value = VbGetNvStorage(VBNV_CLEAR_TPM_OWNER_DONE); in VbGetSystemPropertyInt()
470 value = VbGetNvStorage(VBNV_TRY_B_COUNT); in VbGetSystemPropertyInt()
474 value = VbGetNvStorage(VBNV_FW_TRY_COUNT); in VbGetSystemPropertyInt()
[all …]
/external/vboot_reference/host/arch/x86/lib/
Dcrossystem_arch.c788 value = VbGetNvStorage(VBNV_RECOVERY_REQUEST); in VbGetArchPropertyInt()
792 value = VbGetNvStorage(VBNV_DEBUG_RESET_MODE); in VbGetArchPropertyInt()
796 value = VbGetNvStorage(VBNV_TRY_B_COUNT); in VbGetArchPropertyInt()
806 if (-1 != VbGetNvStorage(VBNV_KERNEL_FIELD)) in VbGetArchPropertyInt()
886 if (-1 != VbGetNvStorage(VBNV_KERNEL_FIELD)) in VbSetArchPropertyInt()
/external/vboot_reference/host/arch/x86_64/lib/
Dcrossystem_arch.c788 value = VbGetNvStorage(VBNV_RECOVERY_REQUEST); in VbGetArchPropertyInt()
792 value = VbGetNvStorage(VBNV_DEBUG_RESET_MODE); in VbGetArchPropertyInt()
796 value = VbGetNvStorage(VBNV_TRY_B_COUNT); in VbGetArchPropertyInt()
806 if (-1 != VbGetNvStorage(VBNV_KERNEL_FIELD)) in VbGetArchPropertyInt()
886 if (-1 != VbGetNvStorage(VBNV_KERNEL_FIELD)) in VbSetArchPropertyInt()
/external/vboot_reference/host/lib/include/
Dcrossystem_arch.h31 int VbGetNvStorage(VbNvParam param);