Home
last modified time | relevance | path

Searched refs:files (Results 176 – 200 of 5407) sorted by relevance

12345678910>>...217

/openbmc/qemu/qom/
H A Dmeson.build2 qom_ss.add(files(
9 qmp_ss.add(files('qom-qmp-cmds.c'))
10 system_ss.add(files('qom-hmp-cmds.c'))
/openbmc/qemu/hw/sparc/
H A Dmeson.build2 sparc_ss.add(when: 'CONFIG_LEON3', if_true: files('leon3.c'))
3 sparc_ss.add(when: 'CONFIG_SUN4M', if_true: files('sun4m.c'))
4 sparc_ss.add(when: 'CONFIG_SUN4M', if_true: files('sun4m_iommu.c'))
/openbmc/qemu/semihosting/
H A Dmeson.build1 specific_ss.add(when: 'CONFIG_SEMIHOSTING', if_true: files(
6 specific_ss.add(when: ['CONFIG_SEMIHOSTING', 'CONFIG_SYSTEM_ONLY'], if_true: files(
13 if_true: files('arm-compat-semi.c'))
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/
H A DTestMbox.test_shortlog_length.fail10 .../files/0001-Fix-CVE-1234-56789.patch | 27 +++++++++++++++++++
12 2 files changed, 31 insertions(+), 2 deletions(-)
13 create mode 100644 meta-selftest/recipes-test/selftest-hello/files/0001-Fix-CVE-1234-56789.patch
15 …ftest/recipes-test/selftest-hello/files/0001-Fix-CVE-1234-56789.patch b/meta-selftest/recipes-test…
19 +++ b/meta-selftest/recipes-test/selftest-hello/files/0001-Fix-CVE-1234-56789.patch
/openbmc/linux/io_uring/
H A Dfiletable.c41 table->files = kvcalloc(nr_files, sizeof(table->files[0]), in io_alloc_file_tables()
43 if (unlikely(!table->files)) in io_alloc_file_tables()
48 kvfree(table->files); in io_alloc_file_tables()
57 kvfree(table->files); in io_free_file_tables()
59 table->files = NULL; in io_free_file_tables()
/openbmc/webui-vue/
H A D.gitignore6 # local env files
10 # Log files
15 # Editor directories and files
/openbmc/qemu/accel/stubs/
H A Dmeson.build2 system_stubs_ss.add(when: 'CONFIG_XEN', if_false: files('xen-stub.c'))
3 system_stubs_ss.add(when: 'CONFIG_KVM', if_false: files('kvm-stub.c'))
4 system_stubs_ss.add(when: 'CONFIG_TCG', if_false: files('tcg-stub.c'))
/openbmc/openbmc-build-scripts/config/
H A Deslint-global-config.json4 // Generated json files created by meson does not pass
7 // We dont want to lint the json files in the suprojects, so
8 // ignoring the json files in the subprojects folder
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc_debugfs.c28 static const struct intel_gt_debugfs_file files[] = { in intel_huc_debugfs_register() local
35 intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), huc); in intel_huc_debugfs_register()
H A Dintel_gsc_uc_debugfs.c31 static const struct intel_gt_debugfs_file files[] = { in intel_gsc_uc_debugfs_register() local
38 intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), gsc_uc); in intel_gsc_uc_debugfs_register()
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/initrdscripts/files/
H A Dgxp-obmc-init.sh251 grep -w openbmc-init-download-files $optfile
324 do_save=--no-save-files
326 do_save=--save-files
348 $update --no-restore-files $do_save
353 $update --no-save-files --clean-saved-files
355 $update --clean-saved-files $do_save
368 if grep -w copy-files-to-ram $optfile
379 $update --copy-files --clean-saved-files --no-restore-files
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpath.py66 for walkroot, dirs, files in os.walk(basedir):
67 for file in files + dirs:
106 for root, dirs, files in os.walk(src):
107 if len(files):
108 testfile = os.path.join(root, files[0])
182 for root, dirs, files in os.walk(dir, **walkoptions):
183 for file in files:
308 seen, files = set(), []
323 files.append((found_path, [os.path.join(p, rel) for p in paths[:index+1]]))
325 files.append(found_path)
[all …]
/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/
H A DMakefile31 everything : csv-files c-files csv-blank
52 csv-files : ni_values.py comedi_h.py
59 c-files : comedi_h.py
/openbmc/phosphor-debug-collector/
H A Dramoops_manager.cpp37 std::vector<std::string> files; in Manager() local
38 files.push_back(filePath); in Manager()
40 createHelper(files); in Manager()
78 void Manager::createHelper(const std::vector<std::string>& files) in createHelper() argument
121 CreateParameters::FilePath)] = files.front(); in createHelper()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_engines_debugfs.c31 static const struct intel_gt_debugfs_file files[] = { in intel_gt_engines_debugfs_register() local
35 intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), gt); in intel_gt_engines_debugfs_register()
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/
H A Dglib-2.0_2.78.4.bb14 file://0001-Do-not-write-bindir-into-pkg-config-files.patch \
28 # Find any meson cross files in FILESPATH that are relevant for the current
39 files = collections.OrderedDict()
48 files[filename.replace(thisdir, "${THISDIR}")] = os.path.exists(filename)
50 items = ["--cross-file=" + k for k,v in files.items() if v]
52 items = ["%s:%s" % (k, "True" if v else "False") for k,v in files.items()]
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-ref-variables-context.rst10 should only be used in global files like ``.conf``, while others are intended only
11 for local files like ``.bb``. This chapter aims to describe some important variable
27 :term:`PREMIRRORS` for files.
50 Layers and files
54 Additionally, variables starting with ``BB`` configure how layers and files are
60 - The configured layers are contained in :term:`BBLAYERS` and files in
63 Those variables are often used in the files ``layer.conf`` and ``bblayers.conf``.
91 files of a ``MACHINE`` or ``DISTRO``.
/openbmc/qemu/hw/cxl/
H A Dmeson.build2 if_true: files(
11 if_false: files(
15 system_ss.add(when: 'CONFIG_ALL', if_true: files('cxl-host-stubs.c'))
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/eventreplay/
H A DREADME3 These tests use event log files produced by bitbake <target> -w <event log file>
4 You need to have event log files produced before running this tests.
6 At the moment of writing this document tests use 2 event log files: zlib.events
22 Note that environment variable EVENTREPLAY_DIR should point to the directory with event log files.
/openbmc/openbmc/meta-phosphor/recipes-extended/pam/
H A Dlibpam_%.bbappend49 # The PAM config files under /etc/pam.d were changed accordingly.
50 # 2. OpenBMC implementations store Redfish property values in PAM config files.
59 # modules and the old PAM config files which have modified parameters.
63 # It will have the new PAM config files in its readonly file system and
64 # the old PAM config files in its readwrite overlay.
66 # the old PAM config files in the overlay tell PAM to use the old PAM
72 # B. Convert the old PAM config files to the new style. See below.
75 # files on the BMC: it changes uses of the old modules to the new modules
76 # and carries forward configuration parameters. A key point is that files
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dssh.py132 for root, dirs, files in os.walk(localSrc):
141 for f in files:
147 def deleteFiles(self, remotePath, files): argument
153 if not isinstance(files, list):
154 files = [files]
156 for f in files:
197 for root, dirs, files in os.walk(localPath, topdown=False):
201 self.deleteFiles(remoteDir, files)
/openbmc/linux/Documentation/filesystems/
H A Decryptfs.rst8 For documentation, please see the files in the doc/ subdirectory. For
36 eCryptfs, you should copy the files to an unencrypted location and
37 then copy the files back into the new eCryptfs mount to migrate the
38 files.
45 files (i.e., /root/crypt). Then, create the mount point directory
77 or (2) directories containing files only created by eCryptfs. If you
78 mount a directory that has pre-existing files not created by eCryptfs,
H A Disofs.rst10 gid=nnn All files in the partition will be in group nnn.
11 uid=nnn All files in the partition will be owned by user id nnn.
39 mode=xxx Sets the permissions on files to xxx unless Rock Ridge
43 overriderockperm Set permissions on files and directories according to
48 hide Completely strip hidden files from the file system.
49 showassoc Show files marked with the 'associated' bit
50 unhide Deprecated; showing hidden files is now default;
/openbmc/openbmc/poky/documentation/dev-manual/
H A Ddisk-space.rst24 create temporary files before they can be deleted.
30 multiple cache files for a given package, consuming a substantial amount of
33 The following command is a quick way to purge all the cache files which
39 files as it accesses them, when it has write access to the cache.
45 command. It has the ability to purge all but the newest cache files on each
46 architecture, and also to remove files that it considers unreachable by
59 As this command is much more cautious and selective, removing only cache files,
/openbmc/entity-manager/scripts/
H A Dautojson.py90 files = argv[1:] variable
92 for file in files[:]:
94 files.remove(file)
96 files.append(os.path.join(file, f))
98 for file in files:

12345678910>>...217