Searched refs:entry_count (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/bootloader/src/
H A Dcmdline.c29 static size_t entry_count; variable
38 for (size_t n = 0; n < entry_count; n++) {
79 for (n = 0; n < entry_count; n++) {
90 entry_count++;
148 for (size_t n = 0; n < entry_count; n++) {
/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Dintel-hda-controller-init.cpp333 unsigned int* entry_count) {
340 *entry_count = 256;
343 *entry_count = 16;
346 *entry_count = 2;
H A Dintel-hda-controller.h110 zx_status_t SetupCommandBufferSize(uint8_t* size_reg, unsigned int* entry_count);
/fuchsia/zircon/system/dev/misc/cpu-trace/
H A Dintel-pt.c377 uint32_t entry_count = compute_topa_entry_count(ipt_dev, per_trace);
378 uint32_t table_count = (entry_count + IPT_TOPA_MAX_TABLE_ENTRIES - 1) /
381 if (entry_count < 2) {
382 zxlogf(INFO, "IPT: INVALID ENTRY COUNT: %u\n", entry_count);
388 if (!ipt_config_output_topa_multi && entry_count > 2)
376 uint32_t entry_count = compute_topa_entry_count(ipt_dev, per_trace); local
/fuchsia/zircon/system/private/efi/
H A Dboot-services.h181 size_t* entry_count) EFIAPI;
/fuchsia/zircon/system/utest/fvm/
H A Dfvm.cpp125 size_t entry_count) {
166 for (size_t i = 0; i < entry_count; i++) {
124 FVMRebind(int fvm_fd, char* ramdisk_path, const partition_entry_t* entries, size_t entry_count) argument

Completed in 94 milliseconds