Home
last modified time | relevance | path

Searched refs:file (Results 926 – 950 of 19370) sorted by relevance

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

/OK3568_Linux_fs/buildroot/package/procps-ng/
H A DS02sysctl41 read -r file || {
45 echo "* Applying $file ..."
46 /sbin/sysctl -p "$file" $SYSCTL_ARGS || prog_status="FAIL"
58 read -r file || {
62 echo "* Applying $file ..."
63 /sbin/sysctl -p "$file" $SYSCTL_ARGS || prog_status="FAIL"
/OK3568_Linux_fs/external/gstreamer-rockchip/hooks/
H A Dpre-commit.hook56 for file in $(find gst/rockchipmpp -type f | grep -E "\.c$|\.h$") ; do
59 nf=`git checkout-index --temp ${file} | cut -f 1`
69 cp "${newfile}" "${file}"
74 echo " Code style error in: $file
79 echo " gst-indent $file; git add $file; git commit"
/OK3568_Linux_fs/buildroot/package/busybox/
H A DS02sysctl41 read -r file || {
45 echo "* Applying $file ..."
46 /sbin/sysctl -p "$file" $SYSCTL_ARGS || prog_status="FAIL"
58 read -r file || {
62 echo "* Applying $file ..."
63 /sbin/sysctl -p "$file" $SYSCTL_ARGS || prog_status="FAIL"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/schroedinger/
H A Dschroedinger_1.0.11.bb5 LIC_FILES_CHKSUM = "file://COPYING;md5=d91a46405fc074b88c963cc4f2a0aae9 \
6 file://COPYING.GPL;md5=e181e3b7c66f5f96921d813c1074f833 \
7 file://COPYING.LGPL;md5=38c893e21baec4cd75ad800ba9e2410a \
8 file://COPYING.MIT;md5=8b345371b3536b4ce37ead1eafc88221 \
9 file://COPYING.MPL;md5=0117647fecb9a932c25a7bbfc0333c37"
14 file://configure.ac.patch"
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.c689 static ssize_t read_file_spec_scan_ctl(struct file *file, char __user *user_buf, in read_file_spec_scan_ctl() argument
692 struct ath_spec_scan_priv *spec_priv = file->private_data; in read_file_spec_scan_ctl()
789 static ssize_t write_file_spec_scan_ctl(struct file *file, in write_file_spec_scan_ctl() argument
793 struct ath_spec_scan_priv *spec_priv = file->private_data; in write_file_spec_scan_ctl()
840 static ssize_t read_file_spectral_short_repeat(struct file *file, in read_file_spectral_short_repeat() argument
844 struct ath_spec_scan_priv *spec_priv = file->private_data; in read_file_spectral_short_repeat()
852 static ssize_t write_file_spectral_short_repeat(struct file *file, in write_file_spectral_short_repeat() argument
856 struct ath_spec_scan_priv *spec_priv = file->private_data; in write_file_spectral_short_repeat()
888 static ssize_t read_file_spectral_count(struct file *file, in read_file_spectral_count() argument
892 struct ath_spec_scan_priv *spec_priv = file->private_data; in read_file_spectral_count()
[all …]
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_debugfs.c418 static int drbd_single_open(struct file *file, int (*show)(struct seq_file *, void *), in drbd_single_open() argument
427 parent = file->f_path.dentry->d_parent; in drbd_single_open()
431 if (simple_positive(file->f_path.dentry) in drbd_single_open()
436 ret = single_open(file, show, data); in drbd_single_open()
443 static int in_flight_summary_open(struct inode *inode, struct file *file) in in_flight_summary_open() argument
446 return drbd_single_open(file, in_flight_summary_show, resource, in in_flight_summary_open()
450 static int in_flight_summary_release(struct inode *inode, struct file *file) in in_flight_summary_release() argument
454 return single_release(inode, file); in in_flight_summary_release()
551 static int callback_history_open(struct inode *inode, struct file *file) in callback_history_open() argument
554 return drbd_single_open(file, callback_history_show, connection, in callback_history_open()
[all …]
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dpsi.c1129 static int psi_io_open(struct inode *inode, struct file *file) in psi_io_open() argument
1131 return single_open(file, psi_io_show, NULL); in psi_io_open()
1134 static int psi_memory_open(struct inode *inode, struct file *file) in psi_memory_open() argument
1136 return single_open(file, psi_memory_show, NULL); in psi_memory_open()
1139 static int psi_cpu_open(struct inode *inode, struct file *file) in psi_cpu_open() argument
1141 return single_open(file, psi_cpu_show, NULL); in psi_cpu_open()
1283 struct file *file, poll_table *wait) in psi_trigger_poll() argument
1295 poll_wait(file, &t->event_wait, wait); in psi_trigger_poll()
1303 static ssize_t psi_write(struct file *file, const char __user *user_buf, in psi_write() argument
1323 seq = file->private_data; in psi_write()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c401 static int vidioc_querycap(struct file *file, void *priv, in vidioc_querycap() argument
404 struct sta2x11_vip *vip = video_drvdata(file); in vidioc_querycap()
427 static int vidioc_s_std(struct file *file, void *priv, v4l2_std_id std) in vidioc_s_std() argument
429 struct sta2x11_vip *vip = video_drvdata(file); in vidioc_s_std()
462 static int vidioc_g_std(struct file *file, void *priv, v4l2_std_id *std) in vidioc_g_std() argument
464 struct sta2x11_vip *vip = video_drvdata(file); in vidioc_g_std()
480 static int vidioc_querystd(struct file *file, void *priv, v4l2_std_id *std) in vidioc_querystd() argument
482 struct sta2x11_vip *vip = video_drvdata(file); in vidioc_querystd()
487 static int vidioc_enum_input(struct file *file, void *priv, in vidioc_enum_input() argument
512 static int vidioc_s_input(struct file *file, void *priv, unsigned int i) in vidioc_s_input() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/pwc/
H A Dpwc-v4l.c449 static int pwc_s_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) in pwc_s_fmt_vid_cap() argument
451 struct pwc_device *pdev = video_drvdata(file); in pwc_s_fmt_vid_cap()
479 static int pwc_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in pwc_querycap() argument
481 struct pwc_device *pdev = video_drvdata(file); in pwc_querycap()
489 static int pwc_enum_input(struct file *file, void *fh, struct v4l2_input *i) in pwc_enum_input() argument
499 static int pwc_g_input(struct file *file, void *fh, unsigned int *i) in pwc_g_input() argument
505 static int pwc_s_input(struct file *file, void *fh, unsigned int i) in pwc_s_input() argument
867 static int pwc_enum_fmt_vid_cap(struct file *file, void *fh, struct v4l2_fmtdesc *f) in pwc_enum_fmt_vid_cap() argument
869 struct pwc_device *pdev = video_drvdata(file); in pwc_enum_fmt_vid_cap()
886 static int pwc_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *f) in pwc_g_fmt_vid_cap() argument
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0012-Use-off64_t-instead-of-__off64_t.patch13 open-vm-tools/lib/file/fileIOPosix.c | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
16 diff --git a/open-vm-tools/lib/file/fileIOPosix.c b/open-vm-tools/lib/file/fileIOPosix.c
18 --- a/open-vm-tools/lib/file/fileIOPosix.c
19 +++ b/open-vm-tools/lib/file/fileIOPosix.c
31 #error "Large file support is unavailable."
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnfnetlink/
H A Dlibnfnetlink_1.0.1.bb12 LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
15 file://0001-build-resolve-automake-1.12-warnings.patch \
16 file://0002-src-get-source-code-license-header-in-sync-with-curr.patch \
17 file://0003-configure-uclinux-is-also-linux.patch \
18 file://0004-libnfnetlink-initialize-attribute-padding-to-resolve.patch \
19 file://0005-include-Sync-with-kernel-headers.patch \
20 file://0006-src-Use-stdint-types-everywhere.patch \
/OK3568_Linux_fs/kernel/mm/
H A Dmsync.c63 struct file *file; in SYSCALL_DEFINE3() local
83 file = vma->vm_file; in SYSCALL_DEFINE3()
88 if ((flags & MS_SYNC) && file && in SYSCALL_DEFINE3()
90 get_file(file); in SYSCALL_DEFINE3()
92 error = vfs_fsync_range(file, fstart, fend, 1); in SYSCALL_DEFINE3()
93 fput(file); in SYSCALL_DEFINE3()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dfs.rst15 This file contains documentation for the sysctl files in
34 - file-max
35 - file-nr
97 The file dquot-max shows the maximum number of cached disk
100 The file dquot-nr shows the number of allocated disk quota
108 file-max & file-nr
111 The value in file-max denotes the maximum number of file-
113 of error messages about running out of file handles, you might
116 Historically,the kernel was able to allocate file handles
118 file-nr denote the number of allocated file handles, the number
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntopng/
H A Dntopng_5.2.1.bb12 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
16 file://0001-configure.ac.in-fix-configure-error.patch \
17 file://0001-configure.ac.in-fix-host-contamination.patch \
18 file://0001-Makefile.in-don-t-use-the-internal-lua.patch \
19 file://0001-autogen.sh-generate-configure.ac-only.patch \
20 file://0001-configure.ac.in-not-check-clang-on-host.patch \
21 file://0001-configure.ac.in-Allow-dynamic-linking-against-ndpi-3.patch \
22 file://ntopng.service \
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/flac/
H A Dflac_1.3.4.bb7 LIC_FILES_CHKSUM = "file://COPYING.FDL;md5=ad1419ecc56e060eccf8184a87c4285f \
8file://src/Makefile.am;beginline=1;endline=17;md5=09501c864f89dfc7ead65553129817ca \
9 file://COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
10file://src/flac/main.c;beginline=1;endline=18;md5=09777e2934947a36f13568d0beb81199 \
11 file://COPYING.LGPL;md5=fbc093901857fcd118f065f900982c24 \
12file://src/plugin_common/all.h;beginline=1;endline=18;md5=f56cb4ba9a3bc9ec6102e8df03215271 \
13 file://COPYING.Xiph;md5=b59c1b6d7fc0fb7965f821a3d36505e3 \
14file://include/FLAC/all.h;beginline=65;endline=70;md5=64474f2b22e9e77b28d8b8b25c983a48"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-lxml_4.8.0.bb10 LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
11 file://doc/licenses/elementtree.txt;md5=eb34d036a6e3d56314ee49a6852ac891 \
12 file://doc/licenses/BSD.txt;md5=700a1fc17f4797d4f2d34970c8ee694b \
13 file://doc/licenses/GPL.txt;md5=94d55d512a9ba36caa9b7df079bae19f \
14file://src/lxml/isoschematron/resources/rng/iso-schematron.rng;beginline=2;endline=7;md5=fc85684a8…
15file://src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl;beginl…
16file://src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl;beginline=2;endline=7;md5=5b03236d293dc…
24 file://CVE-2022-2309.patch "
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dseq_file.rst9 This file is originally from the LWN.net Driver Porting series at
22 however. It is not that hard to make a virtual file which returns a
26 position within the virtual file - that position is, likely as not, in the
31 which are designed to make it easy for virtual file creators to get it
37 * An iterator interface which lets a virtual file implementation
44 the virtual file.
47 loadable module which creates a file called /proc/sequence. The file, when
50 better to do. The file is seekable, in that one can do something like the
76 Modules implementing a virtual file with seq_file must implement an
79 is able to move to a specific position - like the file they implement,
[all …]
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace.h529 struct file *filp, char __user *ubuf,
532 struct file *filp,
728 int tracing_open_generic(struct inode *inode, struct file *filp);
729 int tracing_open_generic_tr(struct inode *inode, struct file *filp);
796 loff_t tracing_lseek(struct file *file, loff_t offset, int whence);
1498 __event_trigger_test_discard(struct trace_event_file *file, in __event_trigger_test_discard() argument
1504 unsigned long eflags = file->flags; in __event_trigger_test_discard()
1507 *tt = event_triggers_call(file, entry, event); in __event_trigger_test_discard()
1509 if (likely(!(file->flags & (EVENT_FILE_FL_SOFT_DISABLED | in __event_trigger_test_discard()
1514 if (file->flags & EVENT_FILE_FL_SOFT_DISABLED) in __event_trigger_test_discard()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2-enc.c763 static int solo_enc_querycap(struct file *file, void *priv, in solo_enc_querycap() argument
766 struct solo_enc_dev *solo_enc = video_drvdata(file); in solo_enc_querycap()
777 static int solo_enc_enum_input(struct file *file, void *priv, in solo_enc_enum_input() argument
780 struct solo_enc_dev *solo_enc = video_drvdata(file); in solo_enc_enum_input()
797 static int solo_enc_set_input(struct file *file, void *priv, in solo_enc_set_input() argument
806 static int solo_enc_get_input(struct file *file, void *priv, in solo_enc_get_input() argument
814 static int solo_enc_enum_fmt_cap(struct file *file, void *priv, in solo_enc_enum_fmt_cap() argument
817 struct solo_enc_dev *solo_enc = video_drvdata(file); in solo_enc_enum_fmt_cap()
847 static int solo_enc_try_fmt_cap(struct file *file, void *priv, in solo_enc_try_fmt_cap() argument
850 struct solo_enc_dev *solo_enc = video_drvdata(file); in solo_enc_try_fmt_cap()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pxaregs/
H A Dpxaregs_1.14.bb3 LIC_FILES_CHKSUM = "file://pxaregs.c;endline=12;md5=668d061b7637acc68cb8071c9be372e6"
7 SRC_URI = "file://pxaregs.c \
8 file://i2c.patch \
9 file://munmap.patch \
10 file://serial.patch \
11 file://usb.patch "
/OK3568_Linux_fs/kernel/drivers/acpi/apei/
H A Derst-dbg.c32 static int erst_dbg_open(struct inode *inode, struct file *file) in erst_dbg_open() argument
39 pos = (int *)&file->private_data; in erst_dbg_open()
45 return nonseekable_open(inode, file); in erst_dbg_open()
48 static int erst_dbg_release(struct inode *inode, struct file *file) in erst_dbg_release() argument
55 static long erst_dbg_ioctl(struct file *f, unsigned int cmd, unsigned long arg) in erst_dbg_ioctl()
82 static ssize_t erst_dbg_read(struct file *filp, char __user *ubuf, in erst_dbg_read()
151 static ssize_t erst_dbg_write(struct file *filp, const char __user *ubuf, in erst_dbg_write()
/OK3568_Linux_fs/kernel/fs/
H A Dinternal.h93 extern int __mnt_want_write_file(struct file *);
94 extern void __mnt_drop_write_file(struct file *);
110 extern struct file *alloc_empty_file(int, const struct cred *);
111 extern struct file *alloc_empty_file_noaccount(int, const struct cred *);
131 extern struct file *do_filp_open(int dfd, struct filename *pathname,
133 extern struct file *do_file_open_root(struct dentry *, struct vfsmount *,
137 extern int __close_fd_get_file(unsigned int fd, struct file **res);
144 extern int vfs_open(const struct path *, struct file *);
173 extern int rw_verify_area(int, struct file *, const loff_t *, size_t);
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dmtx-1_wdt.c117 static int mtx1_wdt_open(struct inode *inode, struct file *file) in mtx1_wdt_open() argument
121 return stream_open(inode, file); in mtx1_wdt_open()
125 static int mtx1_wdt_release(struct inode *inode, struct file *file) in mtx1_wdt_release() argument
131 static long mtx1_wdt_ioctl(struct file *file, unsigned int cmd, in mtx1_wdt_ioctl() argument
171 static ssize_t mtx1_wdt_write(struct file *file, const char *buf, in mtx1_wdt_write() argument
H A Dmixcomwd.c128 static int mixcomwd_open(struct inode *inode, struct file *file) in mixcomwd_open() argument
148 return stream_open(inode, file); in mixcomwd_open()
151 static int mixcomwd_release(struct inode *inode, struct file *file) in mixcomwd_release() argument
169 static ssize_t mixcomwd_write(struct file *file, const char __user *data, in mixcomwd_write() argument
192 static long mixcomwd_ioctl(struct file *file, in mixcomwd_ioctl() argument
H A Dscx200_wdt.c95 static int scx200_wdt_open(struct inode *inode, struct file *file) in scx200_wdt_open() argument
102 return stream_open(inode, file); in scx200_wdt_open()
105 static int scx200_wdt_release(struct inode *inode, struct file *file) in scx200_wdt_release() argument
131 static ssize_t scx200_wdt_write(struct file *file, const char __user *data, in scx200_wdt_write() argument
155 static long scx200_wdt_ioctl(struct file *file, unsigned int cmd, in scx200_wdt_ioctl() argument

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