Home
last modified time | relevance | path

Searched refs:files (Results 301 – 325 of 5407) sorted by relevance

1...<<11121314151617181920>>...217

/openbmc/linux/Documentation/
H A DKconfig16 bool "Warn if there are errors at ABI files"
18 The files under Documentation/ABI should follow what's
20 written, it would be possible that some of those files would
/openbmc/linux/fs/hpfs/
H A DKconfig9 is the file system used for organizing files on OS/2 hard disk
10 partitions. Say Y if you want to be able to read files from and
11 write files to an OS/2 HPFS partition on your hard drive. OS/2
/openbmc/u-boot/tools/binman/test/
H A D086_files_none.dts6 files {
7 pattern = "files/*.none";
/openbmc/qemu/nbd/
H A Dmeson.build1 block_ss.add(files(
6 blockdev_ss.add(files(
/openbmc/qemu/hw/pcmcia/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_PCMCIA', if_true: files('pcmcia.c'))
2 system_ss.add(when: 'CONFIG_PXA2XX', if_true: files('pxa2xx.c'))
/openbmc/linux/Documentation/filesystems/
H A Ddnotify.rst10 to be notified when a directory, or any of the files in it, are changed.
46 The notification should work for any local access to files even if the
48 access to files served by local user mode servers should be notified.
49 Also, remote accesses to files served by a local kernel NFS server should
53 the problem of hard links to files has been ignored. So if a file (x)
59 Also, files that are unlinked, will still cause notifications in the
/openbmc/telemetry/
H A D.gitignore22 # Generated files
25 # Sensitive or high-churn files
39 # When using Gradle or Maven with auto-import, you should exclude module files,
145 !*.svg # comment out if you don't need vector files
158 # Auto-generated tag files
168 # Ignore all local history of files
/openbmc/qemu/hw/block/dataplane/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_VIRTIO_BLK', if_true: files('virtio-blk.c'))
2 specific_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xen-block.c'))
/openbmc/linux/drivers/gpu/drm/i915/gt/shaders/
H A DREADME4 The i915/gt/hsw_clear_kernel.c and i915/gt/ivb_clear_kernel.c files contain
8 They are generated from their respective platform ASM files present on
11 The generated .c files should never be modified directly. Instead, any modification
12 needs to be done on the on their respective ASM files and build instructions below
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/boinc-client/
H A D0001-Do-not-undefine-_FILE_OFFSET_BITS.patch15 2 files changed, 18 deletions(-)
28 -// reported as a linker error. So for this file, we compile in small files
45 -// Access to binary files in /proc filesystem doesn't work in the 64bit
46 -// files environment on some systems.
/openbmc/qemu/hw/cris/
H A Dmeson.build2 cris_ss.add(files('boot.c'))
3 cris_ss.add(when: 'CONFIG_AXIS', if_true: files('axis_dev88.c'))
/openbmc/qemu/dump/
H A Dmeson.build1 system_ss.add([files('dump.c', 'dump-hmp-cmds.c'), snappy, lzo])
2 specific_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_true: files('win_dump.c'))
/openbmc/linux/tools/perf/tests/
H A Dbuiltin-test.c329 const struct script_file *files, *file; in run_shell_tests() local
331 files = list_script_files(); in run_shell_tests()
332 if (!files) in run_shell_tests()
334 for (file = files; file->dir; file++) { in run_shell_tests()
453 const struct script_file *files, *file; in perf_test__list_shell() local
455 files = list_script_files(); in perf_test__list_shell()
456 if (!files) in perf_test__list_shell()
458 for (file = files; file->dir; file++) { in perf_test__list_shell()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dmeson.build1 mips_system_ss.add(files(
8 mips_system_ss.add(when: 'TARGET_MIPS64', if_true: files(
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/
H A D0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch14 2 files changed, 12 insertions(+), 12 deletions(-)
53 - print 'Usage: %s <gcov graph files>' % (sys.argv[0])
54 + print('Usage: %s <gcov graph files>' % (sys.argv[0]))
99 - print 'Usage: %s <severities coverage files>' % (sys.argv[0])
100 + print('Usage: %s <severities coverage files>' % (sys.argv[0]))
/openbmc/linux/Documentation/scheduler/
H A Dsched-debug.rst6 scheduler specific debug files under /sys/kernel/debug/sched. Some of
7 those files are described below.
12 `numa_balancing` directory is used to hold files to control NUMA
16 scan_period_max_ms, scan_size_mb` files.
39 memory accesses. These files control the thresholds for scan delays and
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openvpn/
H A Dopenvpn_2.6.10.bb54 …install -m 644 ${S}/sample/sample-config-files/loopback-server ${D}${sysconfdir}/openvpn/sample/l…
55 …install -m 644 ${S}/sample/sample-config-files/loopback-client ${D}${sysconfdir}/openvpn/sample/l…
56 install -dm 755 ${D}${sysconfdir}/openvpn/sample/sample-config-files
59 …install -m 644 ${S}/sample/sample-config-files/* ${D}${sysconfdir}/openvpn/sample/sample-config-fi…
/openbmc/qemu/hw/i386/xen/
H A Dmeson.build1 i386_ss.add(when: 'CONFIG_XEN', if_true: files(
7 i386_ss.add(when: 'CONFIG_XEN_BUS', if_true: files(
/openbmc/qemu/authz/
H A Dmeson.build2 authz_ss.add(files(
9 authz_ss.add(when: pam, if_true: files('pamacct.c'))
/openbmc/qemu/hw/rx/
H A Dmeson.build2 rx_ss.add(when: 'CONFIG_RX_GDBSIM', if_true: files('rx-gdbsim.c'))
3 rx_ss.add(when: 'CONFIG_RX62N_MCU', if_true: files('rx62n.c'))
/openbmc/qemu/net/can/
H A Dmeson.build2 can_ss.add(files('can_core.c', 'can_host.c'))
3 can_ss.add(when: 'CONFIG_LINUX', if_true: files('can_socketcan.c'))
/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/
H A DREADME1 The files in this directory are cross answers files
/openbmc/linux/Documentation/admin-guide/LSM/
H A DLoadPin.rst5 LoadPin is a Linux Security Module that ensures all kernel-loaded files
10 restrictions without needing to sign the files individually.
24 command line option "``loadpin.exclude``". By default, all files are
29 still use LoadPin to protect the integrity of other files kernel loads. The
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/
H A D0001-nss-nspr-fix-for-multilib.patch31 …pr/include/$NSPR_INCLUDE_MARKER" and/or "$with_nspr/lib/$NSPR_LIB_MARKER" files don't exist), typo…
32 …dir}/$NSPR_INCLUDE_MARKER" and/or "$with_nspr/${libdir}/$NSPR_LIB_MARKER" files don't exist), typo…
46 …h_nss/include/$NSS_INCLUDE_MARKER" and/or "$with_nss/lib/$NSS_LIB_MARKER" files don't exist), typo…
47 …udedir}/$NSS_INCLUDE_MARKER" and/or "$with_nss/${libdir}/$NSS_LIB_MARKER" files don't exist), typo…
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_debugfs.c234 void drm_debugfs_create_files(const struct drm_info_list *files, int count, in drm_debugfs_create_files() argument
242 u32 features = files[i].driver_features; in drm_debugfs_create_files()
252 tmp->dent = debugfs_create_file(files[i].name, in drm_debugfs_create_files()
255 tmp->info_ent = &files[i]; in drm_debugfs_create_files()
316 int drm_debugfs_remove_files(const struct drm_info_list *files, int count, in drm_debugfs_remove_files() argument
327 if (tmp->info_ent == &files[i]) { in drm_debugfs_remove_files()
401 void drm_debugfs_add_files(struct drm_device *dev, const struct drm_debugfs_info *files, int count) in drm_debugfs_add_files() argument
406 drm_debugfs_add_file(dev, files[i].name, files[i].show, files[i].data); in drm_debugfs_add_files()

1...<<11121314151617181920>>...217