• Home
  • Raw
  • Download

Lines Matching refs:vncptr

141                                  VbNvContext *vncptr)  in VbDisplayScreenFromGBB()  argument
210 VbNvGet(vncptr, VBNV_LOCALIZATION_INDEX, &localization); in VbDisplayScreenFromGBB()
213 VbNvSet(vncptr, VBNV_LOCALIZATION_INDEX, localization); in VbDisplayScreenFromGBB()
214 VbNvSet(vncptr, VBNV_BACKUP_NVRAM_REQUEST, 1); in VbDisplayScreenFromGBB()
306 int force, VbNvContext *vncptr) in VbDisplayScreen() argument
329 vncptr)) in VbDisplayScreen()
503 VbError_t VbDisplayDebugInfo(VbCommonParams *cparams, VbNvContext *vncptr) in VbDisplayDebugInfo() argument
517 VbDisplayScreen(cparams, disp_current_screen, 1, vncptr); in VbDisplayDebugInfo()
525 VbNvGet(vncptr, VBNV_RECOVERY_SUBCODE, &i); in VbDisplayDebugInfo()
547 vncptr->raw[i], 16, 2); in VbDisplayDebugInfo()
551 VbNvGet(vncptr, VBNV_DEV_BOOT_USB, &i); in VbDisplayDebugInfo()
556 VbNvGet(vncptr, VBNV_DEV_BOOT_LEGACY, &i); in VbDisplayDebugInfo()
562 VbNvGet(vncptr, VBNV_DEV_BOOT_SIGNED_ONLY, &i); in VbDisplayDebugInfo()
629 VbNvContext *vncptr) in VbCheckDisplayKey() argument
641 return VbDisplayDebugInfo(cparams, vncptr); in VbCheckDisplayKey()
648 VbNvGet(vncptr, VBNV_LOCALIZATION_INDEX, &loc); in VbCheckDisplayKey()
657 VbNvSet(vncptr, VBNV_LOCALIZATION_INDEX, loc); in VbCheckDisplayKey()
658 VbNvSet(vncptr, VBNV_BACKUP_NVRAM_REQUEST, 1); in VbCheckDisplayKey()
661 VbNvTeardown(vncptr); /* really only computes checksum */ in VbCheckDisplayKey()
662 if (vncptr->raw_changed) in VbCheckDisplayKey()
663 VbExNvStorageWrite(vncptr->raw); in VbCheckDisplayKey()
667 return VbDisplayScreen(cparams, disp_current_screen, 1, vncptr); in VbCheckDisplayKey()
673 1, vncptr); in VbCheckDisplayKey()