Home
last modified time | relevance | path

Searched full:find (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/qemu/tests/unit/
H A Dtest-interval-tree.c129 /* Test that we find exactly the one node. */ in test_find_one_range_many()
145 /* Test that we don't find it after it is removed. */ in test_find_one_range_many()
156 IntervalTreeNode *find; in test_find_many_range() local
179 /* Test that we find all of the nodes. */ in test_find_many_range()
180 find = interval_tree_iter_first(&root, 2000, 2999); in test_find_many_range()
181 for (i = 0; find != NULL; i++) { in test_find_many_range()
182 find = interval_tree_iter_next(find, 2000, 2999); in test_find_many_range()
201 g_test_add_func("/interval-tree/find-one-point", test_find_one_point); in main()
202 g_test_add_func("/interval-tree/find-two-point", test_find_two_point); in main()
203 g_test_add_func("/interval-tree/find-one-range", test_find_one_range); in main()
[all …]
H A Dtest-qemu-opts.c139 /* should not find anything at this point */ in test_qemu_opts_create()
148 /* now we've create the opts, must find it */ in test_qemu_opts_create()
154 /* should not find anything at this point */ in test_qemu_opts_create()
170 /* should not find anything at this point */ in test_qemu_opt_get()
197 /* should not find anything at this point */ in test_qemu_opt_get()
213 /* should not find anything at this point */ in test_qemu_opt_get_bool()
240 /* should not find anything at this point */ in test_qemu_opt_get_bool()
256 /* should not find anything at this point */ in test_qemu_opt_get_number()
283 /* should not find anything at this point */ in test_qemu_opt_get_number()
300 /* should not find anything at this point */ in test_qemu_opt_get_size()
[all …]
/qemu/roms/
H A DMakefile30 # first find cross binutils in path
31 find-cross-ld = $(firstword $(wildcard $(patsubst %,%/$(1)-*$(system)*-ld,$(path))))
33 find-cross-gcc = $(firstword $(wildcard $(patsubst %ld,%gcc,$(call find-cross-ld,$(1)))))
35 find-cross-prefix = $(subst gcc,,$(notdir $(call find-cross-gcc,$(1))))
37 aarch64_cross_prefix := $(call find-cross-prefix,aarch64)
38 arm_cross_prefix := $(call find-cross-prefix,arm)
39 powerpc64_cross_prefix := $(call find-cross-prefix,powerpc64)
40 powerpc_cross_prefix := $(call find-cross-prefix,powerpc)
41 x86_64_cross_prefix := $(call find-cross-prefix,x86_64)
42 riscv32_cross_prefix := $(call find-cross-prefix,riscv32)
[all …]
/qemu/hw/acpi/
H A Dpcihp.c126 AcpiPciHpFind *find = opaque; in acpi_pcihp_test_hotplug_bus() local
127 if (find->bsel == acpi_pcihp_get_bsel(bus)) { in acpi_pcihp_test_hotplug_bus()
128 find->bus = bus; in acpi_pcihp_test_hotplug_bus()
134 AcpiPciHpFind find = { .bsel = bsel, .bus = NULL }; in acpi_pcihp_find_hotplug_bus() local
140 pci_for_each_bus(s->root, acpi_pcihp_test_hotplug_bus, &find); in acpi_pcihp_find_hotplug_bus()
146 if (!bsel && !find.bus) { in acpi_pcihp_find_hotplug_bus()
147 find.bus = s->root; in acpi_pcihp_find_hotplug_bus()
151 * Check if find.bus is actually hotpluggable. If bsel is set to in acpi_pcihp_find_hotplug_bus()
153 * non-hotpluggable, find.bus will match the root bus when bsel in acpi_pcihp_find_hotplug_bus()
156 * Instead, we should set find.bus to NULL in that case. In the check in acpi_pcihp_find_hotplug_bus()
[all …]
/qemu/hw/core/
H A Dsysbus.c37 SysBusFind *find = opaque; in find_sysbus_device() local
49 find->func(sbdev, find->opaque); in find_sysbus_device()
61 SysBusFind find = { in foreach_dynamic_sysbus_device() local
68 find_sysbus_device(container, &find); in foreach_dynamic_sysbus_device()
70 find_sysbus_device(container, &find); in foreach_dynamic_sysbus_device()
H A Dloader-fit.c49 error_setg(errp, "can't find node %s", path); in fit_load_image_alloc()
102 error_setg(errp, "can't find %s address", name); in fit_image_addr()
284 error_report("can't find node /configurations"); in load_fit()
319 error_report("can't find configuration"); in load_fit()
/qemu/scripts/modules/
H A Dmodule_block.py44 if line.find(".format_name") != -1:
46 elif line.find(".protocol_name") != -1:
51 elif line.find("static BlockDriver") != -1:
/qemu/
H A DMakefile200 find . \( -name '*.so' -o -name '*.dll' -o \
229 find-src-path = find "$(SRC_PATH)" -path "$(SRC_PATH)/meson" -prune -o \
239 $(find-src-path) -exec ctags \
252 $(find-src-path) -print | gtags -f -), \
261 $(find-src-path) -exec etags \
271 ($(find-src-path) -print | sed -e 's,^\./,,' \
/qemu/pc-bios/
HDopenbios-sparc32 ... ) to (dma-map-in) / find-device banner-name Unknown machine (ID % ...
HDu-boot.e500 ... Tree blob at %08lx ERROR: Did not find a cmdline Flattened Device Tree Booting using the fdt blob ...
/qemu/stats/
H A Dstats-hmp-cmds.c79 /* Find provider schema */ in print_stats_results()
85 monitor_printf(mon, "failed to find schema list for %s\n", in print_stats_results()
103 /* Find schema entry */ in print_stats_results()
106 monitor_printf(mon, "failed to find schema entry for %s\n", in print_stats_results()
/qemu/scripts/
H A Dmodinfo-collect.py45 sys.stderr.print('modinfo: Could not find object file', obj)
60 if line.find('MODINFO') != -1:
H A Ddevice-crash-test53 # * Avoiding verbose log messages when we find known non-fatal
55 # * Avoiding fatal errors when we find known crashes
124 …{'device':'virtio-9p-ccw', 'expected':True}, # 9pfs device couldn't find fsdev with the …
125 …{'device':'virtio-9p-device', 'expected':True}, # 9pfs device couldn't find fsdev with the …
126 …{'device':'virtio-9p-pci', 'expected':True}, # 9pfs device couldn't find fsdev with the …
165 {'log':r"Couldn't find rom image '[\w-]+\.bin'"},
186 {'log':r"could not find stage1 bootloader"},
H A Dclean-header-guards.pl22 # renames guard symbols, and explain how to find occurrences of these
143 skipping($fname, "can't find end of header guard");
213 print STDERR "To find uses that may have to be updated try:\n";
H A Danalyze-inclusions45 find . -name "*.d" -exec grep -l "$@" {} + | wc -l
48 echo Found $(find . -name "*.d" | wc -l) object files
/qemu/pc-bios/s390-ccw/
H A Dmain.c127 * Find the subchannel connected to the given device (dev_no) and fill in the
133 * In this case we'll just use the first potentially bootable device we find.
290 * channels to find one.
309 puts("Could not find a suitable boot device (none specified)"); in probe_boot_device()
/qemu/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py325 # Now, the challenge is to find out the right MODULE_OBJ_NAME for the
330 self.info("Can't find right uppercase name for %s", typename)
332 self.warn("Can't find right uppercase name for %s", typename)
338 self.info("Can't find right uppercase name for parent type (%s)", parent_typename)
340 self.warn("Can't find right uppercase name for parent type (%s)", parent_typename)
352 …# self.warn("Can't find where type checkers for %s (%s) are declared. We will need them to…
405 # self.warn("Can't find where parent type %s is declared", parent_typename)
741 self.warn("Can't find TypeInfo for %s", parent_typename)
868 self.warn("can't find type_init(%s) line", fn.name)
882 self.warn("can't find TypeInfo var declaration for %s", self.name)
[all …]
/qemu/tests/tcg/aarch64/
H A Dpauth-2.c30 * Iterate until we find a salt for which encode != value. in do_test()
46 * Iterate until we find another salt which does fail. in do_test()
/qemu/tests/functional/
H A Dtest_aarch64_tcg_plugins.py85 self.fail("Failed to find instruction count")
112 self.fail("Failed to find instruction count")
/qemu/hw/intc/
H A Darm_gicv3.c180 /* Find the highest priority pending interrupt among the in gicv3_redist_update_noirqset()
189 /* Find out which redistributor interrupts are eligible to be in gicv3_redist_update_noirqset()
228 * If we didn't find an interrupt that would preempt the previous in gicv3_redist_update_noirqset()
271 /* Find the highest priority pending interrupt in this range. */ in gicv3_update_noirqset()
302 * If we didn't find an interrupt that would preempt the previous in gicv3_update_noirqset()
/qemu/util/
H A Diova-tree.c154 * Try to find an unallocated IOVA range between prev and this elements.
166 * (4) prev, this: this is the most common case, we'll try to find a hole
226 * Find a valid hole for the mapping in iova_tree_alloc_map()
H A Denvlist.c67 /* find out first equals sign in given env */ in envlist_setenv()
116 * Find out the requested entry and remove in envlist_unsetenv()
/qemu/hw/xen/
H A Dtrace-events77 xen_invalidate_map_cache_entry_unlocked_not_found(void *p) "could not find %p"
81 xen_ram_addr_from_mapcache_not_found(void *p) "could not find %p"
83 xen_ram_addr_from_mapcache_not_in_cache(void *p) "Trying to find address %p that is not in the mapc…
/qemu/migration/
H A Dcpr.c267 * cpr_get_fd_param: find a descriptor and return its value.
274 * If CPR is not being performed, then use @fdname to find the fd.
289 error_setg(errp, "cannot find saved value for fd %s", fdname); in cpr_get_fd_param()
/qemu/tests/qemu-iotests/
H A D30252 # 2. Find the offset of the next member data.
69 # 2. Find the offset of the next member data.

12345678910>>...21