Home
last modified time | relevance | path

Searched refs:entry_count (Results 1 – 21 of 21) sorted by relevance

/openbmc/u-boot/common/
H A Dimage-android-dt.c46 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()
105 u32 entry_count, entries_offset, entry_size; in android_dt_print_contents() local
109 entry_count = fdt32_to_cpu(hdr->dt_entry_count); in android_dt_print_contents()
119 printf(" dt_entry_count = %d\n", entry_count); in android_dt_print_contents()
127 for (i = 0; i < entry_count; ++i) { in android_dt_print_contents()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/
H A Dfix-incompatible-pointer-type-error.patch4 399 | set_721(&last_section_header->entry_count, nentries);
31 - set_721(&last_section_header->entry_count, nentries);
32 + set_721((char *)(&last_section_header->entry_count), nentries);
40 - set_721(&last_section_header->entry_count, nentries);
41 + set_721((char *)(&last_section_header->entry_count), nentries);
H A D0001-add-new-option-eltorito-platform.patch111 + set_721(&last_section_header->entry_count, nentries);
134 + set_721(&last_section_header->entry_count, nentries);
313 + char entry_count [ISODCL(3, 4)]; /* 721 */
/openbmc/qemu/block/
H A Dvhdx-endian.c154 hdr->entry_count = le32_to_cpu(hdr->entry_count); in vhdx_region_header_le_import()
163 hdr->entry_count = cpu_to_le32(hdr->entry_count); in vhdx_region_header_le_export()
193 hdr->entry_count = le16_to_cpu(hdr->entry_count); in vhdx_metadata_header_le_import()
201 hdr->entry_count = cpu_to_le16(hdr->entry_count); in vhdx_metadata_header_le_export()
H A Dvhdx.h139 uint32_t entry_count; /* number of valid entries */ member
254 uint16_t entry_count; /* number table entries. <= 2047 */ member
H A Dvhdx.c558 if (s->rt.entry_count > 2047) { in vhdx_open_region_tables()
563 for (i = 0; i < s->rt.entry_count; i++) { in vhdx_open_region_tables()
667 if ((s->metadata_hdr.entry_count * sizeof(md_entry)) > in vhdx_parse_metadata()
673 for (i = 0; i < s->metadata_hdr.entry_count; i++) { in vhdx_parse_metadata()
1629 md_table->entry_count = 5; in vhdx_create_new_metadata()
1841 region_table->entry_count = 2; /* BAT and Metadata */ in vhdx_create_new_region_table()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_controllers.c45 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()
/openbmc/qemu/hw/misc/
H A Dgrlib_ahb_apb_pnp.c192 uint32_t entry_count; member
211 assert(dev->entry_count < GRLIB_APB_MAX_DEV); in grlib_apb_pnp_add_entry()
212 reg_start = (dev->entry_count * GRLIB_APB_ENTRY_SIZE) >> 2; in grlib_apb_pnp_add_entry()
213 dev->entry_count++; in grlib_apb_pnp_add_entry()
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/
H A D0001-Added-handshake-history-reporting-when-test-fails.patch114 + if (history->entry_count < MAX_HANDSHAKE_HISTORY_ENTRY) {
115 + ++(history->entry_count);
271 + * ..., etc., going up to |entry_count| number of entries. Note that when
277 + size_t entry_count;
332 + first_idx = (history->last_idx - history->entry_count + 1) &
334 + for (i = 0; i < history->entry_count; ++i) {
/openbmc/hiomapd/vpnor/
H A Dtable.cpp49 table.data.entry_count = numParts; in prepareHeader()
222 dst->data.entry_count = htobe32(src->data.entry_count); in endianFixup()
227 for (decltype(src->data.entry_count) i{}; i < src->data.entry_count; ++i) in endianFixup()
H A Dffs.h129 uint32_t entry_count; member
/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition_table.cpp41 table.data.entry_count = numParts; in prepareHeader()
205 dst->data.entry_count = htobe32(src->data.entry_count); in endianFixup()
210 for (decltype(src->data.entry_count) i{}; i < src->data.entry_count; ++i) in endianFixup()
H A Dpnor_partition_defs.h129 uint32_t entry_count; member
/openbmc/hiomapd/vpnor/test/
H A Dcreate_pnor_partition_table.cpp47 expectedTable.data.entry_count = 1; in main()
/openbmc/phosphor-mboxd/vpnor/test/
H A Dcreate_pnor_partition_table.cpp45 expectedTable.data.entry_count = 1; in main()
/openbmc/libpldm/src/firmware_device/
H A Dfd.c277 uint16_t entry_count; in pldm_fd_fw_param() local
289 rc = fd->ops->components(fd->ops_ctx, &entry_count, &entries); in pldm_fd_fw_param()
306 .comp_count = entry_count, in pldm_fd_fw_param()
333 for (uint16_t i = 0; i < entry_count; i++) { in pldm_fd_fw_param()
461 uint16_t entry_count; in pldm_fd_check_update_component() local
465 rc = fd->ops->components(fd->ops_ctx, &entry_count, &entries); in pldm_fd_check_update_component()
471 for (uint16_t i = 0; i < entry_count; i++) { in pldm_fd_check_update_component()
/openbmc/u-boot/arch/arm/include/asm/ti-common/
H A Dkeystone_nav.h48 u32 entry_count; member
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c48 static int entry_count = 1; variable
80 int ret = entry_count++ == 0; in __efi_entry_check()
92 int ret = --entry_count == 0; in __efi_exit_check()
2114 efi_uintn_t *entry_count) in efi_open_protocol_information() argument
2123 entry_count); in efi_open_protocol_information()
2140 *entry_count = count; in efi_open_protocol_information()
/openbmc/ipmitool/lib/
H A Dipmi_ekanalyzer.c3528 unsigned char entry_count = 0; in ipmi_ek_display_radial_ipmb0_record() local
3546 entry_count = record->data[offset++]; in ipmi_ek_display_radial_ipmb0_record()
3547 printf("\tAddress Entry count: 0x%02x", entry_count); in ipmi_ek_display_radial_ipmb0_record()
3548 while (entry_count > 0) { in ipmi_ek_display_radial_ipmb0_record()
3553 entry_count --; in ipmi_ek_display_radial_ipmb0_record()
/openbmc/u-boot/drivers/net/
H A Dvsc9953.c2503 static int vcap_cmd(u32 target, u16 ix, int cmd, int sel, int entry_count) in vcap_cmd() argument
2510 if ((sel & TCAM_SEL_ENTRY) && ix >= entry_count) in vcap_cmd()
/openbmc/u-boot/include/
H A Defi_api.h163 efi_uintn_t *entry_count);