Lines Matching refs:VbGetNvStorage
85 int VbGetNvStorage(VbNvParam param) {
456 value = VbGetNvStorage(VBNV_KERNEL_FIELD);
458 value = VbGetNvStorage(VBNV_KERNEL_SETTINGS_RESET);
460 value = VbGetNvStorage(VBNV_RECOVERY_REQUEST);
462 value = VbGetNvStorage(VBNV_DEBUG_RESET_MODE);
464 value = VbGetNvStorage(VBNV_DISABLE_DEV_REQUEST);
466 value = VbGetNvStorage(VBNV_CLEAR_TPM_OWNER_REQUEST);
468 value = VbGetNvStorage(VBNV_CLEAR_TPM_OWNER_DONE);
470 value = VbGetNvStorage(VBNV_TRY_B_COUNT);
474 value = VbGetNvStorage(VBNV_FW_TRY_COUNT);
476 value = VbGetNvStorage(VBNV_KERNEL_FIELD);
480 value = VbGetNvStorage(VBNV_KERNEL_FIELD);
486 value = VbGetNvStorage(VBNV_LOCALIZATION_INDEX);
488 value = VbGetNvStorage(VBNV_BACKUP_NVRAM_REQUEST);
490 value = VbGetNvStorage(VBNV_DEV_BOOT_USB);
492 value = VbGetNvStorage(VBNV_DEV_BOOT_LEGACY);
494 value = VbGetNvStorage(VBNV_DEV_BOOT_SIGNED_ONLY);
496 value = VbGetNvStorage(VBNV_OPROM_NEEDED);
498 value = VbGetNvStorage(VBNV_RECOVERY_SUBCODE);
559 return VbGetNvStorage(VBNV_FW_TRY_NEXT) ? "B" : "A";
561 return VbGetNvStorage(VBNV_FW_TRIED) ? "B" : "A";
563 int v = VbGetNvStorage(VBNV_FW_RESULT);
569 return VbGetNvStorage(VBNV_FW_PREV_TRIED) ? "B" : "A";
571 int v = VbGetNvStorage(VBNV_FW_PREV_RESULT);
615 int kern_nv = VbGetNvStorage(VBNV_KERNEL_FIELD);
622 int kern_nv = VbGetNvStorage(VBNV_KERNEL_FIELD);