Searched refs:entry_count (Results 1 – 9 of 9) sorted by relevance
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_open_protocol.c | 90 efi_uintn_t entry_count; in execute() local 104 &entry_buffer, &entry_count); in execute() 109 if (entry_count != 1) { in execute() 112 (unsigned int)entry_count); in execute() 126 &entry_buffer, &entry_count); in execute() 131 if (entry_count != 1) { in execute() 134 (unsigned int)entry_count); in execute() 161 if (entry_count != 2) { in execute() 164 (unsigned int)entry_count); in execute() 189 if (entry_count) { in execute() [all …]
|
A D | efi_selftest_controllers.c | 45 efi_uintn_t entry_count; in count_child_controllers() local 50 &entry_buffer, &entry_count); in count_child_controllers() 53 if (!entry_count) in count_child_controllers() 55 while (entry_count) { in count_child_controllers() 56 if (entry_buffer[--entry_count].attributes & in count_child_controllers()
|
/u-boot/common/ |
A D | image-android-dt.c | 46 u32 entry_count, entries_offset, entry_size; in android_dt_get_fdt_by_index() local 51 entry_count = fdt32_to_cpu(hdr->dt_entry_count); in android_dt_get_fdt_by_index() 56 if (index >= entry_count) { in android_dt_get_fdt_by_index() 58 entry_count); in android_dt_get_fdt_by_index() 106 u32 entry_count, entries_offset, entry_size; in android_dt_print_contents() local 110 entry_count = fdt32_to_cpu(hdr->dt_entry_count); in android_dt_print_contents() 120 printf(" dt_entry_count = %d\n", entry_count); in android_dt_print_contents() 128 for (i = 0; i < entry_count; ++i) { in android_dt_print_contents()
|
/u-boot/arch/arm/include/asm/ti-common/ |
A D | keystone_nav.h | 48 u32 entry_count; member
|
/u-boot/fs/squashfs/ |
A D | sqfs.c | 486 dirs->entry_count = dirs->dir_header->count + 1; in sqfs_search_dir() 612 dirs->entry_count = dirs->dir_header->count + 1; in sqfs_search_dir() 943 dirs->entry_count = dirs->dir_header->count + 1; in sqfs_opendir() 985 if (!dirs->entry_count) { in sqfs_readdir() 998 dirs->entry_count = dirs->dir_header->count + 1; in sqfs_readdir() 1063 dirs->entry_count--; in sqfs_readdir()
|
A D | sqfs_filesystem.h | 262 int entry_count; member
|
/u-boot/lib/efi_loader/ |
A D | efi_boottime.c | 62 static int entry_count = 1; variable 97 int ret = entry_count++ == 0; in __efi_entry_check() 109 int ret = --entry_count == 0; in __efi_exit_check() 2344 efi_uintn_t *entry_count) in efi_open_protocol_information() argument 2353 entry_count); in efi_open_protocol_information() 2370 *entry_count = count; in efi_open_protocol_information()
|
/u-boot/drivers/net/ |
A D | vsc9953.c | 2507 static int vcap_cmd(u32 target, u16 ix, int cmd, int sel, int entry_count) in vcap_cmd() argument 2514 if ((sel & TCAM_SEL_ENTRY) && ix >= entry_count) in vcap_cmd()
|
/u-boot/include/ |
A D | efi_api.h | 173 efi_uintn_t *entry_count);
|
Completed in 30 milliseconds