| /base/hiviewdfx/faultloggerd/interfaces/rust/panic_handler/ |
| H A D | lib.rs | 4 * you may not use this file except in compliance with the License. 64 let (file, line) = info.location().map(|loc| (loc.file(), loc.line())).unwrap_or(("<unknown>", 0)); in report_info_handler() 76 let panic_reason = format!("file:{} line:{} message:{}", file, line, errmsg);
|
| /base/powermgr/battery_manager/test/utils/ |
| H A D | test_utils.cpp | 4 * you may not use this file except in compliance with the License.
57 BATTERY_HILOGI(LABEL_TEST, "Cannot create file");
in WriteMock() 77 std::string file = std::string(MOCK_PATH) + "/" + MOCK_DIR_NAME[dInd] + "/" + "online";
in ResetOnline() local 78 WriteMock(file, "0");
in ResetOnline()
|
| /base/telephony/core_service/utils/vcard/src/ |
| H A D | vcard_file_utils.cpp | 4 * you may not use this file except in compliance with the License. 40 void VCardFileUtils::SetInputStream(std::shared_ptr<std::ifstream> file) in SetInputStream() argument 42 file_ = file; in SetInputStream()
|
| /kernel/linux/linux-5.10/drivers/acpi/ |
| H A D | custom_method.c | 22 static ssize_t cm_write(struct file *file, const char __user * user_buf, in cm_write() argument
|
| H A D | bgrt.c | 32 static ssize_t image_read(struct file *file, struct kobject *kobj, in image_read() argument
|
| /kernel/linux/common_modules/xpm/developer/ |
| H A D | dsmm_developer.c | 75 static ssize_t dsmm_read_developer_proc(struct file *file, char __user *buf, in dsmm_read_developer_proc() argument 104 xpm_log_error("[%s] proc file create failed", in dsmm_developer_proc_create()
|
| /kernel/linux/common_modules/tzdriver/core/ |
| H A D | teek_app_load.c | 21 static int32_t teek_open_app_file(struct file *fp, char **file_buf, uint32_t total_img_len) in teek_open_app_file() 34 tloge("alloc TA file buffer(size=%u) failed\n", total_img_len); in teek_open_app_file() 40 tloge("read ta file failed, read size/total size=%u/%u\n", read_size, total_img_len); in teek_open_app_file() 53 struct file *fp = NULL; in teek_read_app() 57 tloge("open file error %ld\n", PTR_ERR(fp)); in teek_read_app()
|
| /kernel/linux/linux-5.10/arch/xtensa/platforms/iss/include/platform/ |
| H A D | simcall.h | 4 * This file is subject to the terms and conditions of the GNU General Public 5 * License. See the file "COPYING" in the main directory of this archive 49 #define SYS_select_one 29 /* not compitible select, one file descriptor at the time */ 87 static inline int simc_open(const char *file, int flags, int mode) in simc_open() argument 89 return __simc(SYS_open, (int) file, flags, mode); in simc_open()
|
| /kernel/linux/linux-5.10/arch/xtensa/kernel/ |
| H A D | syscall.c | 4 * This file is subject to the terms and conditions of the GNU General Public 5 * License. See the file "COPYING" in the main directory of this archive 25 #include <linux/file.h> 61 unsigned long arch_get_unmapped_area(struct file *filp, unsigned long addr, in arch_get_unmapped_area()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| H A D | global_data_init.c | 6 const char *file = "./test_global_data.o"; in test_global_data_init() local 14 obj = bpf_object__open_file(file, NULL); in test_global_data_init()
|
| H A D | ns_current_pid_tgid.c | 19 const char *file = "test_ns_current_pid_tgid.o"; in test_ns_current_pid_tgid() local 29 obj = bpf_object__open_file(file, NULL); in test_ns_current_pid_tgid()
|
| H A D | rdonly_maps.c | 19 const char *file = "test_rdonly_maps.o"; in test_rdonly_maps() local 32 obj = bpf_object__open_file(file, NULL); in test_rdonly_maps()
|
| H A D | stacktrace_map.c | 9 const char *file = "./test_stacktrace_map.o"; in test_stacktrace_map() local 15 err = bpf_prog_load(file, BPF_PROG_TYPE_TRACEPOINT, &obj, &prog_fd); in test_stacktrace_map()
|
| H A D | task_fd_query_tp.c | 7 const char *file = "./test_tracepoint.o"; in test_task_fd_query_tp_core() local 16 err = bpf_prog_load(file, BPF_PROG_TYPE_TRACEPOINT, &obj, &prog_fd); in test_task_fd_query_tp_core()
|
| H A D | test_bpffs.c | 12 static int read_iter(char *file) in read_iter() argument 18 fd = open(file, 0); in read_iter()
|
| H A D | task_fd_query_rawtp.c | 6 const char *file = "./test_get_stack_rawtp.o"; in test_task_fd_query_rawtp() local 14 err = bpf_prog_load(file, BPF_PROG_TYPE_RAW_TRACEPOINT, &obj, &prog_fd); in test_task_fd_query_rawtp()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_busy.c | 81 struct drm_file *file) in i915_gem_busy_ioctl() 91 obj = i915_gem_object_lookup_rcu(file, args->handle); in i915_gem_busy_ioctl() 80 i915_gem_busy_ioctl(struct drm_device *dev, void *data, struct drm_file *file) i915_gem_busy_ioctl() argument
|
| /kernel/linux/linux-5.10/drivers/iio/ |
| H A D | iio_core.h | 43 __poll_t iio_buffer_poll(struct file *filp, 45 ssize_t iio_buffer_read_outer(struct file *filp, char __user *buf,
|
| /kernel/linux/linux-5.10/drivers/tty/ |
| H A D | ttynull.c | 17 static int ttynull_open(struct tty_struct *tty, struct file *filp) in ttynull_open() 22 static void ttynull_close(struct tty_struct *tty, struct file *filp) in ttynull_close()
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | rtmutex.h | 10 * This file contains the public data structure and API definitions. 36 const char *name, *file; member 63 , .name = #mutexname, .file = __FILE__, .line = __LINE__
|
| /kernel/linux/linux-5.10/include/sound/ |
| H A D | seq_kernel.h | 6 * Main kernel header file for the ALSA sequencer 62 struct file *file, bool blocking);
|
| /kernel/linux/linux-5.10/drivers/xen/xenfs/ |
| H A D | super.c | 31 static ssize_t capabilities_read(struct file *file, char __user *buf, in capabilities_read() argument
|
| /kernel/linux/linux-5.10/fs/affs/ |
| H A D | symlink.c | 14 static int affs_symlink_readpage(struct file *file, struct page *page) in affs_symlink_readpage() argument
|
| /kernel/linux/linux-5.10/fs/coda/ |
| H A D | coda_linux.h | 46 /* operations shared over more than one file */ 47 int coda_open(struct inode *i, struct file *f); 48 int coda_release(struct inode *i, struct file *f); 54 /* this file: heloers */
|
| H A D | pioctl.c | 28 static long coda_pioctl(struct file *filp, unsigned int cmd, 31 /* exported from this file */ 48 static long coda_pioctl(struct file *filp, unsigned int cmd, in coda_pioctl()
|