Lines Matching refs:gbb
167 if (VbWantShutdown(cparams->gbb->flags)) in VbUserConfirms()
229 GoogleBinaryBlockHeader *gbb = cparams->gbb; in VbBootDeveloper() local
242 if (gbb->flags & GBB_FLAG_FORCE_DEV_BOOT_USB) in VbBootDeveloper()
244 if (gbb->flags & GBB_FLAG_FORCE_DEV_BOOT_LEGACY) in VbBootDeveloper()
257 if (VbWantShutdown(gbb->flags)) { in VbBootDeveloper()
270 if (!(gbb->flags & GBB_FLAG_ENTER_TRIGGERS_TONORM)) in VbBootDeveloper()
280 if (gbb->flags & GBB_FLAG_FORCE_DEV_SWITCH_ON) { in VbBootDeveloper()
428 if ((gbb->flags & GBB_FLAG_DEFAULT_DEV_BOOT_LEGACY) && in VbBootDeveloper()
511 if (VbWantShutdown(cparams->gbb->flags)) in VbBootRecovery()
608 if (VbWantShutdown(cparams->gbb->flags)) in VbBootRecovery()
957 if (cparams->gbb) { in VbApiKernelFree()
958 VbExFree(cparams->gbb); in VbApiKernelFree()
959 cparams->gbb = NULL; in VbApiKernelFree()
991 cparams->gbb = VbExMalloc(sizeof(*cparams->gbb)); in VbSelectAndLoadKernel()
992 retval = VbGbbReadHeader_static(cparams, cparams->gbb); in VbSelectAndLoadKernel()
998 !(cparams->gbb->flags & GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC)) { in VbSelectAndLoadKernel()
1009 if (!(cparams->gbb->flags & in VbSelectAndLoadKernel()