| /kernel/linux/linux-6.6/fs/configfs/ |
| H A D | Makefile | 8 configfs-objs := inode.o file.o dir.o symlink.o mount.o item.o
|
| /kernel/linux/linux-6.6/fs/efs/ |
| H A D | Makefile | 8 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
|
| /kernel/linux/linux-6.6/include/media/i2c/ |
| H A D | saa6588.h | 21 struct file *instance;
|
| /third_party/ltp/testcases/commands/ar/datafiles/ |
| H A D | Makefile | 18 INSTALL_TARGETS := file*
|
| /third_party/ltp/include/old/ |
| H A D | old_resource.h | 15 * otherwise, applies only to this software file. Patent licenses, if 45 * Copy a file to the CWD. The destination is apended to CWD. 51 void tst_resource_copy(const char *file, const int lineno,
|
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | ntfscat.h | 21 * distribution in the file COPYING); if not, write to the Free Software 33 char *file; /* File to display */ member
|
| /third_party/musl/src/linux/ |
| H A D | flock.c | 1 #include <sys/file.h>
|
| /third_party/ltp/testcases/network/rpc/basic_tests/rpc01/datafiles/ |
| H A D | Makefile | 27 INSTALL_TARGETS := file*
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | untypedModuleImport_vsAmbient.js | 6 This file is not processed.
|
| H A D | untypedModuleImport_withAugmentation.js | 6 This file is not processed.
|
| /third_party/python/PC/ |
| H A D | invalid_parameter_handler.c | 14 wchar_t const* file, in _silent_invalid_parameter_handler() 11 _silent_invalid_parameter_handler( wchar_t const* expression, wchar_t const* function, wchar_t const* file, unsigned int line, uintptr_t pReserved) _silent_invalid_parameter_handler() argument
|
| /kernel/linux/linux-5.10/scripts/ |
| H A D | checkpatch.pl | 4 # (c) 2001, Dave Jones. (the file handling bit) 33 my $file = 0; 86 --showfile emit diffed file position, not input file position 97 -f, --file treat FILE as regular source file 105 requires --strict for use with --file 109 --no-summary suppress the per-file summary 111 --summary-file include the filename in summary 124 file [all...] |
| /kernel/linux/linux-6.6/scripts/ |
| H A D | checkpatch.pl | 4 # (c) 2001, Dave Jones. (the file handling bit) 36 my $file = 0; 94 --showfile emit diffed file position, not input file position 105 -f, --file treat FILE as regular source file 113 requires --strict for use with --file 117 --no-summary suppress the per-file summary 119 --summary-file include the filename in summary 132 file [all...] |
| /third_party/ltp/scripts/ |
| H A D | checkpatch.pl | 4 # (c) 2001, Dave Jones. (the file handling bit) 36 my $file = 0; 91 --showfile emit diffed file position, not input file position 102 -f, --file treat FILE as regular source file 110 requires --strict for use with --file 114 --no-summary suppress the per-file summary 116 --summary-file include the filename in summary 129 file [all...] |
| /base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
| H A D | cert_manager_status.c | 4 * you may not use this file except in compliance with the License. 39 #define MAX_STATUS_TREE_MALLOC_SIZE (5 * 1024 * 1024) /* max 5M tree file size */ 45 /* red-black tree to store disabled certificate file names. */ 240 static int32_t ReadFile(const char *file, uint8_t **bufptr, uint32_t *size) in ReadFile() argument 247 sz = CertManagerFileSize(CERT_STATUS_DIR, file); in ReadFile() 249 CM_LOG_D("Status file not found\n"); in ReadFile() 254 CM_LOG_W("Status file size too small. Must be at least %u bytes.\n", HEADER_LEN); in ReadFile() 265 nb = CertManagerFileRead(CERT_STATUS_DIR, file, 0, buf, sz); in ReadFile() 267 CM_LOG_W("Failed to read status file: %u bytes expected but only has %u\n", sz, nb); in ReadFile() 286 /* file doe in LoadTreeStatus() 336 const char *file = g_statusFiles[storeIndex]; LoadStatus() local 405 const char *file = g_statusFiles[storeIndex]; WriteStatus() local [all...] |
| /kernel/linux/linux-5.10/arch/s390/crypto/ |
| H A D | prng.c | 504 /*** file io functions ***/ 506 static int prng_open(struct inode *inode, struct file *file) in prng_open() argument 508 return nonseekable_open(inode, file); in prng_open() 512 static ssize_t prng_tdes_read(struct file *file, char __user *ubuf, in prng_tdes_read() argument 590 static ssize_t prng_sha512_read(struct file *file, char __user *ubuf, in prng_sha512_read() argument
|
| /kernel/linux/linux-6.6/arch/s390/crypto/ |
| H A D | prng.c | 504 /*** file io functions ***/ 506 static int prng_open(struct inode *inode, struct file *file) in prng_open() argument 508 return nonseekable_open(inode, file); in prng_open() 512 static ssize_t prng_tdes_read(struct file *file, char __user *ubuf, in prng_tdes_read() argument 590 static ssize_t prng_sha512_read(struct file *file, char __user *ubuf, in prng_sha512_read() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| H A D | drm_gem.c | 33 #include <linux/file.h> 53 /** @file drm_gem.c 55 * This file provides some of the base ioctls and library routines for 67 * struct file. However, file descriptors as handles to a struct file have 76 * ioctls. The objects themselves will still include the struct file so 126 struct file *filp; in drm_gem_object_init() 227 * Called at device or object close to release the file's 251 * drm_gem_handle_delete - deletes the given file 297 drm_gem_dumb_map_offset(struct drm_file *file, struct drm_device *dev, u32 handle, u64 *offset) drm_gem_dumb_map_offset() argument 334 drm_gem_dumb_destroy(struct drm_file *file, struct drm_device *dev, uint32_t handle) drm_gem_dumb_destroy() argument [all...] |
| /kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
| H A D | core.c | 805 static int intel_th_output_open(struct inode *inode, struct file *file) in intel_th_output_open() argument 821 replace_fops(file, fops); in intel_th_output_open() 823 file->private_data = to_intel_th_device(dev); in intel_th_output_open() 825 if (file->f_op->open) { in intel_th_output_open() 826 err = file->f_op->open(inode, file); in intel_th_output_open()
|
| /kernel/linux/linux-5.10/drivers/uio/ |
| H A D | uio.c | 459 static int uio_open(struct inode *inode, struct file *filep) in uio_open() 518 static int uio_fasync(int fd, struct file *filep, int on) in uio_fasync() 526 static int uio_release(struct inode *inode, struct file *filep) in uio_release() 543 static __poll_t uio_poll(struct file *filep, poll_table *wait) in uio_poll() 563 static ssize_t uio_read(struct file *filep, char __user *buf, in uio_read() 618 static ssize_t uio_write(struct file *filep, const char __user *buf, in uio_write() 760 static int uio_mmap(struct file *filep, struct vm_area_struct *vma) in uio_mmap()
|
| /kernel/linux/linux-5.10/drivers/vhost/ |
| H A D | vsock.c | 607 static int vhost_vsock_dev_open(struct inode *inode, struct file *file) in vhost_vsock_dev_open() argument 639 file->private_data = vsock; in vhost_vsock_dev_open() 686 static int vhost_vsock_dev_release(struct inode *inode, struct file *file) in vhost_vsock_dev_release() argument 688 struct vhost_vsock *vsock = file->private_data; in vhost_vsock_dev_release() 791 static long vhost_vsock_dev_ioctl(struct file *f, unsigned int ioctl, in vhost_vsock_dev_ioctl()
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | perf_event.h | 527 * @path: object file's path for file-based filters 547 * @nr_file_filters: number of file-based filters 575 struct file; 734 /* vma address array for file-based filders */ 960 extern struct file *perf_event_get(unsigned int fd); 961 extern const struct perf_event *perf_get_event(struct file *file); 1476 static inline struct file *perf_event_get(unsigned int fd) { return ERR_PTR(-EINVAL); } in perf_event_get() 1477 static inline const struct perf_event *perf_get_event(struct file *fil in perf_event_get() argument [all...] |
| /kernel/linux/linux-5.10/scripts/kconfig/ |
| H A D | menu.c | 18 struct file *file_list; 19 struct file *current_file; 25 fprintf(stderr, "%s:%d:warning: ", menu->file->name, menu->lineno); in menu_warn() 35 fprintf(stderr, "%s:%d:warning: ", prop->file->name, prop->lineno); in prop_warn() 55 menu->file = current_file; in menu_add_entry() 136 prop->file = current_file; in menu_add_prop() 718 menu->file->name, menu->lineno); in get_def_str()
|
| /kernel/linux/linux-5.10/lib/ |
| H A D | dynamic_debug.c | 133 vpr_info("%s: func=\"%s\" file=\"%s\" module=\"%s\" format=\"%.*s\" lineno=%u-%u\n", in vpr_info_dq() 364 * file <full-pathname> 365 * file <base-filename> 393 } else if (!strcmp(keyword, "file")) { in ddebug_parse_query() 394 if (check_set(&query->filename, arg, "file")) in ddebug_parse_query() 743 static ssize_t ddebug_proc_write(struct file *file, const char __user *ubuf, in ddebug_proc_write() argument 895 static int ddebug_proc_open(struct inode *inode, struct file *file) in ddebug_proc_open() argument 898 return seq_open_private(file, in ddebug_proc_open() [all...] |
| /kernel/linux/linux-5.10/init/ |
| H A D | main.c | 1476 struct file *file = filp_open("/dev/console", O_RDWR, 0); in console_on_rootfs() local 1478 if (IS_ERR(file)) { in console_on_rootfs() 1482 init_dup(file); in console_on_rootfs() 1483 init_dup(file); in console_on_rootfs() 1484 init_dup(file); in console_on_rootfs() 1485 fput(file); in console_on_rootfs()
|