Lines Matching refs:VBDEBUG
40 VBDEBUG(("VbSetRecoveryRequest(%d)\n", (int)recovery_request)); in VbSetRecoveryRequest()
79 VBDEBUG(("VbTryLoadKernel() start, get_info_flags=0x%x\n", in VbTryLoadKernel()
89 VBDEBUG(("VbTryLoadKernel() found %d disks\n", (int)disk_count)); in VbTryLoadKernel()
97 VBDEBUG(("VbTryLoadKernel() trying disk %d\n", (int)i)); in VbTryLoadKernel()
109 VBDEBUG((" skipping: bytes_per_lba=%" PRIu64 in VbTryLoadKernel()
124 VBDEBUG(("VbTryLoadKernel() LoadKernel() = %d\n", retval)); in VbTryLoadKernel()
163 VBDEBUG(("Entering %s(0x%x)\n", __func__, confirm_flags)); in VbUserConfirms()
183 VBDEBUG(("%s() - Yes (1)\n", __func__)); in VbUserConfirms()
187 VBDEBUG(("%s() - Space (%d)\n", __func__, in VbUserConfirms()
193 VBDEBUG(("%s() - No (0)\n", __func__)); in VbUserConfirms()
202 VBDEBUG(("%s() - Rec button pressed\n", in VbUserConfirms()
206 VBDEBUG(("%s() - Rec button (1)\n", in VbUserConfirms()
223 VBDEBUG(("Entering %s()\n", __func__)); in VbBootNormal()
235 VBDEBUG(("Entering %s()\n", __func__)); in VbBootDeveloper()
258 VBDEBUG(("VbBootDeveloper() - shutdown requested!\n")); in VbBootDeveloper()
274 VBDEBUG(("%s shared->flags=0x%x\n", in VbBootDeveloper()
285 VBDEBUG(("%s() - TONORM rejected by " in VbBootDeveloper()
300 VBDEBUG(("%s() - leaving dev-mode.\n", in VbBootDeveloper()
311 VBDEBUG(("%s() - shutdown requested\n", in VbBootDeveloper()
316 VBDEBUG(("%s() - stay in dev-mode\n", in VbBootDeveloper()
330 VBDEBUG(("%s() - going to recovery\n", in VbBootDeveloper()
340 VBDEBUG(("VbBootDeveloper() - " in VbBootDeveloper()
346 VBDEBUG(("VbBootDeveloper() - " in VbBootDeveloper()
355 VBDEBUG(("VbBootDeveloper() - " in VbBootDeveloper()
370 VBDEBUG(("VbBootDeveloper() - " in VbBootDeveloper()
373 VBDEBUG(("VbBootDeveloper() - " in VbBootDeveloper()
393 VBDEBUG(("VbBootDeveloper() - " in VbBootDeveloper()
398 VBDEBUG(("VbBootDeveloper() - " in VbBootDeveloper()
419 VBDEBUG(("VbBootDeveloper() - pressed key %d\n", key)); in VbBootDeveloper()
430 VBDEBUG(("VbBootDeveloper() - defaulting to legacy\n")); in VbBootDeveloper()
440 VBDEBUG(("VbBootDeveloper() - trying fixed disk\n")); in VbBootDeveloper()
458 VBDEBUG(("VbBootRecovery() start\n")); in VbBootRecovery()
469 VBDEBUG(("VbBootRecovery() forcing device removal\n")); in VbBootRecovery()
497 VBDEBUG(("VbBootRecovery() " in VbBootRecovery()
520 VBDEBUG(("VbBootRecovery() attempting to load kernel2\n")); in VbBootRecovery()
568 VBDEBUG(("%s() - ^D but rec switch " in VbBootRecovery()
584 VBDEBUG(("%s() Enabling dev-mode...\n", in VbBootRecovery()
588 VBDEBUG(("%s() Reboot so it will take " in VbBootRecovery()
592 VBDEBUG(("%s() - Shutdown requested\n", in VbBootRecovery()
596 VBDEBUG(("%s() - Not enabling " in VbBootRecovery()
625 VBDEBUG(("VbExEcProtectRW() needs reboot\n")); in EcProtectRW()
627 VBDEBUG(("VbExEcProtectRW() returned %d\n", rv)); in EcProtectRW()
649 VBDEBUG(("VbEcSoftwareSync(devidx=%d)\n", devidx)); in VbEcSoftwareSync()
667 VBDEBUG(("VbEcSoftwareSync() - " in VbEcSoftwareSync()
673 VBDEBUG(("VbEcSoftwareSync() in recovery; EC-RO\n")); in VbEcSoftwareSync()
682 VBDEBUG(("VbEcSoftwareSync() - " in VbEcSoftwareSync()
692 VBDEBUG(("VbEcSoftwareSync() - " in VbEcSoftwareSync()
704 VBDEBUG(("VbEcSoftwareSync() - " in VbEcSoftwareSync()
710 VBDEBUG(("VbEcSoftwareSync() in RO-Normal; EC-RO\n")); in VbEcSoftwareSync()
717 VBDEBUG(("VbEcSoftwareSync() - " in VbEcSoftwareSync()
723 VBDEBUG(("VbEcSoftwareSync() - " in VbEcSoftwareSync()
730 VBDEBUG(("EC hash:")); in VbEcSoftwareSync()
732 VBDEBUG(("%02x", ec_hash[i])); in VbEcSoftwareSync()
733 VBDEBUG(("\n")); in VbEcSoftwareSync()
751 VBDEBUG(("VbEcSoftwareSync() - " in VbEcSoftwareSync()
756 VBDEBUG(("VbEcSoftwareSync() - " in VbEcSoftwareSync()
762 VBDEBUG(("Expected hash:")); in VbEcSoftwareSync()
764 VBDEBUG(("%02x", rw_hash[i])); in VbEcSoftwareSync()
765 VBDEBUG(("\n")); in VbEcSoftwareSync()
783 VBDEBUG(("VbEcSoftwareSync() - " in VbEcSoftwareSync()
788 VBDEBUG(("VbEcSoftwareSync() - expected len = %d\n", in VbEcSoftwareSync()
793 VBDEBUG(("Computed hash of expected image:")); in VbEcSoftwareSync()
795 VBDEBUG(("%02x", expected_hash[i])); in VbEcSoftwareSync()
796 VBDEBUG(("\n")); in VbEcSoftwareSync()
812 VBDEBUG(("VbEcSoftwareSync() - " in VbEcSoftwareSync()
832 VBDEBUG(("VbEcSoftwareSync() - Reboot to " in VbEcSoftwareSync()
841 VBDEBUG(("VbEcSoftwareSync() - " in VbEcSoftwareSync()
846 VBDEBUG(("VbEcSoftwareSync() in EC-RW and it matches\n")); in VbEcSoftwareSync()
852 VBDEBUG(("VbEcSoftwareSync() updating EC-RW...\n")); in VbEcSoftwareSync()
855 VBDEBUG(("VbEcSoftwareSync() - " in VbEcSoftwareSync()
861 VBDEBUG(("VbEcSoftwareSync() - Reboot to " in VbEcSoftwareSync()
873 VBDEBUG(("VbEcSoftwareSync() - " in VbEcSoftwareSync()
903 VBDEBUG(("VbEcSoftwareSync() jumping to EC-RW\n")); in VbEcSoftwareSync()
906 VBDEBUG(("VbEcSoftwareSync() - " in VbEcSoftwareSync()
922 VBDEBUG(("VbEcSoftwareSync() jumped to EC-RW\n")); in VbEcSoftwareSync()
926 VBDEBUG(("VbEcSoftwareSync() - " in VbEcSoftwareSync()
944 VBDEBUG(("VbEcSoftwareSync() - Reboot to " in VbEcSoftwareSync()
949 VBDEBUG(("VbEcSoftwareSync() in RW; done\n")); in VbEcSoftwareSync()
1029 VBDEBUG(("Unable to get kernel versions from TPM\n")); in VbSelectAndLoadKernel()
1068 VBDEBUG(("Developer firmware called with dev switch off!\n")); in VbSelectAndLoadKernel()
1122 VBDEBUG(("Trying firmware B, " in VbSelectAndLoadKernel()
1131 VBDEBUG(("Checking if TPM kernel version needs " in VbSelectAndLoadKernel()
1138 VBDEBUG(("Error writing kernel " in VbSelectAndLoadKernel()
1163 VBDEBUG(("Error locking kernel versions.\n")); in VbSelectAndLoadKernel()
1185 VBDEBUG(("VbSelectAndLoadKernel() returning %d\n", (int)retval)); in VbSelectAndLoadKernel()