Home
last modified time | relevance | path

Searched refs:files (Results 101 – 125 of 4895) sorted by relevance

12345678910>>...196

/openbmc/qemu/backends/tpm/
H A Dmeson.build2 system_ss.add(files('tpm_backend.c'))
3 system_ss.add(files('tpm_util.c'))
4 system_ss.add(when: 'CONFIG_TPM_PASSTHROUGH', if_true: files('tpm_passthrough.c'))
5 system_ss.add(when: 'CONFIG_TPM_EMULATOR', if_true: files('tpm_emulator.c'))
/openbmc/openbmc/poky/meta/recipes-support/itstool/
H A Ditstool_2.0.7.bb1 SUMMARY = "ITS Tool allows you to translate your XML documents with PO files"
2 DESCRIPTION = "It extracts messages from XML files and outputs PO template \
3 files, then merges translations from MO files to create translated \
4 XML files. It determines what to translate and how to chunk it into \
17 SRC_URI = "http://files.itstool.org/${BPN}/${BPN}-${PV}.tar.bz2 \
/openbmc/phosphor-logging/tools/
H A Delog-gen.py72 for root, dirs, files in os.walk(i_yaml_dir):
73 for files in [
74 file for file in files if file.endswith(".errors.yaml")
76 splitdir = root.split(i_yaml_dir)[1] + "/" + files[:-12]
79 yaml_files[(os.path.join(root, files))] = splitdir
80 for root, dirs, files in os.walk(i_test_dir):
81 for files in [file for file in files if file.endswith(".errors.yaml")]:
82 splitdir = root.split(i_test_dir)[1] + "/" + files[:-12]
83 yaml_files[(os.path.join(root, files))] = splitdir
/openbmc/linux/Documentation/dev-tools/
H A Dgcov.rst13 This will create source code files annotated with execution counts
54 To enable profiling for specific files or directories, add a line
61 - For all files in one directory::
81 The gcov kernel support creates the following files in debugfs:
84 Parent directory for all gcov-related files.
136 - all C source files + headers
139 - all C source files + headers
140 - all .gcda and .gcno files
156 - all .gcda files
157 - all links to .gcno files
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/files/
H A D0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch9 | status(" Known files not found: %"PRIu64, this->match.unused);
15 src/files.cpp | 4 ++--
19 5 files changed, 14 insertions(+), 14 deletions(-)
38 - status(" Input files examined: %"PRIu64, this->match.total);
46 - status(" New files found: %"PRIu64, this->match.unknown);
47 - status(" Known files not found: %"PRIu64, this->match.unused);
51 + status(" New files found: %" PRIu64, this->match.unknown);
52 + status(" Known files not found: %" PRIu64, this->match.unused);
56 diff --git a/src/files.cpp b/src/files.cpp
58 --- a/src/files.cpp
[all …]
/openbmc/qemu/hw/openrisc/
H A Dmeson.build2 openrisc_ss.add(files('cputimer.c'))
3 openrisc_ss.add(files('boot.c'))
4 openrisc_ss.add(when: 'CONFIG_OR1K_SIM', if_true: [files('openrisc_sim.c'), fdt])
5 openrisc_ss.add(when: 'CONFIG_OR1K_VIRT', if_true: [files('virt.c'), fdt])
/openbmc/phosphor-debug-collector/
H A Dcore_manager.cpp22 vector<string> files; in watchCallback() local
40 files.push_back(file); in watchCallback()
44 if (!files.empty()) in watchCallback()
46 createHelper(files); in watchCallback()
50 void Manager::createHelper(const vector<string>& files) in createHelper() argument
92 CreateParameters::FilePath)] = files.front(); in createHelper()
/openbmc/qemu/hw/microblaze/
H A Dmeson.build2 microblaze_ss.add(files('boot.c'))
3 microblaze_ss.add(when: 'CONFIG_PETALOGIX_S3ADSP1800', if_true: files('petalogix_s3adsp1800_mmu.c'))
4 microblaze_ss.add(when: 'CONFIG_PETALOGIX_ML605', if_true: files('petalogix_ml605_mmu.c'))
5 microblaze_ss.add(when: 'CONFIG_XLNX_ZYNQMP_PMU', if_true: files('xlnx-zynqmp-pmu.c'))
/openbmc/qemu/hw/nubus/
H A Dmeson.build2 nubus_ss.add(files('nubus-device.c'))
3 nubus_ss.add(files('nubus-bus.c'))
4 nubus_ss.add(files('nubus-bridge.c'))
5 nubus_ss.add(when: 'CONFIG_Q800', if_true: files('mac-nubus-bridge.c'))
/openbmc/linux/arch/mips/
H A DKbuild2 # Fail on warnings - also for files referenced in subdirs
3 # -Werror can be disabled for specific files using:
17 # mips object files
18 # The object files are linked as core-y files would be linked
/openbmc/qemu/hw/tricore/
H A Dmeson.build2 tricore_ss.add(when: 'CONFIG_TRICORE_TESTBOARD', if_true: files('tricore_testboard.c'))
3 tricore_ss.add(when: 'CONFIG_TRICORE_TESTBOARD', if_true: files('tricore_testdevice.c'))
4 tricore_ss.add(when: 'CONFIG_TRIBOARD', if_true: files('triboard.c'))
5 tricore_ss.add(when: 'CONFIG_TC27X_SOC', if_true: files('tc27x_soc.c'))
/openbmc/qemu/hw/xtensa/
H A Dmeson.build2 xtensa_ss.add(files(
7 xtensa_ss.add(when: 'CONFIG_XTENSA_SIM', if_true: files('sim.c'))
8 xtensa_ss.add(when: 'CONFIG_XTENSA_VIRT', if_true: files('virt.c'))
9 xtensa_ss.add(when: 'CONFIG_XTENSA_XTFPGA', if_true: files('xtfpga.c'))
/openbmc/openbmc/poky/meta/classes/
H A Duseradd-staticids.bbclass51 if files:
52 msg += " Add %s to one of these files: %s" % (id, files)
64 # files/passwd for USERADD_UID_TABLES.
67 files = []
74 return (' '.join(files), var, default)
88 # Read all passwd files specified in USERADD_UID_TABLES or files/passwd
100files, table_var, table_value = get_table_list(d, 'USERADD_UID_TABLES', 'files/passwd')
101 users = merge_files(files, 7)
207 # Read all group files specified in USERADD_GID_TABLES or files/group
217files, table_var, table_value = get_table_list(d, 'USERADD_GID_TABLES', 'files/group')
[all …]
/openbmc/qemu/monitor/
H A Dmeson.build1 qmp_ss.add(files('monitor.c', 'qmp.c', 'qmp-cmds-control.c'))
3 system_ss.add(files(
8 system_ss.add([spice_headers, files('qmp-cmds.c')])
11 if_true: [files( 'hmp-cmds-target.c', 'hmp-target.c'), spice])
/openbmc/qemu/hw/i3c/
H A Dmeson.build2 i3c_ss.add(when: 'CONFIG_I3C', if_true: files('core.c'))
3 i3c_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_i3c.c'))
4 i3c_ss.add(when: 'CONFIG_MOCK_TARGET', if_true: files('mock-target.c'))
5 i3c_ss.add(when: 'CONFIG_REMOTE_I3C', if_true: files('remote-i3c.c'))
/openbmc/qemu/accel/
H A Dmeson.build1 specific_ss.add(files('accel-target.c'))
2 system_ss.add(files('accel-system.c', 'accel-blocker.c'))
3 user_ss.add(files('accel-user.c'))
15 system_ss.add(files('dummy-cpus.c'))
/openbmc/qemu/scripts/
H A Dcleanup-trace-events.pl18 my @files = ();
23 print sort @files;
25 @files = ();
48 push @files, "# $fname\n";
/openbmc/qemu/block/export/
H A Dmeson.build1 blockdev_ss.add(files('export.c'))
4 blockdev_ss.add(files('vhost-user-blk-server.c', 'virtio-blk-handler.c'))
7 blockdev_ss.add(when: fuse, if_true: files('fuse.c'))
10 blockdev_ss.add(files('vduse-blk.c', 'virtio-blk-handler.c'))
/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.logrotate3 # Keep up to four 64k files for ipmi_sel (256k total)
13 # Keep up to four 64k files for redfish (256k total)
23 # Keep up to 2 256k files for cpu console logs
34 # Keep up to 2 64k files for atf console logs
45 # Keep up to 2 64k files for secpro and mpro console logs
57 # Keep up to 2 64k files for Mt.Jade's scp console logs
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Dsupport-files-CMakeLists.txt-fix-do_populate_sysroot.patch4 Subject: [PATCH] support-files/CMakeLists.txt: fix do_populate_sysroot issue
15 support-files/CMakeLists.txt | 7 -------
18 diff --git a/support-files/CMakeLists.txt b/support-files/CMakeLists.txt
20 --- a/support-files/CMakeLists.txt
21 +++ b/support-files/CMakeLists.txt
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_debugfs.c100 struct drm_info_list *files, in qxl_debugfs_add_files() argument
106 if (qdev->debugfs[i].files == files) { in qxl_debugfs_add_files()
118 qdev->debugfs[qdev->debugfs_count].files = files; in qxl_debugfs_add_files()
122 drm_debugfs_create_files(files, nfiles, in qxl_debugfs_add_files()
/openbmc/linux/fs/jffs2/
H A DLICENCE1 The files in this directory and elsewhere which refer to this LICENCE
20 As a special exception, if other files instantiate templates or use
21 macros or inline functions from these files, or you compile these
22 files and link them with other works to produce a work based on these
23 files, these files do not by themselves cause the resulting work to be
25 these files must still be made available in accordance with section (3)
/openbmc/u-boot/fs/jffs2/
H A DLICENCE1 The files in this directory and elsewhere which refer to this LICENCE
20 As a special exception, if other files instantiate templates or use
21 macros or inline functions from these files, or you compile these
22 files and link them with other works to produce a work based on these
23 files, these files do not by themselves cause the resulting work to be
25 these files must still be made available in accordance with section (3)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openlldp/files/
H A D0001-autotools-Add-option-to-disable-installation-of-syst.patch5 files
8 files. If --with-systemdsystemunitdir is passed to configure then the
9 files will be installed to the provided directory. If the option isn't
13 This change is required because Makefile.am always installed the files
23 2 files changed, 11 insertions(+), 1 deletion(-)
48 +# Support for systemd unit files.
50 + AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for systemd service files]),
/openbmc/hiomapd/
H A DMakefile.am57 cscope.files: clean-cscope cscopelist-unique
60 sort -u cscope.files > cscope.files.u && mv cscope.files.u cscope.files

12345678910>>...196