Home
last modified time | relevance | path

Searched refs:file (Results 5576 - 5600 of 14508) sorted by relevance

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

/kernel/linux/linux-6.6/include/sound/
H A Dseq_kernel.h6 * Main kernel header file for the ALSA sequencer
62 struct file *file, bool blocking);
/kernel/linux/linux-6.6/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
24 #include <linux/file.h>
57 unsigned long arch_get_unmapped_area(struct file *filp, unsigned long addr, in arch_get_unmapped_area()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_gem_ttm_helper.c121 * @file: DRM file pointer.
135 int drm_gem_ttm_dumb_map_offset(struct drm_file *file, struct drm_device *dev, in drm_gem_ttm_dumb_map_offset() argument
140 gem = drm_gem_object_lookup(file, handle); in drm_gem_ttm_dumb_map_offset()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_busy.c114 struct drm_file *file) in i915_gem_busy_ioctl()
124 obj = i915_gem_object_lookup_rcu(file, args->handle); in i915_gem_busy_ioctl()
113 i915_gem_busy_ioctl(struct drm_device *dev, void *data, struct drm_file *file) i915_gem_busy_ioctl() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_drm_client.c93 void i915_drm_client_fdinfo(struct drm_printer *p, struct drm_file *file) in i915_drm_client_fdinfo() argument
95 struct drm_i915_file_private *file_priv = file->driver_priv; in i915_drm_client_fdinfo()
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Drockchip_drm_fb.c32 rockchip_fb_create(struct drm_device *dev, struct drm_file *file, in rockchip_fb_create() argument
47 ret = drm_gem_fb_init_with_funcs(dev, &afbc_fb->base, file, mode_cmd, in rockchip_fb_create()
/kernel/linux/linux-6.6/tools/objtool/arch/powerpc/
H A Ddecode.c42 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, in arch_decode_instruction() argument
51 ins = bswap_if_needed(file->elf, *(u32 *)(sec->data->d_buf + offset)); in arch_decode_instruction()
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddlfilter.h21 char *file; member
54 struct dlfilter *dlfilter__new(const char *file, int dlargc, char **dlargv);
H A Dpath.c48 bool is_regular_file(const char *file) in is_regular_file() argument
52 if (stat(file, &st)) in is_regular_file()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dglobal_data_init.c6 const char *file = "./test_global_data.bpf.o"; in test_global_data_init() local
14 obj = bpf_object__open_file(file, NULL); in test_global_data_init()
H A Dstacktrace_map.c9 const char *file = "./test_stacktrace_map.bpf.o"; in test_stacktrace_map() local
15 err = bpf_prog_test_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.bpf.o"; in test_task_fd_query_tp_core() local
16 err = bpf_prog_test_load(file, BPF_PROG_TYPE_TRACEPOINT, &obj, &prog_fd); in test_task_fd_query_tp_core()
H A Dtask_fd_query_rawtp.c6 const char *file = "./test_get_stack_rawtp.bpf.o"; in test_task_fd_query_rawtp() local
14 err = bpf_prog_test_load(file, BPF_PROG_TYPE_RAW_TRACEPOINT, &obj, &prog_fd); in test_task_fd_query_rawtp()
H A Dxdp_info.c10 const char *file = "./xdp_dummy.bpf.o"; in serial_test_xdp_info() local
33 err = bpf_prog_test_load(file, BPF_PROG_TYPE_XDP, &obj, &prog_fd); in serial_test_xdp_info()
H A Drdonly_maps.c19 const char *file = "test_rdonly_maps.bpf.o"; in test_rdonly_maps() local
32 obj = bpf_object__open_file(file, NULL); in test_rdonly_maps()
H A Dxdp.c11 const char *file = "./test_xdp.bpf.o"; in test_xdp() local
25 err = bpf_prog_test_load(file, BPF_PROG_TYPE_XDP, &obj, &prog_fd); in test_xdp()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Drefcounted_kptr_fail.c80 struct file *file, struct kobject *kobj, in BPF_PROG()
79 BPF_PROG(rbtree_fail_sleepable_lock_across_rcu, struct file *file, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t len) BPF_PROG() argument
/kernel/liteos_a/compat/posix/src/
H A Dstdio.c41 struct file *filep = NULL; in _lseek()
43 /* Get the file structure corresponding to the file descriptor. */ in _lseek()
80 struct file *filep = NULL; in _lseek64()
83 /* Get the file structure corresponding to the file descriptor. */ in _lseek64()
/kernel/linux/linux-6.6/scripts/
H A Dcheck-sysctl-docs28 # files: maps procnames to source file names
50 printf "* %s from %s", entry, file[entry]
95 # Stage 2: process each file and find all sysctl tables
103 if (debug) print "Processing file " FILENAME
140 file[curentry] = FILENAME
/test/testfwk/xdevice/src/xdevice/
H A D__main__.py7 # you may not use this file except in compliance with the License.
50 file, url = source.get("file"), source.get("url")
51 to_path = os.path.join(template_path, file)
54 LOG.info(f"get report template resource {file} from {url}")
/test/xts/acts/commonlibrary/toolchain/libc-test/
H A Dtar_files.py6 you may not use this file except in compliance with the License.
53 for file in files:
54 pathfile = os.path.join(root, file)
/third_party/curl/winbuild/
H A Dgen_resp_file.bat11 rem * This software is licensed as described in the file COPYING, which
17 rem * furnished to do so, under the terms of the COPYING file.
/third_party/elfutils/tests/
H A Dallfcts.c2 This file is part of elfutils.
4 This file is free software; you can redistribute it and/or modify
32 const char *file = dwarf_decl_file (func); in cb() local
37 printf ("%s:%d:%s\n", file, line, fct); in cb()
55 printf ("Warning: no alt file found.\n"); in setup_alt()
/third_party/gn/src/gn/
H A Dfunction_exec_script.cc3 // found in the LICENSE file.
35 if (!function_range.begin().file()) in CheckExecScriptPermissions()
36 return true; // No file, might be some internal thing, implicitly pass. in CheckExecScriptPermissions()
38 if (whitelist->find(function_range.begin().file()->name()) != in CheckExecScriptPermissions()
55 "The allowed callers of exec_script is maintained in the \"//.gn\" file\n" in CheckExecScriptPermissions()
78 directory. If you are passing file names, you will want to use the
79 rebase_path() function to make file names relative to this path (see "gn help
90 relative to the current build file.
97 Controls how the file is read and parsed. See `gn help io_conversion`.
149 // Fall back to secondary source root when the file does
[all...]
/third_party/fsverity-utils/lib/
H A Dlib_private.h8 * license that can be found in the LICENSE file or at
67 libfsverity_warn_on(const char *condition, const char *file, int line);
79 libfsverity_bug_on(const char *condition, const char *file, int line);

Completed in 11 milliseconds

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