Searched defs:VbInit (Results 1 - 1 of 1) sorted by relevance

/external/vboot_reference/firmware/lib/
H A Dvboot_api_init.c20 VbError_t VbInit(VbCommonParams *cparams, VbInitParams *iparams) function
50 VBDEBUG(("VbInit() input flags 0x%x gbb flags 0x%x\n", iparams->flags,
96 VBDEBUG(("VbInit() requesting S3 debug boot\n"));
115 VBDEBUG(("VbInit sees recovery request = %d\n", recovery));
144 VBDEBUG(("VbInit now sets shared->recovery_reason = %d\n", recovery));
305 * If VbInit() is run before Option ROMs are run it
311 VBDEBUG(("VbInit() needs oprom, doesn't have it\n"));
341 * If VbInit() is run before Option ROMs are run it
347 VBDEBUG(("VbInit() has oprom, doesn't need it\n"));
366 VBDEBUG(("VbInit() outpu
[all...]

Completed in 74 milliseconds