OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parse_entry
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
partitions.c
113
static int
parse_entry
(uintptr_t buf)
function
211
ret =
parse_entry
((uintptr_t)buf);
214
ret =
parse_entry
((uintptr_t)buf + EFI_ENTRY_SIZE);
217
ret =
parse_entry
((uintptr_t)buf + EFI_ENTRY_SIZE * 2);
220
ret =
parse_entry
((uintptr_t)buf + EFI_ENTRY_SIZE * 3);
/external/ltp/testcases/kernel/syscalls/readahead/
readahead02.c
124
static unsigned long
parse_entry
(const char *fname, const char *entry)
function
149
return
parse_entry
(fname, entry);
155
return
parse_entry
(meminfo_fname, entry);
Completed in 352 milliseconds