HomeSort by relevance Sort by last modified time
    Searched refs:VbGetNvStorage (Results 1 - 3 of 3) sorted by null

  /external/vboot_reference/host/lib/
crossystem.c 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)
    [all...]
  /external/vboot_reference/host/lib/include/
crossystem_arch.h 31 int VbGetNvStorage(VbNvParam param);
  /external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c 788 value = VbGetNvStorage(VBNV_RECOVERY_REQUEST);
792 value = VbGetNvStorage(VBNV_DEBUG_RESET_MODE);
796 value = VbGetNvStorage(VBNV_TRY_B_COUNT);
806 if (-1 != VbGetNvStorage(VBNV_KERNEL_FIELD))
886 if (-1 != VbGetNvStorage(VBNV_KERNEL_FIELD))

Completed in 8991 milliseconds