Home
last modified time | relevance | path

Searched defs:machines (Results 1 – 20 of 20) sorted by relevance

/openbmc/openbmc/meta-arm/ci/
H A Dlistmachines.py24 machines = list_machines(sys.argv[1:]) variable
H A Dcheck-machine-coverage16 machines = list_machines(layers) variable
/openbmc/qemu/pc-bios/descriptors/
H A D60-edk2-loongarch64.json20 "machines": [ array
H A D60-edk2-riscv64.json20 "machines": [ array
H A D60-edk2-arm.json20 "machines": [ array
H A D60-edk2-aarch64.json20 "machines": [ array
H A D60-edk2-i386.json20 "machines": [ array
H A D50-edk2-i386-secure.json20 "machines": [ array
H A D50-edk2-x86_64-secure.json20 "machines": [ array
H A D60-edk2-x86_64.json20 "machines": [ array
/openbmc/qemu/tests/qtest/
H A Dprom-env-test.c68 static void add_tests(const char *machines[]) in add_tests()
H A Dcdrom-test.c109 static void add_cdrom_param_tests(const char **machines) in add_cdrom_param_tests()
H A Dlibqtest.c1614 static void qtest_free_machine_list(struct MachInfo *machines) in qtest_free_machine_list()
1632 static struct MachInfo *machines; in qtest_get_machines() local
1773 struct MachInfo *machines; in qtest_cb_for_every_machine() local
1796 struct MachInfo *machines; in qtest_resolve_machine_alias() local
1812 struct MachInfo *machines; in qtest_has_machine_with_env() local
/openbmc/qemu/monitor/
H A Dqemu-config-qmp.c126 GSList *machines, *curr_mach; in query_all_machine_properties() local
/openbmc/openbmc/meta-arm/scripts/
H A Dmachine-summary.py86 def harvest_data(machines, recipes): argument
/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c21 static int machines[] = { variable
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcontext.py70 …def __init__(self, td=None, logger=None, machines=None, config_paths=None, newbuilddir=None, keep_… argument
/openbmc/qemu/hw/core/
H A Dmachine-qmp-cmds.c73 GSList *el, *machines = object_class_get_list(TYPE_MACHINE, false); in qmp_query_machines() local
/openbmc/qemu/system/
H A Dvl.c837 static MachineClass *find_machine(const char *name, GSList *machines) in find_machine()
852 static MachineClass *find_default_machine(GSList *machines) in find_default_machine()
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py177 …def load_layerindex(self, indexURI, load=['layerDependencies', 'recipes', 'machines', 'distros'], …