Home
last modified time | relevance | path

Searched refs:file (Results 126 – 150 of 17455) sorted by relevance

12345678910>>...699

/OK3568_Linux_fs/yocto/poky/scripts/
H A Dbitbake-prserv-tool26 [ "x${file}" == "x" ] && help && exit 1
27 rm -f ${file}
34 [ -e $s ] && mv -f $s $file && echo "Exporting to file $file succeeded!"
37 echo "Exporting to file $file failed!"
44 [ "x${file}" == "x" ] && help && exit 1
47 bitbake -R conf/primport.conf -R $file -p
49 …[ $ret -eq 0 ] && echo "Importing from file $file succeeded!" || echo "Importing from file $file f…
67 [ ! $? -eq 0 ] && echo "Exporting to file $df failed!" && exit 1
71 echo "Exporting to file $df succeeded!"
73 echo "Exporting to file $df failed!"
/OK3568_Linux_fs/kernel/drivers/xen/xenfs/
H A Dxenstored.c12 static ssize_t xsd_read(struct file *file, char __user *buf, in xsd_read() argument
15 const char *str = (const char *)file->private_data; in xsd_read()
19 static int xsd_release(struct inode *inode, struct file *file) in xsd_release() argument
21 kfree(file->private_data); in xsd_release()
25 static int xsd_kva_open(struct inode *inode, struct file *file) in xsd_kva_open() argument
27 file->private_data = (void *)kasprintf(GFP_KERNEL, "0x%p", in xsd_kva_open()
29 if (!file->private_data) in xsd_kva_open()
34 static int xsd_kva_mmap(struct file *file, struct vm_area_struct *vma) in xsd_kva_mmap() argument
56 static int xsd_port_open(struct inode *inode, struct file *file) in xsd_port_open() argument
58 file->private_data = (void *)kasprintf(GFP_KERNEL, "%d", in xsd_port_open()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/cx18/
H A Dcx18-ioctl.c134 static int cx18_g_fmt_vid_cap(struct file *file, void *fh, in cx18_g_fmt_vid_cap() argument
158 static int cx18_g_fmt_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_vbi_cap() argument
177 static int cx18_g_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_g_fmt_sliced_vbi_cap() argument
202 static int cx18_try_fmt_vid_cap(struct file *file, void *fh, in cx18_try_fmt_vid_cap() argument
226 static int cx18_try_fmt_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_vbi_cap() argument
229 return cx18_g_fmt_vbi_cap(file, fh, fmt); in cx18_try_fmt_vbi_cap()
232 static int cx18_try_fmt_sliced_vbi_cap(struct file *file, void *fh, in cx18_try_fmt_sliced_vbi_cap() argument
251 static int cx18_s_fmt_vid_cap(struct file *file, void *fh, in cx18_s_fmt_vid_cap() argument
263 ret = cx18_try_fmt_vid_cap(file, fh, fmt); in cx18_s_fmt_vid_cap()
291 return cx18_g_fmt_vid_cap(file, fh, fmt); in cx18_s_fmt_vid_cap()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfad_debugfs.c43 bfad_debugfs_open_drvtrc(struct inode *inode, struct file *file) in bfad_debugfs_open_drvtrc() argument
56 file->private_data = debug; in bfad_debugfs_open_drvtrc()
62 bfad_debugfs_open_fwtrc(struct inode *inode, struct file *file) in bfad_debugfs_open_fwtrc() argument
98 file->private_data = fw_debug; in bfad_debugfs_open_fwtrc()
104 bfad_debugfs_open_fwsave(struct inode *inode, struct file *file) in bfad_debugfs_open_fwsave() argument
140 file->private_data = fw_debug; in bfad_debugfs_open_fwsave()
146 bfad_debugfs_open_reg(struct inode *inode, struct file *file) in bfad_debugfs_open_reg() argument
156 file->private_data = reg_debug; in bfad_debugfs_open_reg()
163 bfad_debugfs_lseek(struct file *file, loff_t offset, int orig) in bfad_debugfs_lseek() argument
165 struct bfad_debug_info *debug = file->private_data; in bfad_debugfs_lseek()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-core.c226 static int vidioc_querycap(struct file *file, void *priv, in vidioc_querycap() argument
229 struct vivid_dev *dev = video_drvdata(file); in vidioc_querycap()
245 static int vidioc_s_hw_freq_seek(struct file *file, void *fh, const struct v4l2_hw_freq_seek *a) in vidioc_s_hw_freq_seek() argument
247 struct video_device *vdev = video_devdata(file); in vidioc_s_hw_freq_seek()
250 return vivid_radio_rx_s_hw_freq_seek(file, fh, a); in vidioc_s_hw_freq_seek()
254 static int vidioc_enum_freq_bands(struct file *file, void *fh, struct v4l2_frequency_band *band) in vidioc_enum_freq_bands() argument
256 struct video_device *vdev = video_devdata(file); in vidioc_enum_freq_bands()
259 return vivid_radio_rx_enum_freq_bands(file, fh, band); in vidioc_enum_freq_bands()
261 return vivid_sdr_enum_freq_bands(file, fh, band); in vidioc_enum_freq_bands()
265 static int vidioc_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in vidioc_g_tuner() argument
[all …]
H A Dvivid-touch-cap.h29 int vivid_enum_fmt_tch(struct file *file, void *priv, struct v4l2_fmtdesc *f);
30 int vivid_g_fmt_tch(struct file *file, void *priv, struct v4l2_format *f);
31 int vivid_g_fmt_tch_mplane(struct file *file, void *priv, struct v4l2_format *f);
32 int vivid_enum_input_tch(struct file *file, void *priv, struct v4l2_input *inp);
33 int vivid_g_input_tch(struct file *file, void *priv, unsigned int *i);
34 int vivid_s_input_tch(struct file *file, void *priv, unsigned int i);
37 int vivid_g_parm_tch(struct file *file, void *priv,
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsfs.h68 struct file *, unsigned, umode_t);
78 extern int cifs_revalidate_file_attr(struct file *filp);
80 extern int cifs_revalidate_file(struct file *filp);
102 extern int cifs_open(struct inode *inode, struct file *file);
103 extern int cifs_close(struct inode *inode, struct file *file);
104 extern int cifs_closedir(struct inode *inode, struct file *file);
111 extern int cifs_flock(struct file *pfile, int cmd, struct file_lock *plock);
112 extern int cifs_lock(struct file *, int, struct file_lock *);
113 extern int cifs_fsync(struct file *, loff_t, loff_t, int);
114 extern int cifs_strict_fsync(struct file *, loff_t, loff_t, int);
[all …]
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dfile.c56 static loff_t gfs2_llseek(struct file *file, loff_t offset, int whence) in gfs2_llseek() argument
58 struct gfs2_inode *ip = GFS2_I(file->f_mapping->host); in gfs2_llseek()
67 error = generic_file_llseek(file, offset, whence); in gfs2_llseek()
73 error = gfs2_seek_data(file, offset); in gfs2_llseek()
77 error = gfs2_seek_hole(file, offset); in gfs2_llseek()
86 error = generic_file_llseek(file, offset, whence); in gfs2_llseek()
103 static int gfs2_readdir(struct file *file, struct dir_context *ctx) in gfs2_readdir() argument
105 struct inode *dir = file->f_mapping->host; in gfs2_readdir()
114 error = gfs2_dir_read(dir, ctx, &file->f_ra); in gfs2_readdir()
156 static int gfs2_get_flags(struct file *filp, u32 __user *ptr) in gfs2_get_flags()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_kcpu_debugfs.c40 static void kbasep_csf_kcpu_debugfs_print_cqs_waits(struct seq_file *file, in kbasep_csf_kcpu_debugfs_print_cqs_waits() argument
62 seq_printf(file, " %llx(%u > %u, inherit_err: %s), ", in kbasep_csf_kcpu_debugfs_print_cqs_waits()
74 static void kbasep_csf_kcpu_debugfs_print_queue(struct seq_file *file, in kbasep_csf_kcpu_debugfs_print_queue() argument
83 seq_printf(file, "%16u, %11u, %7u, %13llu %8u", in kbasep_csf_kcpu_debugfs_print_queue()
98 seq_printf(file, ", Fence %pK %s %s", in kbasep_csf_kcpu_debugfs_print_queue()
105 seq_puts(file, ", CQS "); in kbasep_csf_kcpu_debugfs_print_queue()
106 kbasep_csf_kcpu_debugfs_print_cqs_waits(file, kctx, in kbasep_csf_kcpu_debugfs_print_queue()
110 seq_puts(file, ", U, Unknown blocking command"); in kbasep_csf_kcpu_debugfs_print_queue()
115 seq_puts(file, "\n"); in kbasep_csf_kcpu_debugfs_print_queue()
126 static int kbasep_csf_kcpu_debugfs_show(struct seq_file *file, void *data) in kbasep_csf_kcpu_debugfs_show() argument
[all …]
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dioctl.c17 static long ceph_ioctl_get_layout(struct file *file, void __user *arg) in ceph_ioctl_get_layout() argument
19 struct ceph_inode_info *ci = ceph_inode(file_inode(file)); in ceph_ioctl_get_layout()
23 err = ceph_do_getattr(file_inode(file), CEPH_STAT_CAP_LAYOUT, false); in ceph_ioctl_get_layout()
64 static long ceph_ioctl_set_layout(struct file *file, void __user *arg) in ceph_ioctl_set_layout() argument
66 struct inode *inode = file_inode(file); in ceph_ioctl_set_layout()
70 struct ceph_inode_info *ci = ceph_inode(file_inode(file)); in ceph_ioctl_set_layout()
78 err = ceph_do_getattr(file_inode(file), CEPH_STAT_CAP_LAYOUT, false); in ceph_ioctl_set_layout()
136 static long ceph_ioctl_set_layout_policy (struct file *file, void __user *arg) in ceph_ioctl_set_layout_policy() argument
138 struct inode *inode = file_inode(file); in ceph_ioctl_set_layout_policy()
179 static long ceph_ioctl_get_dataloc(struct file *file, void __user *arg) in ceph_ioctl_get_dataloc() argument
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/
H A Dgo-1.17.13.inc5 LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
8 file://0001-allow-CC-and-CXX-to-have-multiple-words.patch \
9 file://0002-cmd-go-make-content-based-hash-generation-less-pedan.patch \
10 file://0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch \
11 file://0004-ld-add-soname-to-shareable-objects.patch \
12 file://0005-make.bash-override-CC-when-building-dist-and-go_boot.patch \
13 file://0006-cmd-dist-separate-host-and-target-builds.patch \
14 file://0007-cmd-go-make-GOROOT-precious-by-default.patch \
15 file://0008-use-GOBUILDMODE-to-set-buildmode.patch \
16 file://0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch \
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/cpia2/
H A Dcpia2_v4l.c71 static int cpia2_open(struct file *file) in cpia2_open() argument
73 struct camera_data *cam = video_drvdata(file); in cpia2_open()
78 retval = v4l2_fh_open(file); in cpia2_open()
82 if (v4l2_fh_is_singular_file(file)) { in cpia2_open()
84 v4l2_fh_release(file); in cpia2_open()
91 v4l2_fh_release(file); in cpia2_open()
111 static int cpia2_close(struct file *file) in cpia2_close() argument
113 struct video_device *dev = video_devdata(file); in cpia2_close()
117 if (video_is_registered(&cam->vdev) && v4l2_fh_is_singular_file(file)) { in cpia2_close()
127 if (cam->stream_fh == file->private_data) { in cpia2_close()
[all …]
/OK3568_Linux_fs/kernel/fs/efivarfs/
H A Dfile.c15 static ssize_t efivarfs_file_write(struct file *file, in efivarfs_file_write() argument
18 struct efivar_entry *var = file->private_data; in efivarfs_file_write()
21 struct inode *inode = file->f_mapping->host; in efivarfs_file_write()
49 d_delete(file->f_path.dentry); in efivarfs_file_write()
50 dput(file->f_path.dentry); in efivarfs_file_write()
66 static ssize_t efivarfs_file_read(struct file *file, char __user *userbuf, in efivarfs_file_read() argument
69 struct efivar_entry *var = file->private_data; in efivarfs_file_read()
76 while (!__ratelimit(&file->f_cred->user->ratelimit)) in efivarfs_file_read()
121 efivarfs_ioc_getxflags(struct file *file, void __user *arg) in efivarfs_ioc_getxflags() argument
123 struct inode *inode = file->f_mapping->host; in efivarfs_ioc_getxflags()
[all …]
/OK3568_Linux_fs/kernel/drivers/char/
H A Dmem.c115 static ssize_t read_mem(struct file *file, char __user *buf, in read_mem() argument
202 static ssize_t write_mem(struct file *file, const char __user *buf, in write_mem() argument
275 int __weak phys_mem_access_prot_allowed(struct file *file, in phys_mem_access_prot_allowed() argument
289 static int uncached_access(struct file *file, phys_addr_t addr) in uncached_access() argument
299 extern int __uncached_access(struct file *file, in uncached_access()
302 return __uncached_access(file, addr); in uncached_access()
310 if (file->f_flags & O_DSYNC) in uncached_access()
317 static pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot() argument
323 if (uncached_access(file, offset)) in phys_mem_access_prot()
331 static unsigned long get_unmapped_area_mem(struct file *file, in get_unmapped_area_mem() argument
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A DCVE-2022-41741-CVE-2022-41742.patch17 1 file changed, 147 insertions(+)
28 + ngx_log_error(NGX_LOG_ERR, mp4->file.log, 0,
29 + "duplicate mp4 ftyp atom in \"%s\"", mp4->file.name.data);
41 + ngx_log_error(NGX_LOG_ERR, mp4->file.log, 0,
42 + "duplicate mp4 moov atom in \"%s\"", mp4->file.name.data);
51 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, mp4->file.log, 0, "mp4 mdat atom");
54 + ngx_log_error(NGX_LOG_ERR, mp4->file.log, 0,
55 + "duplicate mp4 mdat atom in \"%s\"", mp4->file.name.data);
60 data->file = &mp4->file;
64 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, mp4->file.log, 0, "mp4 mvhd atom");
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/ibmasm/
H A Dibmasmfs.c231 static int command_file_open(struct inode *inode, struct file *file) in command_file_open() argument
244 file->private_data = command_data; in command_file_open()
248 static int command_file_close(struct inode *inode, struct file *file) in command_file_close() argument
250 struct ibmasmfs_command_data *command_data = file->private_data; in command_file_close()
259 static ssize_t command_file_read(struct file *file, char __user *buf, size_t count, loff_t *offset) in command_file_read() argument
261 struct ibmasmfs_command_data *command_data = file->private_data; in command_file_read()
296 static ssize_t command_file_write(struct file *file, const char __user *ubuff, size_t count, loff_t… in command_file_write() argument
298 struct ibmasmfs_command_data *command_data = file->private_data; in command_file_write()
337 static int event_file_open(struct inode *inode, struct file *file) in event_file_open() argument
355 file->private_data = event_data; in event_file_open()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c571 int v4l2_m2m_reqbufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_reqbufs() argument
582 vq->owner = reqbufs->count ? file->private_data : NULL; in v4l2_m2m_reqbufs()
605 int v4l2_m2m_querybuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_querybuf() argument
757 int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_qbuf() argument
760 struct video_device *vdev = video_devdata(file); in v4l2_m2m_qbuf()
796 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_dqbuf() argument
803 ret = vb2_dqbuf(vq, buf, file->f_flags & O_NONBLOCK); in v4l2_m2m_dqbuf()
814 int v4l2_m2m_prepare_buf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_prepare_buf() argument
817 struct video_device *vdev = video_devdata(file); in v4l2_m2m_prepare_buf()
833 int v4l2_m2m_create_bufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_create_bufs() argument
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/file/
H A Dfile_5.41.bb4 HOMEPAGE = "http://www.darwinsys.com/file/"
9 LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=0251eaec1188b20d9a72c502ecfdda1b"
11 DEPENDS = "file-replacement-native"
14 SRC_URI = "git://github.com/file/file.git;branch=master;protocol=https"
28 ALTERNATIVE:${PN} = "file"
29 ALTERNATIVE_LINK_NAME[file] = "${bindir}/file"
31 EXTRA_OEMAKE:append:class-target = " -e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file"
32 EXTRA_OEMAKE:append:class-nativesdk = " -e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file"
41 create_cmdline_wrapper ${D}/${bindir}/file \
42 --magic-file ${datadir}/misc/magic.mgc
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dkernel-doc453 my $file = shift @ARGV;
454 push(@export_file_list, $file);
558 my $file = shift;
578 print STDERR "${file}:$.: warning: duplicate section name '$name'\n";
595 my $file = shift;
609 dump_section($file, $name, $contents);
1188 my ($prototype, $file) = @_;
1199 my $file = shift;
1305 create_parameterlist($members, ';', $file, $declaration_name);
1306 check_sections($file, $declaration_name, $decl_type, $sectcheck, $struct_actual);
[all …]
H A Dget_abi.pl51 my ($file, $ln, $msg, $data) = @_;
55 print STDERR "Warning: file $file#$ln:\n\t$msg";
68 my $file = $File::Find::name;
70 my $mode = (stat($file))[2];
72 return if ($file =~ m,/README,);
74 my $name = $file;
77 my $fn = $file;
83 $data{$nametag}->{file} = $name;
84 $data{$nametag}->{filepath} = $file;
88 my $type = $file;
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A Dkernel-doc453 my $file = shift @ARGV;
454 push(@export_file_list, $file);
558 my $file = shift;
578 print STDERR "${file}:$.: warning: duplicate section name '$name'\n";
595 my $file = shift;
609 dump_section($file, $name, $contents);
1188 my ($prototype, $file) = @_;
1199 my $file = shift;
1305 create_parameterlist($members, ';', $file, $declaration_name);
1306 check_sections($file, $declaration_name, $decl_type, $sectcheck, $struct_actual);
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A Dkernel-doc453 my $file = shift @ARGV;
454 push(@export_file_list, $file);
558 my $file = shift;
578 print STDERR "${file}:$.: warning: duplicate section name '$name'\n";
595 my $file = shift;
609 dump_section($file, $name, $contents);
1188 my ($prototype, $file) = @_;
1199 my $file = shift;
1305 create_parameterlist($members, ';', $file, $declaration_name);
1306 check_sections($file, $declaration_name, $decl_type, $sectcheck, $struct_actual);
[all …]
/OK3568_Linux_fs/kernel/fs/
H A Deventpoll.c111 struct file *file; member
221 struct file *file; member
319 static inline int is_file_epoll(struct file *f) in is_file_epoll()
326 struct file *file, int fd) in ep_set_ffd() argument
328 ffd->file = file; in ep_set_ffd()
336 return (p1->file > p2->file ? +1: in ep_cmp_ffd()
337 (p1->file < p2->file ? -1 : p1->fd - p2->fd)); in ep_cmp_ffd()
426 sock = sock_from_file(epi->ffd.file, &err); in ep_set_busy_poll_napi_id()
577 if ((is_file_epoll(epi->ffd.file))) { in ep_poll_safewake()
578 ep_src = epi->ffd.file->private_data; in ep_poll_safewake()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcompress_doc.bbclass59 def _get_compress_format(file, compress_format_list):
62 if file.endswith(compress_suffix):
68 # which points to the same doc file.
70 # The hardlink10, hardlink11 and hardlink12 are the same file.
71 def _collect_hardlink(hardlink_dict, file):
74 if os.path.samefile(hardlink, file):
75 hardlink_dict[hardlink].append(file)
78 hardlink_dict[file] = []
93 …bb.warn("de/compress file failed %s (cmd was %s)%s" % (retval, cmd, ":\n%s" % output if output els…
114 def _process_symlink(file, compress_format, decompress=False):
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/fnic/
H A Dfnic_debugfs.c113 static ssize_t fnic_trace_ctrl_read(struct file *filp, in fnic_trace_ctrl_read()
151 static ssize_t fnic_trace_ctrl_write(struct file *filp, in fnic_trace_ctrl_write()
210 struct file *file) in fnic_trace_debugfs_open() argument
242 file->private_data = fnic_dbg_prt; in fnic_trace_debugfs_open()
264 static loff_t fnic_trace_debugfs_lseek(struct file *file, in fnic_trace_debugfs_lseek() argument
268 fnic_dbgfs_t *fnic_dbg_prt = file->private_data; in fnic_trace_debugfs_lseek()
269 return fixed_size_llseek(file, offset, howto, in fnic_trace_debugfs_lseek()
289 static ssize_t fnic_trace_debugfs_read(struct file *file, in fnic_trace_debugfs_read() argument
294 fnic_dbgfs_t *fnic_dbg_prt = file->private_data; in fnic_trace_debugfs_read()
316 struct file *file) in fnic_trace_debugfs_release() argument
[all …]

12345678910>>...699