Searched refs:VBERROR_EC_REBOOT_TO_RO_REQUIRED (Results 1 – 3 of 3) sorted by relevance
/external/vboot_reference/tests/ |
D | vboot_api_kernel3_tests.c | 214 test_ssync(VBERROR_EC_REBOOT_TO_RO_REQUIRED, in VbSoftwareSyncTest() 220 test_ssync(VBERROR_EC_REBOOT_TO_RO_REQUIRED, in VbSoftwareSyncTest() 226 test_ssync(VBERROR_EC_REBOOT_TO_RO_REQUIRED, in VbSoftwareSyncTest() 238 test_ssync(VBERROR_EC_REBOOT_TO_RO_REQUIRED, in VbSoftwareSyncTest() 256 test_ssync(VBERROR_EC_REBOOT_TO_RO_REQUIRED, in VbSoftwareSyncTest() 261 test_ssync(VBERROR_EC_REBOOT_TO_RO_REQUIRED, in VbSoftwareSyncTest() 266 test_ssync(VBERROR_EC_REBOOT_TO_RO_REQUIRED, in VbSoftwareSyncTest() 271 test_ssync(VBERROR_EC_REBOOT_TO_RO_REQUIRED, in VbSoftwareSyncTest() 283 test_ssync(VBERROR_EC_REBOOT_TO_RO_REQUIRED, in VbSoftwareSyncTest() 290 test_ssync(VBERROR_EC_REBOOT_TO_RO_REQUIRED, in VbSoftwareSyncTest() [all …]
|
/external/vboot_reference/firmware/lib/ |
D | vboot_api_kernel.c | 624 if (rv == VBERROR_EC_REBOOT_TO_RO_REQUIRED) { in EcProtectRW() 670 return VBERROR_EC_REBOOT_TO_RO_REQUIRED; in VbEcSoftwareSync() 685 return VBERROR_EC_REBOOT_TO_RO_REQUIRED; in VbEcSoftwareSync() 694 return VBERROR_EC_REBOOT_TO_RO_REQUIRED; in VbEcSoftwareSync() 707 return VBERROR_EC_REBOOT_TO_RO_REQUIRED; in VbEcSoftwareSync() 720 return VBERROR_EC_REBOOT_TO_RO_REQUIRED; in VbEcSoftwareSync() 727 return VBERROR_EC_REBOOT_TO_RO_REQUIRED; in VbEcSoftwareSync() 754 return VBERROR_EC_REBOOT_TO_RO_REQUIRED; in VbEcSoftwareSync() 760 return VBERROR_EC_REBOOT_TO_RO_REQUIRED; in VbEcSoftwareSync() 786 return VBERROR_EC_REBOOT_TO_RO_REQUIRED; in VbEcSoftwareSync() [all …]
|
/external/vboot_reference/firmware/include/ |
D | vboot_api.h | 107 VBERROR_EC_REBOOT_TO_RO_REQUIRED = 0x10022, enumerator
|