Home
last modified time | relevance | path

Searched refs:file (Results 5526 - 5550 of 14508) sorted by relevance

1...<<221222223224225226227228229230>>...581

/base/hiviewdfx/faultloggerd/interfaces/rust/panic_handler/
H A Dlib.rs4 * 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 Dtest_utils.cpp4 * 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 Dvcard_file_utils.cpp4 * 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 Dcustom_method.c22 static ssize_t cm_write(struct file *file, const char __user * user_buf, in cm_write() argument
H A Dbgrt.c32 static ssize_t image_read(struct file *file, struct kobject *kobj, in image_read() argument
/kernel/linux/common_modules/xpm/developer/
H A Ddsmm_developer.c75 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 Dteek_app_load.c21 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 Dsimcall.h4 * 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 Dsyscall.c4 * 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 Dglobal_data_init.c6 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 Dns_current_pid_tgid.c19 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 Drdonly_maps.c19 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 Dstacktrace_map.c9 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 Dtask_fd_query_tp.c7 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 Dtest_bpffs.c12 static int read_iter(char *file) in read_iter() argument
18 fd = open(file, 0); in read_iter()
H A Dtask_fd_query_rawtp.c6 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 Di915_gem_busy.c81 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 Diio_core.h43 __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 Dttynull.c17 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 Drtmutex.h10 * 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 Dseq_kernel.h6 * Main kernel header file for the ALSA sequencer
62 struct file *file, bool blocking);
/kernel/linux/linux-5.10/drivers/xen/xenfs/
H A Dsuper.c31 static ssize_t capabilities_read(struct file *file, char __user *buf, in capabilities_read() argument
/kernel/linux/linux-5.10/fs/affs/
H A Dsymlink.c14 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 Dcoda_linux.h46 /* 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 Dpioctl.c28 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()

Completed in 11 milliseconds

1...<<221222223224225226227228229230>>...581