Home
last modified time | relevance | path

Searched refs:file (Results 1126 – 1150 of 19370) sorted by relevance

1...<<41424344454647484950>>...775

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/sharutils/
H A Dsharutils_4.15.2.bb5 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
10 file://0001-Fix-build-with-clang.patch \
11 file://CVE-2018-1000097.patch \
12 file://0001-Fix-build-with-recent-gettext.patch \
13 file://0001-Fix-building-with-GCC-10.patch \
14 file://0002-Do-not-include-lib-md5.c-into-src-shar.c.patch \
/OK3568_Linux_fs/kernel/tools/perf/arch/arm64/util/
H A Dheader.c30 FILE *file; in _get_cpuid() local
35 file = fopen(path, "r"); in _get_cpuid()
36 if (!file) { in _get_cpuid()
41 if (!fgets(buf, MIDR_SIZE, file)) { in _get_cpuid()
42 fclose(file); in _get_cpuid()
45 fclose(file); in _get_cpuid()
/OK3568_Linux_fs/kernel/tools/perf/tests/shell/
H A Dbuildid.sh39 file=${build_id_dir}/.build-id/${id:0:2}/`readlink ${link}`/elf
40 echo "file: ${file}"
42 if [ ! -x $file ]; then
43 echo "failed: file ${file} does not exist"
47 diff ${file} ${1}
49 echo "failed: ${file} do not match"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ruli/
H A Druli_0.36.bb6 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
11 file://0001-Fix-build-with-format-string-checks.patch \
12 file://0001-src-ruli_addr.c-Add-missing-format-string.patch \
13 file://0001-ruli_srv-Mark-prev_addr_list_size-as-unused.patch \
14 file://0001-Make-space-for-flags-from-environment.patch \
15 file://float-conversion.patch \
/OK3568_Linux_fs/kernel/fs/udf/
H A DKconfig3 tristate "UDF file system support"
7 This is a file system used on some CD-ROMs and DVDs. Since the
8 file system is supported by multiple operating systems and is more
9 compatible with standard unix file systems, it is also suitable for
12 disks. Please read <file:Documentation/filesystems/udf.rst>.
14 To compile this file system support as a module, choose M here: the
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/libacpi/
H A Dlibacpi_0.2.bb7 LIC_FILES_CHKSUM = "file://LICENSE;md5=fec17f82f16630adf2dfb7d2a46f21c5"
11 file://makefile-fix.patch \
12 file://libacpi_fix_for_x32.patch \
13 file://use_correct_strip_in_cross_environment.patch \
14 file://ldflags.patch \
15 file://0001-libacpi-Fix-build-witth-fno-commom.patch \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/
H A Dgettext-minimal-native_0.21.bb6 SRC_URI = "file://aclocal/ \
7 file://config.rpath \
8 file://Makefile.in.in \
9 file://remove-potcdate.sin \
10 file://COPYING \
17 LIC_FILES_CHKSUM = "file://COPYING;md5=4bd090a20bfcd1a18f1f79837b5e3e91"
/OK3568_Linux_fs/kernel/include/linux/
H A Ddnotify.h16 struct file * dn_filp;
33 extern void dnotify_flush(struct file *, fl_owner_t);
34 extern int fcntl_dirnotify(int, struct file *, unsigned long);
38 static inline void dnotify_flush(struct file *filp, fl_owner_t id) in dnotify_flush()
42 static inline int fcntl_dirnotify(int fd, struct file *filp, unsigned long arg) in fcntl_dirnotify()
H A Dshm.h10 struct file;
19 bool is_file_shm_hugepages(struct file *file);
33 static inline bool is_file_shm_hugepages(struct file *file) in is_file_shm_hugepages() argument
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lcov/files/
H A D0002-geninfo-Add-intermediate-JSON-format-support.patch7 JSON file format as implemented by GCC version 9.
9 Note: The way that the intermediate file format support is implemented
18 1 file changed, 160 insertions(+), 2 deletions(-)
58 +# file_data: GCOV JSON data for file
85 + for my $file (@{$json->{"files"}}) {
86 + my $filename = $file->{"file"};
88 + $data->{$filename} = $file;
103 +# Write DATA in info format to file descriptor FD.
106 +# file_data: GCOV JSON data for file
200 my ($outfile, $file) = @_;
[all …]
/OK3568_Linux_fs/kernel/fs/dlm/
H A Duser.c501 static ssize_t device_write(struct file *file, const char __user *buf, in device_write() argument
504 struct dlm_user_proc *proc = file->private_data; in device_write()
630 static int device_open(struct inode *inode, struct file *file) in device_open() argument
652 file->private_data = proc; in device_open()
657 static int device_close(struct inode *inode, struct file *file) in device_close() argument
659 struct dlm_user_proc *proc = file->private_data; in device_close()
675 file->private_data = NULL; in device_close()
776 static ssize_t device_read(struct file *file, char __user *buf, size_t count, in device_read() argument
779 struct dlm_user_proc *proc = file->private_data; in device_read()
811 if (file->f_flags & O_NONBLOCK) { in device_read()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Ddebug.h122 const char *file, int line,
141 const char *file, int line,
162 const char *file, int line, const char *text,
183 const char *file, int line,
205 const char *file, int line,
226 const char *file, int line,
255 const char *file, int line,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Ddebug.h122 const char *file, int line,
141 const char *file, int line,
162 const char *file, int line, const char *text,
183 const char *file, int line,
205 const char *file, int line,
226 const char *file, int line,
255 const char *file, int line,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/openthread/
H A Dot-br-posix_git.bb7 LIC_FILES_CHKSUM = "file://LICENSE;md5=87109e44b2fda96a8991f27684a7349c \
8file://third_party/Simple-web-server/repo/LICENSE;md5=852b3f7f320b19f6431487b8b2fb1d74 \
9 file://third_party/cJSON/repo/LICENSE;md5=218947f77e8cb8e2fa02918dc41c50d0 \
10file://third_party/http-parser/repo/LICENSE-MIT;md5=9bfa835d048c194ab30487af8d7b3778 \
11file://third_party/openthread/repo/LICENSE;md5=543b6fe90ec5901a683320a36390c65f \
18 file://0001-otbr-agent.service.in-remove-pre-exec-hook-for-mdns-.patch \
19 file://0001-cmake-Disable-nonnull-compare-warning-on-gcc.patch \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Ddebug.h122 const char *file, int line,
141 const char *file, int line,
162 const char *file, int line, const char *text,
183 const char *file, int line,
205 const char *file, int line,
226 const char *file, int line,
255 const char *file, int line,
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/
H A Dfix_pid_race_parent_writes_child_pid.patch1 daemon.c: Fix race window for writing of the pid file
3 The parent process should write the pid file such that the pid file
8 without having to add sleep calls to wait for the pid file be written
17 1 file changed, 9 insertions(+), 3 deletions(-)
23 * write current pid to a file
55 /* create pid file if wanted */
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7603/
H A Ddebugfs.c73 mt7603_ampdu_stat_show(struct seq_file *file, void *data) in mt7603_ampdu_stat_show() argument
75 struct mt7603_dev *dev = file->private; in mt7603_ampdu_stat_show()
82 seq_printf(file, "Length: %8d | ", bound[0]); in mt7603_ampdu_stat_show()
84 seq_printf(file, "%3d -%3d | ", in mt7603_ampdu_stat_show()
86 seq_puts(file, "\nCount: "); in mt7603_ampdu_stat_show()
88 seq_printf(file, "%8d | ", dev->mt76.aggr_stats[i]); in mt7603_ampdu_stat_show()
89 seq_puts(file, "\n"); in mt7603_ampdu_stat_show()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/minicoredumper/
H A Dminicoredumper_2.0.1.bb4 LIC_FILES_CHKSUM = "file://COPYING;md5=71827c617ec7b45a0dd23658347cc1e9 \
5 file://COPYING.BSD;md5=b915ac80d5236d6aa659cb986daf00e5 \
6 file://COPYING.LGPLv2.1;md5=321bf41f280cf805086dd5a720b37785 \
17 file://0001-replace-pthread_mutexattr_setrobust_np-with-pthread_.patch \
18 file://minicoredumper.service \
19 file://minicoredumper.init \
20 file://0001-minicoredumper-retry-elf-parsing-as-long-as-needed.patch \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Ddebug.h122 const char *file, int line,
141 const char *file, int line,
162 const char *file, int line, const char *text,
183 const char *file, int line,
205 const char *file, int line,
226 const char *file, int line,
255 const char *file, int line,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/zram/
H A Dzram_0.2.bb3 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
14 file://init \
15 file://zram-swap-init \
16 file://zram-swap-deinit \
17 file://zram-swap.service \
18 file://dev-zram0.swap \
22 # Install systemd related configuration file
/OK3568_Linux_fs/kernel/fs/hugetlbfs/
H A Dinode.c131 static int hugetlbfs_file_mmap(struct file *file, struct vm_area_struct *vma) in hugetlbfs_file_mmap() argument
133 struct inode *inode = file_inode(file); in hugetlbfs_file_mmap()
137 struct hstate *h = hstate_file(file); in hugetlbfs_file_mmap()
176 file_accessed(file); in hugetlbfs_file_mmap()
200 hugetlb_get_unmapped_area_bottomup(struct file *file, unsigned long addr, in hugetlb_get_unmapped_area_bottomup() argument
203 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup()
216 hugetlb_get_unmapped_area_topdown(struct file *file, unsigned long addr, in hugetlb_get_unmapped_area_topdown() argument
219 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown()
248 hugetlb_get_unmapped_area(struct file *file, unsigned long addr, in hugetlb_get_unmapped_area() argument
253 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
[all …]
/OK3568_Linux_fs/kernel/tools/power/acpi/common/
H A Dcmfsize.c29 u32 cm_get_file_size(ACPI_FILE file) in cm_get_file_size() argument
37 current_offset = ftell(file); in cm_get_file_size()
42 status = fseek(file, 0, SEEK_END); in cm_get_file_size()
47 file_size = ftell(file); in cm_get_file_size()
54 status = fseek(file, current_offset, SEEK_SET); in cm_get_file_size()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_debugfs_crc.c113 static int crc_control_open(struct inode *inode, struct file *file) in crc_control_open() argument
117 return single_open(file, crc_control_show, crtc); in crc_control_open()
120 static ssize_t crc_control_write(struct file *file, const char __user *ubuf, in crc_control_write() argument
123 struct seq_file *m = file->private_data; in crc_control_write()
195 static int crtc_crc_open(struct inode *inode, struct file *filep) in crtc_crc_open()
258 static int crtc_crc_release(struct inode *inode, struct file *filep) in crtc_crc_release()
284 static ssize_t crtc_crc_read(struct file *filep, char __user *user_buf, in crtc_crc_read()
344 static __poll_t crtc_crc_poll(struct file *file, poll_table *wait) in crtc_crc_poll() argument
346 struct drm_crtc *crtc = file->f_inode->i_private; in crtc_crc_poll()
350 poll_wait(file, &crc->wq, wait); in crtc_crc_poll()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.update8 server in NOR Flash. In more detail: a TFTP transfer of a file given in
10 boot. The update file should be a FIT file, and can contain one or more
11 updates. Each update in the update file has an address in NOR Flash where it
31 Normally, TFTP transfer of the update file is done to the address specified
48 Since the update file is in FIT format, it is created from an *.its file using
50 1.2.0 or later, must also be available on the system where the update file is
65 A simple example that can be used to create an update file for automatically
70 'update_uboot.its' file is where the U-Boot is stored in Flash, the
71 following command will create the actual update file 'update_uboot.itb':
87 file is a good, working image. Also make sure that the address in Flash
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dasm-bug.h11 #define _BUGVERBOSE_LOCATION(file, line) __BUGVERBOSE_LOCATION(file, line) argument
12 #define __BUGVERBOSE_LOCATION(file, line) \ argument
14 14472: .string file; \
20 #define _BUGVERBOSE_LOCATION(file, line) argument

1...<<41424344454647484950>>...775