Home
last modified time | relevance | path

Searched refs:file (Results 976 – 1000 of 19370) sorted by relevance

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

/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-bus-usb6 USB device directories can contain a file named power/persist.
7 The file holds a boolean value (0 or 1) indicating whether or
10 directories will not contain this file.
19 Each USB device directory will contain a file named
20 power/autosuspend. This file holds the time (in seconds)
35 If CONFIG_PM is enabled, then this file is present. When read,
37 connected to the machine. This file is read-only.
47 If CONFIG_PM is enabled, then this file is present. When read,
49 active, i.e. not in a suspended state. This file is read-only.
51 Tools can use this file and the connected_duration file to
[all …]
/OK3568_Linux_fs/kernel/fs/hfs/
H A Dcatalog.c52 rec->file.Flags = HFS_FIL_USED | HFS_FIL_THD; in hfs_cat_build_record()
54 rec->file.Flags |= HFS_FIL_LOCK; in hfs_cat_build_record()
55 rec->file.FlNum = cpu_to_be32(cnid); in hfs_cat_build_record()
56 rec->file.CrDat = mtime; in hfs_cat_build_record()
57 rec->file.MdDat = mtime; in hfs_cat_build_record()
58 rec->file.BkDat = 0; in hfs_cat_build_record()
59 rec->file.UsrWds.fdType = HFS_SB(inode->i_sb)->s_type; in hfs_cat_build_record()
60 rec->file.UsrWds.fdCreator = HFS_SB(inode->i_sb)->s_creator; in hfs_cat_build_record()
241 struct hfs_cat_file file; in hfs_cat_delete() local
242 hfs_bnode_read(fd.bnode, &file, fd.entryoffset, sizeof(file)); in hfs_cat_delete()
[all …]
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dpcwd_pci.c434 static ssize_t pcipcwd_write(struct file *file, const char __user *data, in pcipcwd_write() argument
463 static long pcipcwd_ioctl(struct file *file, unsigned int cmd, in pcipcwd_ioctl() argument
565 static int pcipcwd_open(struct inode *inode, struct file *file) in pcipcwd_open() argument
577 return stream_open(inode, file); in pcipcwd_open()
580 static int pcipcwd_release(struct inode *inode, struct file *file) in pcipcwd_release() argument
600 static ssize_t pcipcwd_temp_read(struct file *file, char __user *data, in pcipcwd_temp_read() argument
614 static int pcipcwd_temp_open(struct inode *inode, struct file *file) in pcipcwd_temp_open() argument
619 return stream_open(inode, file); in pcipcwd_temp_open()
622 static int pcipcwd_temp_release(struct inode *inode, struct file *file) in pcipcwd_temp_release() argument
/OK3568_Linux_fs/kernel/Documentation/driver-api/early-userspace/
H A Dbuffer-format.rst20 initramfs buffer is thus a single .cpio.gz file.
66 c_maj 8 bytes Major part of file device number
67 c_min 8 bytes Minor part of file device number
76 on Linux, and encodes the file type and file permissions.
78 The c_filesize should be zero for any file which is not a regular file
97 link rather than a second copy of the file is created. It is not
98 necessary (but permitted) to include a second copy of the file
99 contents; if the file contents is not included, the c_filesize field
101 present, the previous instance of the file is overwritten; this allows
102 the data-carrying instance of a file to occur anywhere in the sequence
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/ruby/
H A Druby_3.1.3.bb10 LIC_FILES_CHKSUM = "file://COPYING;md5=5b8c87559868796979806100db3f3805 \
11 file://BSDL;md5=8b50bc6de8f586dc66790ba11d064d75 \
12 file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
13 file://LEGAL;md5=f260190bc1e92e363f0ee3c0463d4c7c \
21 file://0001-extmk-fix-cross-compilation-of-external-gems.patch \
22 file://0002-Obey-LDFLAGS-for-the-link-of-libruby.patch \
23 file://remove_has_include_macros.patch \
24 file://run-ptest \
25 file://0001-template-Makefile.in-do-not-write-host-cross-cc-item.patch \
26 file://0002-template-Makefile.in-filter-out-f-prefix-map.patch \
[all …]
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_fs.c51 static ssize_t ima_show_htable_violations(struct file *filp, in ima_show_htable_violations()
63 static ssize_t ima_show_measurements_count(struct file *filp, in ima_show_measurements_count()
196 static int ima_measurements_open(struct inode *inode, struct file *file) in ima_measurements_open() argument
198 return seq_open(file, &ima_measurments_seqops); in ima_measurements_open()
262 static int ima_ascii_measurements_open(struct inode *inode, struct file *file) in ima_ascii_measurements_open() argument
264 return seq_open(file, &ima_ascii_measurements_seqops); in ima_ascii_measurements_open()
314 static ssize_t ima_write_policy(struct file *file, const char __user *buf, in ima_write_policy() argument
385 static int ima_open_policy(struct inode *inode, struct file *filp) in ima_open_policy()
410 static int ima_release_policy(struct inode *inode, struct file *file) in ima_release_policy() argument
414 if ((file->f_flags & O_ACCMODE) == O_RDONLY) in ima_release_policy()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_debugfs.c147 static int drm_debugfs_open(struct inode *inode, struct file *file) in drm_debugfs_open() argument
151 return single_open(file, node->info_ent->show, node); in drm_debugfs_open()
293 static int connector_open(struct inode *inode, struct file *file) in connector_open() argument
297 return single_open(file, connector_show, dev); in connector_open()
300 static ssize_t connector_write(struct file *file, const char __user *ubuf, in connector_write() argument
303 struct seq_file *m = file->private_data; in connector_write()
340 static int edid_open(struct inode *inode, struct file *file) in edid_open() argument
344 return single_open(file, edid_show, dev); in edid_open()
347 static ssize_t edid_write(struct file *file, const char __user *ubuf, in edid_write() argument
350 struct seq_file *m = file->private_data; in edid_write()
/OK3568_Linux_fs/kernel/fs/
H A Dfsopen.c24 static ssize_t fscontext_read(struct file *file, in fscontext_read() argument
27 struct fs_context *fc = file->private_data; in fscontext_read()
67 static int fscontext_release(struct inode *inode, struct file *file) in fscontext_release() argument
69 struct fs_context *fc = file->private_data; in fscontext_release()
72 file->private_data = NULL; in fscontext_release()
365 if (!f.file) in SYSCALL_DEFINE5()
368 if (f.file->f_op != &fscontext_fops) in SYSCALL_DEFINE5()
371 fc = f.file->private_data; in SYSCALL_DEFINE5()
429 param.file = fget(aux); in SYSCALL_DEFINE5()
430 if (!param.file) in SYSCALL_DEFINE5()
[all …]
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-heap.c122 static int dma_heap_open(struct inode *inode, struct file *file) in dma_heap_open() argument
133 file->private_data = heap; in dma_heap_open()
134 nonseekable_open(inode, file); in dma_heap_open()
139 static long dma_heap_ioctl_allocate(struct file *file, void *data) in dma_heap_ioctl_allocate() argument
142 struct dma_heap *heap = file->private_data; in dma_heap_ioctl_allocate()
159 static int dma_heap_ioctl_get_phys(struct file *file, void *data) in dma_heap_ioctl_get_phys() argument
162 struct dma_heap *heap = file->private_data; in dma_heap_ioctl_get_phys()
177 static long dma_heap_ioctl(struct file *file, unsigned int ucmd, in dma_heap_ioctl() argument
222 ret = dma_heap_ioctl_allocate(file, kdata); in dma_heap_ioctl()
225 ret = dma_heap_ioctl_get_phys(file, kdata); in dma_heap_ioctl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/
H A Ddebugfs.c186 struct seq_file *file) in mt7615_ampdu_stat_read_phy() argument
188 struct mt7615_dev *dev = file->private; in mt7615_ampdu_stat_read_phy()
204 seq_printf(file, "\nPhy %d\n", ext_phy); in mt7615_ampdu_stat_read_phy()
206 seq_printf(file, "Length: %8d | ", bound[0]); in mt7615_ampdu_stat_read_phy()
208 seq_printf(file, "%3d -%3d | ", in mt7615_ampdu_stat_read_phy()
210 seq_puts(file, "\nCount: "); in mt7615_ampdu_stat_read_phy()
214 seq_printf(file, "%8d | ", dev->mt76.aggr_stats[i + range]); in mt7615_ampdu_stat_read_phy()
215 seq_puts(file, "\n"); in mt7615_ampdu_stat_read_phy()
217 seq_printf(file, "BA miss count: %d\n", phy->mib.ba_miss_cnt); in mt7615_ampdu_stat_read_phy()
218 seq_printf(file, "PER: %ld.%1ld%%\n", in mt7615_ampdu_stat_read_phy()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/radio/
H A Ddsbr100.c163 static int vidioc_querycap(struct file *file, void *priv, in vidioc_querycap() argument
166 struct dsbr100_device *radio = video_drvdata(file); in vidioc_querycap()
174 static int vidioc_g_tuner(struct file *file, void *priv, in vidioc_g_tuner() argument
177 struct dsbr100_device *radio = video_drvdata(file); in vidioc_g_tuner()
195 static int vidioc_s_tuner(struct file *file, void *priv, in vidioc_s_tuner() argument
201 static int vidioc_s_frequency(struct file *file, void *priv, in vidioc_s_frequency() argument
204 struct dsbr100_device *radio = video_drvdata(file); in vidioc_s_frequency()
213 static int vidioc_g_frequency(struct file *file, void *priv, in vidioc_g_frequency() argument
216 struct dsbr100_device *radio = video_drvdata(file); in vidioc_g_frequency()
H A Dradio-sf16fmi.c130 static int vidioc_querycap(struct file *file, void *priv, in vidioc_querycap() argument
139 static int vidioc_g_tuner(struct file *file, void *priv, in vidioc_g_tuner() argument
142 struct fmi *fmi = video_drvdata(file); in vidioc_g_tuner()
158 static int vidioc_s_tuner(struct file *file, void *priv, in vidioc_s_tuner() argument
164 static int vidioc_s_frequency(struct file *file, void *priv, in vidioc_s_frequency() argument
167 struct fmi *fmi = video_drvdata(file); in vidioc_s_frequency()
178 static int vidioc_g_frequency(struct file *file, void *priv, in vidioc_g_frequency() argument
181 struct fmi *fmi = video_drvdata(file); in vidioc_g_frequency()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dfault.c125 static int fault_opcodes_open(struct inode *inode, struct file *file) in fault_opcodes_open() argument
127 file->private_data = inode->i_private; in fault_opcodes_open()
128 return nonseekable_open(inode, file); in fault_opcodes_open()
131 static ssize_t fault_opcodes_write(struct file *file, const char __user *buf, in fault_opcodes_write() argument
138 struct fault *fault = file->private_data; in fault_opcodes_write()
149 ret = debugfs_file_get(file->f_path.dentry); in fault_opcodes_write()
199 debugfs_file_put(file->f_path.dentry); in fault_opcodes_write()
205 static ssize_t fault_opcodes_read(struct file *file, char __user *buf, in fault_opcodes_read() argument
212 struct fault *fault = file->private_data; in fault_opcodes_read()
218 ret = debugfs_file_get(file->f_path.dentry); in fault_opcodes_read()
[all …]
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-kconfig.txt8 kernel, Busybox, and Buildroot itself. The presence of a .config file
16 file in a correct way.
24 package, the minimally required lines in the +.mk+ file, in addition to
28 FOO_KCONFIG_FILE = reference-to-source-configuration-file
38 source configuration file. It is not possible to use this target
42 source configuration file. The configuration file will only list the
52 and ensures that the source configuration file is copied to the build
55 There are two options to specify a configuration file to use, either
59 * +FOO_KCONFIG_FILE+ specifies the path to a defconfig or full-config file
72 fragment files that are merged to the main configuration file.
[all …]
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Docfs2-online-filecheck.rst4 OCFS2 file system - online file check
7 This document will describe OCFS2 online file check feature.
18 read-only, and the problematic file's inode number is reported in the kernel
19 log. The user can try to check/fix this file via online filecheck feature.
25 checking/fixing is at the file level, initially for regular files and eventually
28 In case of directory to file links is incorrect, the directory inode is
33 bits for file blocks in the allocation has been set. In case of such an error,
44 input to check/fix the file.
46 There is a sysfs directory for each OCFS2 file system mounting::
51 mounted. The file above would accept inode numbers. This could be used to
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/dropbear/
H A Ddropbear.inc9 LIC_FILES_CHKSUM = "file://LICENSE;md5=25cf44512b7bc8966a48b6b1a9b7605f"
23 file://0001-urandom-xauth-changes-to-options.h.patch \
24 file://init \
25 file://dropbearkey.service \
26 file://dropbear@.service \
27 file://dropbear.socket \
28 file://dropbear.default \
30 …${@bb.utils.contains('PACKAGECONFIG', 'disable-weak-ciphers', 'file://dropbear-disable-weak-cipher…
31 file://CVE-2021-36369.patch \
34 PAM_SRC_URI = "file://0005-dropbear-enable-pam.patch \
[all …]
/OK3568_Linux_fs/buildroot/package/cups/
H A D0003-Sanitize-the-installation-process.patch63 for file in $(KEEP); do \
64 if test -r $(SERVERROOT)/$$file ; then \
65 - $(INSTALL_CONFIG) -g $(CUPS_GROUP) $$file $(SERVERROOT)/$$file.N ; \
66 + $(INSTALL_CONFIG) $$file $(SERVERROOT)/$$file.N ; \
68 - $(INSTALL_CONFIG) -g $(CUPS_GROUP) $$file $(SERVERROOT) ; \
69 + $(INSTALL_CONFIG) $$file $(SERVERROOT) ; \
71 - $(INSTALL_CONFIG) -g $(CUPS_GROUP) $$file $(SERVERROOT)/$$file.default; \
72 + $(INSTALL_CONFIG) $$file $(SERVERROOT)/$$file.default; \
75 for file in $(REPLACE); do \
/OK3568_Linux_fs/kernel/fs/proc/
H A Dproc_net.c42 static int seq_open_net(struct inode *inode, struct file *file) in seq_open_net() argument
50 if (file->f_mode & FMODE_WRITE && !PDE(inode)->write) in seq_open_net()
57 p = __seq_open_private(file, PDE(inode)->seq_ops, state_size); in seq_open_net()
68 static int seq_release_net(struct inode *ino, struct file *f) in seq_release_net()
166 static int single_open_net(struct inode *inode, struct file *file) in single_open_net() argument
176 err = single_open(file, de->single_show, net); in single_open_net()
182 static int single_release_net(struct inode *ino, struct file *f) in single_release_net()
315 static int proc_tgid_net_readdir(struct file *file, struct dir_context *ctx) in proc_tgid_net_readdir() argument
321 net = get_proc_task_net(file_inode(file)); in proc_tgid_net_readdir()
323 ret = proc_readdir_de(file, ctx, net->proc_net); in proc_tgid_net_readdir()
/OK3568_Linux_fs/kernel/arch/x86/boot/tools/
H A Dbuild.c339 FILE *file; in parse_zoffset() local
343 file = fopen(fname, "r"); in parse_zoffset()
344 if (!file) in parse_zoffset()
346 c = fread(buf, 1, sizeof(buf) - 1, file); in parse_zoffset()
347 if (ferror(file)) in parse_zoffset()
349 fclose(file); in parse_zoffset()
376 FILE *file, *dest; in main() local
392 file = fopen(argv[1], "r"); in main()
393 if (!file) in main()
395 c = fread(buf, 1, sizeof(buf), file); in main()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dtx99.c159 static ssize_t read_file_tx99(struct file *file, char __user *user_buf, in read_file_tx99() argument
162 struct ath_softc *sc = file->private_data; in read_file_tx99()
170 static ssize_t write_file_tx99(struct file *file, const char __user *user_buf, in write_file_tx99() argument
173 struct ath_softc *sc = file->private_data; in write_file_tx99()
227 static ssize_t read_file_tx99_power(struct file *file, in read_file_tx99_power() argument
231 struct ath_softc *sc = file->private_data; in read_file_tx99_power()
242 static ssize_t write_file_tx99_power(struct file *file, in write_file_tx99_power() argument
246 struct ath_softc *sc = file->private_data; in write_file_tx99_power()
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-general.rst27 release, rather than through the use of an append file. When you
29 perhaps an include file used by the recipe) could have changed in a
31 removed from an include file and the customized recipe tries to call
43 use an append file. A good example of this is when introducing a
51 releases. However, if the append file is specific to a
54 changed, then you will at a minimum need to rename the append file to
55 match the name of the recipe file. A mismatch between an append file
56 and its corresponding recipe file (``.bb``) will trigger an error
59 Depending on the type of customization the append file applies, other
61 append file applies a patch and the recipe to which it is appending
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/apt/
H A Dapt_2.4.5.bb9 file://triehash \
10 file://0001-Disable-documentation-directory-altogether.patch \
11 file://0001-Fix-musl-build.patch \
12 file://0001-CMakeLists.txt-avoid-changing-install-paths-based-on.patch \
13 file://0001-cmake-Do-not-build-po-files.patch \
14 file://0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch \
15 file://0001-aptwebserver.cc-Include-array.patch \
19 file://0001-Do-not-init-tables-from-dpkg-configuration.patch \
20 file://0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch \
24 file://0001-Do-not-init-tables-from-dpkg-configuration.patch \
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/mk/
H A Dcompile.mk66 comp-cmd-file-$2:= $$(dir $2).$$(notdir $2).cmd
70 cleanfiles := $$(cleanfiles) $$(comp-dep-$2) $$(comp-cmd-file-$2) $2
243 define gen-asm-defines-file
244 $(call _gen-asm-defines-file,$1,$2,$(dir $2).$(notdir $(2:.h=.s)),$(asm-defines-$(notdir $(1))-deps…
247 $(foreach f,$(asm-defines-files),$(eval $(call gen-asm-defines-file,$(f),$(out-dir)/$(sm)/include/g…
254 define gen-dtb-file
262 dtb-cmd-file-$2 := $$(dir $2).$$(notdir $2).cmd
266 $$(dtb-dep-$2) $$(dtb-cmd-file-$2)
276 -include $$(dtb-cmd-file-$2)
296 $$(dtb-cmd-file-$2) ;\
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/mk/
H A Dcompile.mk66 comp-cmd-file-$2:= $$(dir $2).$$(notdir $2).cmd
70 cleanfiles := $$(cleanfiles) $$(comp-dep-$2) $$(comp-cmd-file-$2) $2
243 define gen-asm-defines-file
244 $(call _gen-asm-defines-file,$1,$2,$(dir $2).$(notdir $(2:.h=.s)),$(asm-defines-$(notdir $(1))-deps…
247 $(foreach f,$(asm-defines-files),$(eval $(call gen-asm-defines-file,$(f),$(out-dir)/$(sm)/include/g…
254 define gen-dtb-file
262 dtb-cmd-file-$2 := $$(dir $2).$$(notdir $2).cmd
266 $$(dtb-dep-$2) $$(dtb-cmd-file-$2)
276 -include $$(dtb-cmd-file-$2)
296 $$(dtb-cmd-file-$2) ;\
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/
H A Dmycroft_19.8.1.bb7 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=79aa497b11564d1d419ee889e7b498f6"
11 file://0001-Remove-python-venv.patch \
12 file://0002-dev_setup.sh-Remove-the-git-dependency.patch \
13 file://0003-dev_setup.sh-Remove-the-TERM-dependency.patch \
14 file://0004-dev_setup.sh-Ignore-missing-package-manager.patch \
15 file://0005-pip-requirements-Don-t-install-requirements-with-pip.patch \
16 file://0006-Use-python3-and-pip3-instead-of-python-and-pip.patch \
17 file://0007-mycroft.conf-Use-pocketsphinx-by-default.patch \
18 file://dev_opts.json \
19 file://mycroft-setup.service \
[all …]

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