Home
last modified time | relevance | path

Searched refs:read_config (Results 1 – 22 of 22) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/iftop/
H A D0001-cfgfile-fix-build-with-gcc-15.patch6 * fix read_config declaration to match
8 cfgfile.c:247:5: error: conflicting types for 'read_config'; have 'int(char *, int)'
9 247 | int read_config(char *file, int whinge_on_error) {
12 cfgfile.h:16:5: note: previous declaration of 'read_config' with type 'int(void)'
13 16 | int read_config();
18 iftop.c:803:5: error: too many arguments to function 'read_config'; expected 0, have 2
19 803 | read_config(options.config_file, options.config_file_specified);
23 16 | int read_config();
42 -int read_config();
43 +int read_config(char *file, int whinge_on_error);
/openbmc/u-boot/drivers/pci/
H A Dpci_sandbox.c73 if (!ops || !ops->read_config) in sandbox_pci_read_config()
76 return ops->read_config(emul, offset, valuep, size); in sandbox_pci_read_config()
115 .read_config = sandbox_pci_read_config,
H A Dpci_x86.c12 .read_config = pci_x86_read_config,
H A Dpcie_ecam_generic.c126 .read_config = pci_generic_ecam_read_config,
H A Dpcie_xilinx.c162 .read_config = pcie_xilinx_read_config,
H A Dpci-rcar-gen2.c246 .read_config = rcar_gen2_pci_read_config,
H A Dpci-uclass.c345 if (!ops->read_config) in pci_bus_read_config()
347 return ops->read_config(bus, bdf, offset, valuep, size); in pci_bus_read_config()
1460 .read_config = pci_bridge_read_config,
H A Dpcie_dw_mvebu.c565 .read_config = pcie_dw_mvebu_read_config,
H A Dpcie_aspeed.c475 .read_config = pcie_aspeed_read_config,
H A Dpcie_intel_fpga.c413 .read_config = pcie_intel_fpga_read_config,
H A Dpci-aardvark.c671 .read_config = pcie_advk_read_config,
H A Dpci_mvebu.c461 .read_config = mvebu_pcie_read_config,
H A Dpcie_layerscape.c553 .read_config = ls_pcie_read_config,
H A Dpci_tegra.c1180 .read_config = pci_tegra_read_config,
/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/
H A Ddisable-hardcoded-configs.patch17 @@ -849,14 +849,6 @@ void read_config(void)
/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/
H A Ddram.c39 writel(dram->rdconfig, &emc->read_config); in ddr_init()
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Demc.h19 u32 read_config; /* Configures the dyn memory read strategy */ member
/openbmc/u-boot/scripts/kconfig/
H A Dstreamline_config.pl104 sub read_config { subroutine
127 my @config_file = read_config;
/openbmc/u-boot/tools/buildman/
H A Dbuilder.py655 read_config, read_environment): argument
717 if read_config:
734 read_config, read_environment): argument
781 read_func_sizes, read_config,
1420 read_config=self._show_config,
/openbmc/u-boot/drivers/misc/
H A Dswap_case.c297 .read_config = sandbox_swap_case_read_config,
/openbmc/u-boot/include/
H A Dpci.h871 int (*read_config)(struct udevice *bus, pci_dev_t bdf, uint offset, member
1479 int (*read_config)(struct udevice *dev, uint offset, ulong *valuep, member
/openbmc/qemu/block/
H A Dblkdebug.c280 static int read_config(BDRVBlkdebugState *s, const char *filename, in read_config() function
490 ret = read_config(s, s->config_file, options, errp); in blkdebug_open()