OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fmap_base
(Results
1 - 2
of
2
) sorted by null
/external/vboot_reference/host/lib/include/
fmap.h
23
uint64_t
fmap_base
;
member in struct:_FmapHeader
/external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c
728
if (!strcasecmp(name,"
fmap_base
")) {
729
unsigned
fmap_base
;
local
730
if (ReadFileInt(ACPI_FMAP_PATH, &
fmap_base
) < 0)
733
value = (int)
fmap_base
;
Completed in 74 milliseconds