HomeSort by relevance Sort by last modified time
    Searched refs:entry_lookup_list_t (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/tools/fip_create/
fip_create.h 50 } entry_lookup_list_t; typedef in typeref:struct:entry_lookup_list
57 entry_lookup_list_t *entry;
fip_create.c 57 static entry_lookup_list_t toc_entry_lookup_list[] = {
111 entry_lookup_list_t *entry = toc_entry_lookup_list;
129 static entry_lookup_list_t *get_entry_lookup_from_uuid(const uuid_t *uuid)
157 static int add_file_info_entry(entry_lookup_list_t *lookup_entry, char *filename)
550 entry_lookup_list_t *lookup_entry;
618 sizeof(entry_lookup_list_t)) + 2];
622 i < sizeof(toc_entry_lookup_list)/sizeof(entry_lookup_list_t) - 1;

Completed in 190 milliseconds