| /kernel/linux/linux-6.6/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-6.6/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 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 D | drm_gem_ttm_helper.c | 121 * @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 D | i915_gem_busy.c | 114 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 D | i915_drm_client.c | 93 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 D | rockchip_drm_fb.c | 32 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 D | decode.c | 42 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 D | dlfilter.h | 21 char *file; member 54 struct dlfilter *dlfilter__new(const char *file, int dlargc, char **dlargv);
|
| H A D | path.c | 48 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 D | global_data_init.c | 6 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 D | stacktrace_map.c | 9 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 D | task_fd_query_tp.c | 7 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 D | task_fd_query_rawtp.c | 6 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 D | xdp_info.c | 10 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 D | rdonly_maps.c | 19 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 D | xdp.c | 11 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 D | refcounted_kptr_fail.c | 80 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 D | stdio.c | 41 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 D | check-sysctl-docs | 28 # 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__.py | 7 # 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 D | tar_files.py | 6 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 D | gen_resp_file.bat | 11 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 D | allfcts.c | 2 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 D | function_exec_script.cc | 3 // 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 D | lib_private.h | 8 * 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);
|