Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 2847) sorted by relevance

12345678910>>...114

/openbmc/qemu/util/
H A Dmeson.build4 util_ss.add(files('atomic64.c'))
35 util_ss.add(files('fifo8.c'))
39 util_ss.add(files('id.c'))
44 util_ss.add(files('uuid.c'))
46 util_ss.add(files('rcu.c'))
50 util_ss.add(files('log.c'))
51 util_ss.add(files('qdist.c'))
52 util_ss.add(files('qht.c'))
53 util_ss.add(files('qsp.c'))
54 util_ss.add(files('range.c'))
[all …]
/openbmc/qemu/stubs/
H A Dmeson.build2 stub_ss.add(files('blk-commit-all.c'))
6 stub_ss.add(files('cmos.c'))
10 stub_ss.add(files('icount.c'))
11 stub_ss.add(files('dump.c'))
13 stub_ss.add(files('fdset.c'))
14 stub_ss.add(files('gdbstub.c'))
24 stub_ss.add(files('isa-bus.c'))
38 stub_ss.add(files('qtest.c'))
40 stub_ss.add(files('ramfb.c'))
47 stub_ss.add(files('uuid.c'))
[all …]
/openbmc/qemu/hw/misc/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_APPLESMC', if_true: files('applesmc.c'))
2 system_ss.add(when: 'CONFIG_EDU', if_true: files('edu.c'))
8 system_ss.add(when: 'CONFIG_UNIMP', if_true: files('unimp.c'))
10 system_ss.add(when: 'CONFIG_LED', if_true: files('led.c'))
24 system_ss.add(when: 'CONFIG_IOSB', if_true: files('iosb.c'))
58 system_ss.add(when: 'CONFIG_IMX', if_true: files(
72 system_ss.add(when: 'CONFIG_NPCM7XX', if_true: files(
79 system_ss.add(when: 'CONFIG_OMAP', if_true: files(
86 system_ss.add(when: 'CONFIG_RASPI', if_true: files(
100 system_ss.add(when: 'CONFIG_XLNX_VERSAL', if_true: files(
[all …]
/openbmc/qemu/hw/arm/
H A Dmeson.build2 arm_ss.add(files('boot.c'), fdt)
3 arm_ss.add(when: 'CONFIG_ARM_VIRT', if_true: files('virt.c'))
4 arm_ss.add(when: 'CONFIG_ACPI', if_true: files('virt-acpi-build.c'))
5 arm_ss.add(when: 'CONFIG_DIGIC', if_true: files('digic_boards.c'))
7 arm_ss.add(when: 'CONFIG_HIGHBANK', if_true: files('highbank.c'))
17 arm_ss.add(when: 'CONFIG_SX1', if_true: files('omap_sx1.c'))
18 arm_ss.add(when: 'CONFIG_CHEETAH', if_true: files('palm.c'))
20 arm_ss.add(when: 'CONFIG_SPITZ', if_true: files('spitz.c'))
21 arm_ss.add(when: 'CONFIG_Z2', if_true: files('z2.c'))
50 arm_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files(
[all …]
/openbmc/qemu/hw/intc/
H A Dmeson.build1 system_ss.add(files('intc.c'))
2 system_ss.add(when: 'CONFIG_ARM_GIC', if_true: files(
9 system_ss.add(when: 'CONFIG_ARM_GICV3_TCG', if_true: files(
24 system_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_intc.c'))
25 system_ss.add(when: 'CONFIG_OPENPIC', if_true: files('openpic.c'))
26 system_ss.add(when: 'CONFIG_PL190', if_true: files('pl190.c'))
37 system_ss.add(files('kvm_irqcount.c'))
52 if_true: files('openpic_kvm.c'))
65 if_true: files('xics_kvm.c'))
67 specific_ss.add(when: 'CONFIG_XIVE', if_true: files('xive.c'))
[all …]
/openbmc/linux/fs/
H A Dfile.c458 struct files_struct * files = tsk->files; in exit_files() local
501 struct files_struct *files = current->files; in alloc_fd() local
578 struct files_struct *files = current->files; in put_unused_fd() local
604 struct files_struct *files = current->files; in fd_install() local
656 struct files_struct *files = current->files; in close_fd() local
810 struct files_struct *files = current->files; in close_fd_get_file() local
958 files = task->files; in task_lookup_fd_rcu()
974 files = task->files; in task_lookup_next_fd_rcu()
1006 struct files_struct *files = current->files; in __fget_light() local
1082 struct files_struct *files = current->files; in set_close_on_exec() local
[all …]
/openbmc/qemu/hw/net/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_DP8393X', if_true: files('dp8393x.c'))
2 system_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xen_nic.c'))
3 system_ss.add(when: 'CONFIG_NE2000_COMMON', if_true: files('ne2000.c'))
16 system_ss.add(when: 'CONFIG_TULIP', if_true: files('tulip.c'))
24 system_ss.add(when: 'CONFIG_XGMAC', if_true: files('xgmac.c'))
52 …system_ss.add(when: 'CONFIG_VIRTIO_NET', if_true: files('vhost_net.c'), if_false: files('vhost_net…
55 system_ss.add(files('vhost_net-stub.c'))
58 system_ss.add(when: 'CONFIG_ETSEC', if_true: files(
65 system_ss.add(when: 'CONFIG_ROCKER', if_true: files(
71 ), if_false: files('rocker/qmp-norocker.c'))
[all …]
/openbmc/qemu/hw/virtio/
H A Dmeson.build2 system_virtio_ss.add(files('virtio-bus.c'))
11 specific_virtio_ss.add(files('virtio.c'))
12 specific_virtio_ss.add(files('virtio-config-io.c', 'virtio-qmp.c'))
15 system_virtio_ss.add(files('vhost.c'))
19 specific_virtio_ss.add(files('vhost-user.c'))
20 system_virtio_ss.add(files('vhost-user-device.c'))
24 system_virtio_ss.add(files('vhost-vdpa.c'))
25 specific_virtio_ss.add(files('vhost-shadow-virtqueue.c'))
28 system_virtio_ss.add(files('vhost-stub.c'))
77 system_ss.add(when: 'CONFIG_ALL', if_true: files('vhost-stub.c'))
[all …]
/openbmc/qemu/hw/timer/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_A9_GTIMER', if_true: files('a9gtimer.c'))
3 system_ss.add(when: 'CONFIG_ALTERA_TIMER', if_true: files('altera_timer.c'))
4 system_ss.add(when: 'CONFIG_ARM_MPTIMER', if_true: files('arm_mptimer.c'))
5 system_ss.add(when: 'CONFIG_ARM_TIMER', if_true: files('arm_timer.c'))
6 system_ss.add(when: 'CONFIG_ARM_V7M', if_true: files('armv7m_systick.c'))
8 system_ss.add(when: 'CONFIG_CADENCE', if_true: files('cadence_ttc.c'))
13 system_ss.add(when: 'CONFIG_DIGIC', if_true: files('digic-timer.c'))
18 system_ss.add(when: 'CONFIG_HPET', if_true: files('hpet.c'))
20 system_ss.add(when: 'CONFIG_IMX', if_true: files('imx_epit.c'))
21 system_ss.add(when: 'CONFIG_IMX', if_true: files('imx_gpt.c'))
[all …]
/openbmc/qemu/hw/char/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_CADENCE', if_true: files('cadence_uart.c'))
3 system_ss.add(when: 'CONFIG_ESCC', if_true: files('escc.c'))
4 system_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_ser.c'))
5 system_ss.add(when: 'CONFIG_GRLIB', if_true: files('grlib_apbuart.c'))
6 system_ss.add(when: 'CONFIG_IBEX', if_true: files('ibex_uart.c'))
7 system_ss.add(when: 'CONFIG_IMX', if_true: files('imx_serial.c'))
8 system_ss.add(when: 'CONFIG_IPACK', if_true: files('ipoctal232.c'))
12 system_ss.add(when: 'CONFIG_PARALLEL', if_true: files('parallel.c'))
13 system_ss.add(when: 'CONFIG_PL011', if_true: files('pl011.c'))
15 system_ss.add(when: 'CONFIG_SERIAL', if_true: files('serial.c'))
[all …]
/openbmc/qemu/hw/display/
H A Dmeson.build3 system_ss.add(when: 'CONFIG_DDC', if_true: files('i2c-ddc.c'))
6 system_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('ramfb.c'))
11 system_ss.add(when: 'CONFIG_G364FB', if_true: files('g364fb.c'))
13 system_ss.add(when: 'CONFIG_PL110', if_true: files('pl110.c'))
17 system_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xenfb.c'))
33 system_ss.add(when: 'CONFIG_SM501', if_true: files('sm501.c'))
34 system_ss.add(when: 'CONFIG_TCX', if_true: files('tcx.c'))
35 system_ss.add(when: 'CONFIG_CG3', if_true: files('cg3.c'))
39 system_ss.add(when: 'CONFIG_VGA', if_true: files('vga.c'))
60 system_ss.add(when: 'CONFIG_DPCD', if_true: files('dpcd.c'))
[all …]
/openbmc/qemu/hw/usb/
H A Dmeson.build4 system_ss.add(when: 'CONFIG_USB', if_true: files(
15 system_ss.add(when: 'CONFIG_USB_UHCI', if_true: files('hcd-uhci.c'))
16 system_ss.add(when: 'CONFIG_USB_OHCI', if_true: files('hcd-ohci.c'))
18 system_ss.add(when: 'CONFIG_USB_EHCI', if_true: files('hcd-ehci.c'))
21 system_ss.add(when: 'CONFIG_USB_XHCI', if_true: files('hcd-xhci.c'))
25 system_ss.add(when: 'CONFIG_USB_MUSB', if_true: files('hcd-musb.c'))
30 system_ss.add(when: 'CONFIG_IMX', if_true: files('chipidea.c'))
37 system_ss.add(when: 'CONFIG_USB', if_true: files('dev-hub.c'))
38 system_ss.add(when: 'CONFIG_USB', if_true: files('dev-hid.c'))
60 system_ss.add(when: 'CONFIG_USB_U2F', if_true: files('u2f.c'))
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dpkgdata.py114 files = {}
123 files[curpkg] = []
124 return files
131 files = splitoutput(result.output)
138 files = splitoutput(result.output)
141 self.assertGreater(len(files['libz1']), 1)
144 for fileitem in files['libz1']:
152 files = splitoutput(result.output)
165 files = splitoutput(result.output)
177 files = splitoutput(result.output)
[all …]
/openbmc/qemu/hw/acpi/
H A Dmeson.build2 acpi_ss.add(files(
13 acpi_ss.add(when: 'CONFIG_ACPI_NVDIMM', if_true: files('nvdimm.c'))
15 acpi_ss.add(when: 'CONFIG_ACPI_PCI', if_true: files('pci.c'))
16 acpi_ss.add(when: 'CONFIG_ACPI_CXL', if_true: files('cxl.c'), if_false: files('cxl-stub.c'))
19 acpi_ss.add(when: 'CONFIG_ACPI_HMAT', if_true: files('hmat.c'))
20 acpi_ss.add(when: 'CONFIG_ACPI_APEI', if_true: files('ghes.c'), if_false: files('ghes-stub.c'))
25 acpi_ss.add(when: 'CONFIG_ACPI_VIOT', if_true: files('viot.c'))
27 acpi_ss.add(when: 'CONFIG_ACPI_ERST', if_true: files('erst.c'))
28 acpi_ss.add(when: 'CONFIG_IPMI', if_true: files('ipmi.c'), if_false: files('ipmi-stub.c'))
31 acpi_ss.add(files('tpm.c'))
[all …]
/openbmc/qemu/hw/pci-host/
H A Dmeson.build2 pci_ss.add(when: 'CONFIG_PAM', if_true: files('pam.c'))
3 pci_ss.add(when: 'CONFIG_PCI_BONITO', if_true: files('bonito.c'))
4 pci_ss.add(when: 'CONFIG_GT64120', if_true: files('gt64120.c'))
11 pci_ss.add(when: 'CONFIG_PCI_I440FX', if_true: files('i440fx.c'))
12 pci_ss.add(when: 'CONFIG_PCI_SABRE', if_true: files('sabre.c'))
15 pci_ss.add(when: 'CONFIG_SH_PCI', if_true: files('sh_pci.c'))
18 pci_ss.add(when: 'CONFIG_RAVEN_PCI', if_true: files('raven.c'))
25 pci_ss.add(when: 'CONFIG_ARTICIA', if_true: files('articia.c'))
27 pci_ss.add(when: 'CONFIG_MV64361', if_true: files('mv64361.c'))
34 pci_ss.add(when: 'CONFIG_DINO', if_true: files('dino.c'))
[all …]
/openbmc/qemu/hw/ppc/
H A Dmeson.build2 ppc_ss.add(files(
6 ppc_ss.add(when: 'CONFIG_FDT_PPC', if_true: [files(
9 ppc_ss.add(when: 'CONFIG_FW_CFG_PPC', if_true: files('fw_cfg.c'))
12 ppc_ss.add(when: 'CONFIG_PSERIES', if_true: files(
42 ppc_ss.add(when: 'CONFIG_POWERNV', if_true: files(
56 ppc_ss.add(when: 'CONFIG_PPC405', if_true: files(
59 ppc_ss.add(when: 'CONFIG_PPC440', if_true: files(
62 ppc_ss.add(when: 'CONFIG_PPC4XX', if_true: files(
68 ppc_ss.add(when: 'CONFIG_PREP', if_true: files('prep.c'))
78 ppc_ss.add(when: 'CONFIG_E500', if_true: files(
[all …]
/openbmc/qemu/hw/i2c/
H A Dmeson.build2 i2c_ss.add(when: 'CONFIG_I2C', if_true: files('core.c'))
4 i2c_ss.add(when: 'CONFIG_ACPI_SMBUS', if_true: files('pm_smbus.c'))
5 i2c_ss.add(when: 'CONFIG_ACPI_ICH9', if_true: files('smbus_ich9.c'))
6 i2c_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_i2c.c'))
7 i2c_ss.add(when: 'CONFIG_BITBANG_I2C', if_true: files('bitbang_i2c.c'))
8 i2c_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4210_i2c.c'))
9 i2c_ss.add(when: 'CONFIG_IMX_I2C', if_true: files('imx_i2c.c'))
10 i2c_ss.add(when: 'CONFIG_MPC_I2C', if_true: files('mpc_i2c.c'))
16 i2c_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_i2c.c'))
17 i2c_ss.add(when: 'CONFIG_PPC4XX', if_true: files('ppc4xx_i2c.c'))
[all …]
/openbmc/qemu/net/
H A Dmeson.build1 system_ss.add(files(
21 system_ss.add(files('colo-compare.c'))
22 system_ss.add(files('colo.c'))
26 system_ss.add(files('filter-rewriter.c'))
32 system_ss.add(files('l2tpv3.c'))
37 system_ss.add(files('netmap.c'))
43 …system_ss.add(when: 'CONFIG_VIRTIO_NET', if_true: files('vhost-user.c'), if_false: files('vhost-us…
48 system_ss.add(files('tap-win32.c'))
52 system_ss.add(files('tap.c', 'tap-bsd.c'))
59 …system_ss.add(when: 'CONFIG_VIRTIO_NET', if_true: files('vhost-vdpa.c'), if_false: files('vhost-vd…
[all …]
/openbmc/qemu/hw/dma/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_RC4030', if_true: files('rc4030.c'))
2 system_ss.add(when: 'CONFIG_PL080', if_true: files('pl080.c'))
3 system_ss.add(when: 'CONFIG_PL330', if_true: files('pl330.c'))
4 system_ss.add(when: 'CONFIG_I82374', if_true: files('i82374.c'))
5 system_ss.add(when: 'CONFIG_I8257', if_true: files('i8257.c'))
6 system_ss.add(when: 'CONFIG_XILINX_AXI', if_true: files('xilinx_axidma.c'))
8 system_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_dma.c'))
9 system_ss.add(when: 'CONFIG_STP2000', if_true: files('sparc32_dma.c'))
11 system_ss.add(when: 'CONFIG_XLNX_ZDMA', if_true: files('xlnx-zdma.c'))
13 system_ss.add(when: 'CONFIG_PXA2XX', if_true: files('pxa2xx_dma.c'))
[all …]
/openbmc/qemu/hw/audio/
H A Dmeson.build1 system_ss.add(files('soundhw.c'))
2 system_ss.add(when: 'CONFIG_AC97', if_true: files('ac97.c'))
3 system_ss.add(when: 'CONFIG_ADLIB', if_true: files('fmopl.c', 'adlib.c'))
4 system_ss.add(when: 'CONFIG_ASC', if_true: files('asc.c'))
5 system_ss.add(when: 'CONFIG_CS4231', if_true: files('cs4231.c'))
6 system_ss.add(when: 'CONFIG_CS4231A', if_true: files('cs4231a.c'))
7 system_ss.add(when: 'CONFIG_ES1370', if_true: files('es1370.c'))
11 system_ss.add(when: 'CONFIG_PCSPK', if_true: files('pcspk.c'))
13 system_ss.add(when: 'CONFIG_SB16', if_true: files('sb16.c'))
14 system_ss.add(when: 'CONFIG_VT82C686', if_true: files('via-ac97.c'))
[all …]
/openbmc/qemu/hw/input/
H A Dmeson.build1 system_ss.add(files('hid.c'))
3 system_ss.add(when: 'CONFIG_ADS7846', if_true: files('ads7846.c'))
4 system_ss.add(when: 'CONFIG_LM832X', if_true: files('lm832x.c'))
5 system_ss.add(when: 'CONFIG_PCKBD', if_true: files('pckbd.c'))
6 system_ss.add(when: 'CONFIG_PL050', if_true: files('pl050.c'))
7 system_ss.add(when: 'CONFIG_PS2', if_true: files('ps2.c'))
9 system_ss.add(when: 'CONFIG_TSC2005', if_true: files('tsc2005.c'))
11 system_ss.add(when: 'CONFIG_VIRTIO_INPUT', if_true: files('virtio-input.c'))
16 system_ss.add(when: 'CONFIG_PXA2XX', if_true: files('pxa2xx_keypad.c'))
17 system_ss.add(when: 'CONFIG_TSC210X', if_true: files('tsc210x.c'))
[all …]
/openbmc/qemu/disas/
H A Dmeson.build1 common_ss.add(when: 'CONFIG_ALPHA_DIS', if_true: files('alpha.c'))
2 common_ss.add(when: 'CONFIG_CRIS_DIS', if_true: files('cris.c'))
3 common_ss.add(when: 'CONFIG_HEXAGON_DIS', if_true: files('hexagon.c'))
4 common_ss.add(when: 'CONFIG_HPPA_DIS', if_true: files('hppa.c'))
5 common_ss.add(when: 'CONFIG_M68K_DIS', if_true: files('m68k.c'))
8 common_ss.add(when: 'CONFIG_NIOS2_DIS', if_true: files('nios2.c'))
9 common_ss.add(when: 'CONFIG_RISCV_DIS', if_true: files(
14 common_ss.add(when: 'CONFIG_SH4_DIS', if_true: files('sh4.c'))
15 common_ss.add(when: 'CONFIG_SPARC_DIS', if_true: files('sparc.c'))
18 common_ss.add(files('disas.c'))
[all …]
/openbmc/qemu/hw/block/
H A Dmeson.build1 system_ss.add(files(
6 system_ss.add(when: 'CONFIG_ECC', if_true: files('ecc.c'))
7 system_ss.add(when: 'CONFIG_FDC', if_true: files('fdc.c'))
8 system_ss.add(when: 'CONFIG_FDC_ISA', if_true: files('fdc-isa.c'))
9 system_ss.add(when: 'CONFIG_FDC_SYSBUS', if_true: files('fdc-sysbus.c'))
10 system_ss.add(when: 'CONFIG_NAND', if_true: files('nand.c'))
11 system_ss.add(when: 'CONFIG_ONENAND', if_true: files('onenand.c'))
14 system_ss.add(when: 'CONFIG_SSI_M25P80', if_true: files('m25p80.c'))
16 system_ss.add(when: 'CONFIG_SWIM', if_true: files('swim.c'))
17 system_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xen-block.c'))
[all …]
/openbmc/qemu/hw/nvram/
H A Dmeson.build1 system_ss.add(files('fw_cfg-interface.c'))
2 system_ss.add(files('fw_cfg.c'))
3 system_ss.add(when: 'CONFIG_CHRP_NVRAM', if_true: files('chrp_nvram.c'))
4 system_ss.add(when: 'CONFIG_DS1225Y', if_true: files('ds1225y.c'))
5 system_ss.add(when: 'CONFIG_NMC93XX_EEPROM', if_true: files('eeprom93xx.c'))
6 system_ss.add(when: 'CONFIG_AT24C', if_true: files('eeprom_at24c.c'))
7 system_ss.add(when: 'CONFIG_MAC_NVRAM', if_true: files('mac_nvram.c'))
8 system_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx_otp.c'))
9 system_ss.add(when: 'CONFIG_NRF51_SOC', if_true: files('nrf51_nvm.c'))
12 system_ss.add(when: 'CONFIG_XLNX_EFUSE_VERSAL', if_true: files(
[all …]
/openbmc/qemu/hw/i386/
H A Dmeson.build2 i386_ss.add(files(
10 i386_ss.add(when: 'CONFIG_X86_IOMMU', if_true: files('x86-iommu.c'),
12 i386_ss.add(when: 'CONFIG_AMD_IOMMU', if_true: files('amd_iommu.c'))
13 i386_ss.add(when: 'CONFIG_I440FX', if_true: files('pc_piix.c'))
15 i386_ss.add(when: 'CONFIG_Q35', if_true: files('pc_q35.c'))
16 i386_ss.add(when: 'CONFIG_VMMOUSE', if_true: files('vmmouse.c'))
17 i386_ss.add(when: 'CONFIG_VMPORT', if_true: files('vmport.c'))
18 i386_ss.add(when: 'CONFIG_VTD', if_true: files('intel_iommu.c'))
20 if_false: files('sgx-stub.c'))
22 i386_ss.add(when: 'CONFIG_ACPI', if_true: files('acpi-common.c'))
[all …]

12345678910>>...114