Lines Matching refs:VbGetNvStorage

85 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()
476 value = VbGetNvStorage(VBNV_KERNEL_FIELD); in VbGetSystemPropertyInt()
480 value = VbGetNvStorage(VBNV_KERNEL_FIELD); in VbGetSystemPropertyInt()
486 value = VbGetNvStorage(VBNV_LOCALIZATION_INDEX); in VbGetSystemPropertyInt()
488 value = VbGetNvStorage(VBNV_BACKUP_NVRAM_REQUEST); in VbGetSystemPropertyInt()
490 value = VbGetNvStorage(VBNV_DEV_BOOT_USB); in VbGetSystemPropertyInt()
492 value = VbGetNvStorage(VBNV_DEV_BOOT_LEGACY); in VbGetSystemPropertyInt()
494 value = VbGetNvStorage(VBNV_DEV_BOOT_SIGNED_ONLY); in VbGetSystemPropertyInt()
496 value = VbGetNvStorage(VBNV_OPROM_NEEDED); in VbGetSystemPropertyInt()
498 value = VbGetNvStorage(VBNV_RECOVERY_SUBCODE); in VbGetSystemPropertyInt()
559 return VbGetNvStorage(VBNV_FW_TRY_NEXT) ? "B" : "A"; in VbGetSystemPropertyString()
561 return VbGetNvStorage(VBNV_FW_TRIED) ? "B" : "A"; in VbGetSystemPropertyString()
563 int v = VbGetNvStorage(VBNV_FW_RESULT); in VbGetSystemPropertyString()
569 return VbGetNvStorage(VBNV_FW_PREV_TRIED) ? "B" : "A"; in VbGetSystemPropertyString()
571 int v = VbGetNvStorage(VBNV_FW_PREV_RESULT); in VbGetSystemPropertyString()
615 int kern_nv = VbGetNvStorage(VBNV_KERNEL_FIELD); in VbSetSystemPropertyInt()
622 int kern_nv = VbGetNvStorage(VBNV_KERNEL_FIELD); in VbSetSystemPropertyInt()