OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VBERROR_VGA_OPROM_MISMATCH
(Results
1 - 4
of
4
) sorted by null
/external/vboot_reference/firmware/lib/
vboot_api_init.c
310
retval =
VBERROR_VGA_OPROM_MISMATCH
;
346
retval =
VBERROR_VGA_OPROM_MISMATCH
;
vboot_api_kernel.c
864
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
;
[
all
...]
/external/vboot_reference/firmware/include/
vboot_api.h
105
VBERROR_VGA_OPROM_MISMATCH
= 0x10021,
[
all
...]
/external/vboot_reference/tests/
vboot_api_init_tests.c
304
TestVbInit(
VBERROR_VGA_OPROM_MISMATCH
, 0, "Dev mode need oprom");
319
TestVbInit(
VBERROR_VGA_OPROM_MISMATCH
, 0, "Normal mode with oprom");
Completed in 45 milliseconds