OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fmap_find
(Results
1 - 5
of
5
) sorted by null
/external/vboot_reference/host/lib/
fmap.c
28
FmapHeader *
fmap_find
(uint8_t *ptr, size_t size)
function
54
fmap =
fmap_find
(ptr, size);
/external/vboot_reference/host/lib/include/
fmap.h
38
FmapHeader *
fmap_find
(uint8_t *ptr, size_t size);
42
/* optional, will call
fmap_find
() if NULL */
/external/vboot_reference/futility/
traversal.c
129
FmapHeader *fmap =
fmap_find
(buf, len);
223
fmap =
fmap_find
(buf, len);
241
fmap =
fmap_find
(buf, len);
cmd_load_fmap.c
157
fmap =
fmap_find
(buf, len);
cmd_dump_fmap.c
490
fmap =
fmap_find
(base_of_rom, size_of_rom);
Completed in 32 milliseconds