Searched refs:VBERROR_VGA_OPROM_MISMATCH (Results 1 - 4 of 4) sorted by relevance

/external/vboot_reference/firmware/lib/
H A Dvboot_api_init.c310 retval = VBERROR_VGA_OPROM_MISMATCH;
346 retval = VBERROR_VGA_OPROM_MISMATCH;
H A Dvboot_api_kernel.c864 return VBERROR_VGA_OPROM_MISMATCH;
946 return VBERROR_VGA_OPROM_MISMATCH;
1003 if (retval == VBERROR_VGA_OPROM_MISMATCH)
1012 if (retval == VBERROR_VGA_OPROM_MISMATCH)
1021 retval = VBERROR_VGA_OPROM_MISMATCH;
/external/vboot_reference/firmware/include/
H A Dvboot_api.h105 VBERROR_VGA_OPROM_MISMATCH = 0x10021, enumerator in enum:VbErrorPredefined_t
/external/vboot_reference/tests/
H A Dvboot_api_init_tests.c304 TestVbInit(VBERROR_VGA_OPROM_MISMATCH, 0, "Dev mode need oprom");
319 TestVbInit(VBERROR_VGA_OPROM_MISMATCH, 0, "Normal mode with oprom");

Completed in 56 milliseconds