Home
last modified time | relevance | path

Searched refs:file (Results 826 – 850 of 19370) sorted by relevance

1...<<31323334353637383940>>...775

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/
H A Dcdrkit_1.1.11.bb5 LIC_FILES_CHKSUM = "file://COPYING;md5=b30d3b2750b668133fc17b401e1b98f8"
9 file://0001-do-not-create-a-run-test-to-determine-order-of-bitfi.patch \
10 file://0001-genisoimage-Fix-fprintf-format-errors.patch \
11 file://0001-define-__THROW-to-avoid-build-issue-with-musl.patch \
12 file://0002-Do-not-use-rcmd-on-build-with-musl.patch \
13 file://0001-genisoimage-Add-missing-extern-definition.patch \
16 file://0001-install-netscsid-to-bin-for-nativesdk.patch \
23 DEPENDS = "libcap file bzip2"
/OK3568_Linux_fs/buildroot/package/linux-backports/
H A DConfig.in23 bool "Using an in-tree defconfig file"
26 bool "Using a custom (def)config file"
34 Name of the backports defconfig file to use, without the
39 string "Configuration file path"
42 Path to the backports configuration file
44 Note: this can be a defconfig file or a complete .config
45 file, which can later be saved back with make
52 will be merged to the main linux-backports configuration file.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/systemd-bootchart/
H A Dsystemd-bootchart_234.bb8 LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c \
9 file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe"
12 file://0001-architecture-Recognise-RISCV-32-RISCV-64.patch \
13 file://mips64.patch \
14 file://no_lto.patch \
18 file://0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch \
19 file://0002-musl-does-not-provide-printf-h.patch \
20 file://0003-musl-does-not-provide-canonicalize_file_name.patch \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A Dcheckstack.pl138 my ($func, $file, $lastslash, $total_size, $addr, $intro);
154 $intro = "$addr $func [$file]:";
163 elsif ($line =~ m/(.*):\s*file format/) {
164 $file = $1;
165 $file =~ s/\.ko//;
166 $lastslash = rindex($file, "/");
168 $file = substr($file, $lastslash + 1);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/
H A Dcmpi-bindings_1.0.1.bb5 LIC_FILES_CHKSUM = "file://COPYING;md5=b19ee058d2d5f69af45da98051d91064"
10 file://cmpi-bindings-0.4.17-no-ruby-perl.patch \
11 file://cmpi-bindings-0.4.17-sblim-sigsegv.patch \
12 file://cmpi-bindings-0.9.5-python-lib-dir.patch \
13 file://0001-Modify-cmakelist.patch \
14 file://0001-Fix-error.patch \
15 file://0001-fix-the-build-error-when-python-3.0.patch \
16 file://0001-Add-PYTHON_ABI-suffix-to-the-python-library-name.patch \
/OK3568_Linux_fs/kernel/scripts/
H A Dcheckstack.pl138 my ($func, $file, $lastslash, $total_size, $addr, $intro);
154 $intro = "$addr $func [$file]:";
163 elsif ($line =~ m/(.*):\s*file format/) {
164 $file = $1;
165 $file =~ s/\.ko//;
166 $lastslash = rindex($file, "/");
168 $file = substr($file, $lastslash + 1);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/lowpan-tools/
H A Dlowpan-tools_git.bb6 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
12 file://no-help2man.patch \
13 file://0001-Fix-build-errors-with-clang.patch \
14 file://0001-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch \
15 file://0001-src-iz.c-Undef-dprintf-before-redefining.patch \
16 file://0001-Remove-newline-from-format-line.patch \
17 file://0001-coordinator-Fix-strncpy-range-warning.patch \
18 file://0001-Fix-potential-string-truncation-in-strncpy.patch \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/tcpdump/
H A Dtcpdump_4.99.1.bb5 LIC_FILES_CHKSUM = "file://LICENSE;md5=5eb289217c160e2920d2e35bddc36453"
10 perl-module-file-basename \
11 perl-module-file-spec \
12 perl-module-file-spec-unix \
13 perl-module-file-path \
14 perl-module-file-glob \
25 file://add-ptest.patch \
26 file://run-ptest \
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_ext.c75 __maybe_unused char *file; in spl_load_image_ext_os() local
92 file = env_get("falcon_args_file"); in spl_load_image_ext_os()
93 if (file) { in spl_load_image_ext_os()
94 err = ext4fs_open(file, &filelen); in spl_load_image_ext_os()
102 file, err); in spl_load_image_ext_os()
105 file = env_get("falcon_image_file"); in spl_load_image_ext_os()
106 if (file) { in spl_load_image_ext_os()
108 partition, file); in spl_load_image_ext_os()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/automake/
H A Dperformance.patch16 1 file changed, 55 deletions(-)
34 - echo "timestamp, slept: $am_has_slept" > conftest.file
35 - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
38 - set X `ls -t "$srcdir/configure" conftest.file`
40 - if test "$[*]" != "X $srcdir/configure conftest.file" \
41 - && test "$[*]" != "X conftest.file $srcdir/configure"; then
50 - if test "$[2]" = conftest.file || test $am_try -eq 2; then
57 - test "$[2]" = conftest.file
63 - AC_MSG_ERROR([newly created file is older than distributed files!
70 -if grep 'slept: no' conftest.file >/dev/null 2>&1; then
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/
H A Deudev_3.2.10.bb3 DESCRIPTION = "eudev is Gentoo's fork of udev, systemd's device file manager for the Linux kernel. …
6 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
13 file://0014-Revert-rules-remove-firmware-loading-rules.patch \
14 file://Revert-udev-remove-userspace-firmware-loading-suppor.patch \
15 file://devfs-udev.rules \
16 file://init \
17 file://links.conf \
18 file://local.rules \
19 file://permissions.rules \
20 file://run.rules \
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A Dclient.h136 struct mei_cl_cb *mei_cl_read_cb(struct mei_cl *cl, const struct file *fp);
143 const struct file *fp);
146 const struct file *fp);
147 int mei_cl_flush_queues(struct mei_cl *cl, const struct file *fp);
149 struct mei_cl_vtag *mei_cl_vtag_alloc(struct file *fp, u8 vtag);
150 const struct file *mei_cl_fp_by_vtag(const struct mei_cl *cl, u8 vtag);
245 const struct file *file);
248 int mei_cl_read_start(struct mei_cl *cl, size_t length, const struct file *fp);
260 const struct file *file, u8 request);
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dvfs.c34 static int iterate_incfs_dir(struct file *file, struct dir_context *ctx);
45 static int file_open(struct inode *inode, struct file *file);
46 static int file_release(struct inode *inode, struct file *file);
47 static int read_single_page(struct file *f, struct page *page);
48 static long dispatch_ioctl(struct file *f, unsigned int req, unsigned long arg);
51 static long incfs_compat_ioctl(struct file *file, unsigned int cmd,
129 static int incfs_file_mmap(struct file *file, struct vm_area_struct *vma) in incfs_file_mmap() argument
131 struct address_space *mapping = file->f_mapping; in incfs_file_mmap()
135 file_accessed(file); in incfs_file_mmap()
389 static int iterate_incfs_dir(struct file *file, struct dir_context *ctx) in iterate_incfs_dir() argument
[all …]
/OK3568_Linux_fs/kernel/fs/squashfs/
H A DKconfig3 tristate "SquashFS 4.0 - Squashed file system support"
17 archival use (i.e. in cases where a .tar.gz file may be used), and in
24 file system (the one containing the directory /) cannot be compiled
33 Squashfs now supports two options for decompressing file
39 If unsure, select "Decompress file data into an intermediate buffer"
42 bool "Decompress file data into an intermediate buffer"
44 Decompress file data into an intermediate buffer and then
50 Directly decompress file data into the page cache.
112 bool "Include support for ZLIB compressed file systems"
118 file systems. It offers a good trade-off between compression
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/em28xx/
H A Dem28xx-video.c1422 static int vidioc_g_fmt_vid_cap(struct file *file, void *priv, in vidioc_g_fmt_vid_cap() argument
1425 struct em28xx *dev = video_drvdata(file); in vidioc_g_fmt_vid_cap()
1455 static int vidioc_try_fmt_vid_cap(struct file *file, void *priv, in vidioc_try_fmt_vid_cap() argument
1458 struct em28xx *dev = video_drvdata(file); in vidioc_try_fmt_vid_cap()
1540 static int vidioc_s_fmt_vid_cap(struct file *file, void *priv, in vidioc_s_fmt_vid_cap() argument
1543 struct em28xx *dev = video_drvdata(file); in vidioc_s_fmt_vid_cap()
1549 vidioc_try_fmt_vid_cap(file, priv, f); in vidioc_s_fmt_vid_cap()
1555 static int vidioc_g_std(struct file *file, void *priv, v4l2_std_id *norm) in vidioc_g_std() argument
1557 struct em28xx *dev = video_drvdata(file); in vidioc_g_std()
1564 static int vidioc_querystd(struct file *file, void *priv, v4l2_std_id *norm) in vidioc_querystd() argument
[all …]
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dbinfmt_loader.c13 struct file *file; in load_binary() local
24 file = open_exec("/sbin/loader"); in load_binary()
25 retval = PTR_ERR(file); in load_binary()
26 if (IS_ERR(file)) in load_binary()
32 bprm->interpreter = file; in load_binary()
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/
H A Dsaa7134.h734 static inline bool is_empress(struct file *file) in is_empress() argument
736 struct video_device *vdev = video_devdata(file); in is_empress()
810 int saa7134_s_std(struct file *file, void *priv, v4l2_std_id id);
811 int saa7134_g_std(struct file *file, void *priv, v4l2_std_id *id);
812 int saa7134_querystd(struct file *file, void *priv, v4l2_std_id *std);
813 int saa7134_enum_input(struct file *file, void *priv, struct v4l2_input *i);
814 int saa7134_g_input(struct file *file, void *priv, unsigned int *i);
815 int saa7134_s_input(struct file *file, void *priv, unsigned int i);
816 int saa7134_querycap(struct file *file, void *priv,
818 int saa7134_g_tuner(struct file *file, void *priv,
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A D0001-Makefile.am-fix-undefined-function-for-libnsm.a.patch6 The source file of libnsm.a uses some function
7 in ../support/misc/file.c, add ../support/misc/file.c
10 | ../support/nsm/libnsm.a(file.o): In function `nsm_make_pathname':
11 | /usr/src/debug/nfs-utils/2.3.3-r0/nfs-utils-2.3.3/support/nsm/file.c:175: undefined reference to …
12 | /usr/src/debug/nfs-utils/2.3.3-r0/nfs-utils-2.3.3/support/nsm/file.c:175: undefined reference to …
13 | /usr/src/debug/nfs-utils/2.3.3-r0/nfs-utils-2.3.3/support/nsm/file.c:175: undefined reference to …
14 | ../support/nsm/libnsm.a(file.o): In function `nsm_setup_pathnames':
15 | /usr/src/debug/nfs-utils/2.3.3-r0/nfs-utils-2.3.3/support/nsm/file.c:280: undefined reference to …
18 As there is already one source file named file.c
19 as support/nsm/file.c in support/nsm/Makefile.am,
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/
H A DMakefile80 define patch-file
143 $(call patch-file,host/xtest/xtest_9000.c,${CFG_GP_XSL_PACKAGE_PATH}/host/xtest/xtest_9000.c.patch)
174 …$(call patch-file,${CFG_GP_PACKAGE_PATH}/packages/ClientAPI/xmlStable/TEE.xml,${CFG_GP_XSL_PACKAGE…
175 …$(call patch-file,${CFG_GP_PACKAGE_PATH}/packages/Crypto/xmlStable/TEE_Crypto_API.xml,${CFG_GP_XSL…
176 …$(call patch-file,${CFG_GP_PACKAGE_PATH}/packages/DataStorage/xmlStable/TEE_DataStorage_API.xml,${…
177 …$(call patch-file,${CFG_GP_PACKAGE_PATH}/packages/Time_Arithmetical/xmlStable/TEE_TimeArithm_API.x…
178 …$(call patch-file,${CFG_GP_PACKAGE_PATH}/packages/TrustedCoreFw/xmlStable/TEE_Internal_API.xml,${C…
179 …$(call patch-file,${CFG_GP_PACKAGE_PATH}/TTAs/TTA_Arithmetical/TTA_Arithmetical/code_files/TTA_Ari…
180 …$(call patch-file,${CFG_GP_PACKAGE_PATH}/TTAs/TTA_Arithmetical/TTA_Arithmetical/code_files/TTA_Ari…
182 …$(call patch-file,${CFG_GP_PACKAGE_PATH}/TTAs/TTA_ClientAPI/TTA_testingClientAPI/code_files/TTA_te…
[all …]
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dab8500-debugfs.c1358 static int ab8500_all_banks_open(struct inode *inode, struct file *file) in ab8500_all_banks_open() argument
1363 err = single_open(file, ab8500_print_all_banks, inode->i_private); in ab8500_all_banks_open()
1366 s = (struct seq_file *)file->private_data; in ab8500_all_banks_open()
1370 single_release(inode, file); in ab8500_all_banks_open()
1391 static int ab8500_bank_open(struct inode *inode, struct file *file) in ab8500_bank_open() argument
1393 return single_open(file, ab8500_bank_print, inode->i_private); in ab8500_bank_open()
1396 static ssize_t ab8500_bank_write(struct file *file, in ab8500_bank_write() argument
1400 struct device *dev = ((struct seq_file *)(file->private_data))->private; in ab8500_bank_write()
1424 static int ab8500_address_open(struct inode *inode, struct file *file) in ab8500_address_open() argument
1426 return single_open(file, ab8500_address_print, inode->i_private); in ab8500_address_open()
[all …]
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Diop_wdt.c84 static int iop_wdt_open(struct inode *inode, struct file *file) in iop_wdt_open() argument
92 return stream_open(inode, file); in iop_wdt_open()
95 static ssize_t iop_wdt_write(struct file *file, const char *data, size_t len, in iop_wdt_write() argument
123 static long iop_wdt_ioctl(struct file *file, in iop_wdt_ioctl() argument
178 static int iop_wdt_release(struct inode *inode, struct file *file) in iop_wdt_release() argument
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/dhcp/
H A Ddhcp-relay_4.4.3.bb9 LIC_FILES_CHKSUM = "file://LICENSE;md5=c463f4afde26d9eb60f14f50aeb85f8f"
14 file://default-relay \
15 file://init-relay \
16 file://dhcrelay.service \
17 file://0001-Makefile.am-only-build-dhcrelay.patch \
18 file://0002-bind-Makefile.in-disable-backtrace.patch \
19 file://0003-bind-Makefile.in-regenerate-configure.patch \
20 file://CVE-2022-2928.patch \
21 file://CVE-2022-2929.patch \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/cmake/
H A Dcmake_3.22.3.bb8 file://OEToolchainConfig.cmake \
9 file://SDKToolchainConfig.cmake.template \
10 file://cmake-setup.py \
11 file://environment.d-cmake.sh \
12 file://0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch \
17 file://Utilities/cmjsoncpp/LICENSE;md5=fa2a23dd1dc6c139f35105379d76df2b \
18 file://Utilities/cmlibrhash/COPYING;md5=a8c2a557a5c53b1c12cddbee98c099af \
19 file://Utilities/cmlibuv/LICENSE;md5=a68902a430e32200263d182d44924d47 \
55 # install cmake-setup.py to create arch-specific toolchain cmake file from template
/OK3568_Linux_fs/kernel/lib/
H A Dbug.c149 const char *file; in report_bug() local
161 file = NULL; in report_bug()
166 file = bug->file; in report_bug()
168 file = (const char *)bug + bug->file_disp; in report_bug()
197 __warn(file, line, (void *)bugaddr, BUG_GET_TAINT(bug), regs, in report_bug()
202 if (file) in report_bug()
203 pr_crit("kernel BUG at %s:%u!\n", file, line); in report_bug()
208 trace_android_rvh_report_bug(file, line, bugaddr); in report_bug()
/OK3568_Linux_fs/u-boot/
H A DKbuild3 # This file takes care of the following:
16 # Use filechk to avoid rebuilds when a header changes, but the resulting file
25 echo " * This file was generated by Kbuild"; \
36 generic-offsets-file := include/generated/generic-asm-offsets.h
38 always := $(generic-offsets-file)
46 $(obj)/$(generic-offsets-file): lib/asm-offsets.s FORCE
54 offsets-file := include/generated/asm-offsets.h
57 always += $(offsets-file)
67 $(obj)/$(offsets-file): arch/$(ARCH)/lib/asm-offsets.s FORCE

1...<<31323334353637383940>>...775