HomeSort by relevance Sort by last modified time
    Searched refs:VbExEcProtectRW (Results 1 - 4 of 4) sorted by null

  /external/vboot_reference/firmware/stub/
vboot_api_stub.c 151 VbError_t VbExEcProtectRW(int devidx)
  /external/vboot_reference/firmware/include/
vboot_api.h     [all...]
  /external/vboot_reference/tests/
vboot_api_kernel3_tests.c 126 VbError_t VbExEcProtectRW(int devidx)
  /external/vboot_reference/firmware/lib/
vboot_api_kernel.c 618 * Wrapper around VbExEcProtectRW() which sets recovery reason on error.
622 int rv = VbExEcProtectRW(devidx);
625 VBDEBUG(("VbExEcProtectRW() needs reboot\n"));
627 VBDEBUG(("VbExEcProtectRW() returned %d\n", rv));
    [all...]

Completed in 96 milliseconds