Home
last modified time | relevance | path

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

/external/vboot_reference/host/lib/
Dcrossystem.c113 int VbSetNvStorage(VbNvParam param, int value) { in VbSetNvStorage() function
150 retval = VbSetNvStorage(param, value); in VbSetNvStorage_WithBackup()
152 VbSetNvStorage(VBNV_BACKUP_NVRAM_REQUEST, 1); in VbSetNvStorage_WithBackup()
591 return VbSetNvStorage(VBNV_KERNEL_SETTINGS_RESET, 0); in VbSetSystemPropertyInt()
593 return VbSetNvStorage(VBNV_RECOVERY_REQUEST, value); in VbSetSystemPropertyInt()
595 return VbSetNvStorage(VBNV_RECOVERY_SUBCODE, value); in VbSetSystemPropertyInt()
597 return VbSetNvStorage(VBNV_DEBUG_RESET_MODE, value); in VbSetSystemPropertyInt()
599 return VbSetNvStorage(VBNV_DISABLE_DEV_REQUEST, value); in VbSetSystemPropertyInt()
601 return VbSetNvStorage(VBNV_CLEAR_TPM_OWNER_REQUEST, value); in VbSetSystemPropertyInt()
604 return VbSetNvStorage(VBNV_CLEAR_TPM_OWNER_DONE, 0); in VbSetSystemPropertyInt()
[all …]
/external/vboot_reference/host/lib/include/
Dcrossystem_arch.h36 int VbSetNvStorage(VbNvParam param, int value);
/external/vboot_reference/host/arch/x86_64/lib/
Dcrossystem_arch.c870 if (0 == VbSetNvStorage(VBNV_RECOVERY_REQUEST, value)) in VbSetArchPropertyInt()
874 if (0 == VbSetNvStorage(VBNV_DEBUG_RESET_MODE, value)) in VbSetArchPropertyInt()
878 if (0 == VbSetNvStorage(VBNV_TRY_B_COUNT, value)) in VbSetArchPropertyInt()
/external/vboot_reference/host/arch/x86/lib/
Dcrossystem_arch.c870 if (0 == VbSetNvStorage(VBNV_RECOVERY_REQUEST, value)) in VbSetArchPropertyInt()
874 if (0 == VbSetNvStorage(VBNV_DEBUG_RESET_MODE, value)) in VbSetArchPropertyInt()
878 if (0 == VbSetNvStorage(VBNV_TRY_B_COUNT, value)) in VbSetArchPropertyInt()