| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_output.py | 233 m = self.msg(fname, arg.name, arg) argument 178 msg(self, fname, name, args) global() argument 221 out_doc(self, fname, name, args) global() argument 224 out_function(self, fname, name, args) global() argument 227 out_enum(self, fname, name, args) global() argument 230 out_typedef(self, fname, name, args) global() argument 359 out_doc(self, fname, name, args) global() argument 364 out_function(self, fname, name, args) global() argument 446 out_enum(self, fname, name, args) global() argument 475 out_typedef(self, fname, name, args) global() argument 492 out_struct(self, fname, name, args) global() argument 629 out_tail(self, fname, name, args) global() argument 652 msg(self, fname, name, args) global() argument 684 out_doc(self, fname, name, args) global() argument 696 out_function(self, fname, name, args) global() argument 744 out_enum(self, fname, name, args) global() argument 776 out_typedef(self, fname, name, args) global() argument 790 out_struct(self, fname, name, args) global() argument [all...] |
| H A D | kdoc_files.py | 110 parse_file(self, fname) global() argument 129 process_export_file(self, fname) global() argument 148 file_not_found_cb(self, fname) global() argument 227 out_msg(self, fname, name, arg) global() argument [all...] |
| /linux/include/asm-generic/ |
| H A D | kprobes.h | 11 # define __NOKPROBE_SYMBOL(fname) \ argument 15 # define NOKPROBE_SYMBOL(fname) __NOKPROBE_SYMBOL(fname) argument 20 # define NOKPROBE_SYMBOL(fname) argument
|
| H A D | error-injection.h | 27 #define ALLOW_ERROR_INJECTION(fname, _etype) \ argument 37 #define ALLOW_ERROR_INJECTION(fname, _etype) argument
|
| /linux/scripts/ |
| H A D | elf-parse.c | 22 static void *map_file(char const *fname, size_t *size) in map_file() 55 static int elf_parse(const char *fname, void *addr, uint32_t types) in elf_parse() 177 void *elf_map(char const *fname, size_t *size, uint32_t types) in elf_map()
|
| H A D | spdxcheck.py | 38 def update(self, fname, basedir, miss): argument 197 def parse_lines(self, fd, maxlines, fname): argument 314 def read_exclude_file(fname): argument 374 fname = args.exclude variable 376 fname = os.path.join(os.path.dirname(__file__), 'spdxexclude') variable
|
| H A D | make_fit.py | 229 def compress_dtb(fname, compress): argument 244 def output_dtb(fsw, seq, fname, arch, compress, data=None): argument 267 def process_dtb(fname, args): argument
|
| H A D | tracepoint-update.c | 117 static void check_tracepoints(struct elf_tracepoint *etrace, const char *fname) in check_tracepoints() 145 static void *tracepoint_check(struct elf_tracepoint *etrace, const char *fname) in tracepoint_check() 153 static int process_tracepoints(bool mod, void *addr, const char *fname) in process_tracepoints()
|
| H A D | recordmcount.c | 176 static void *mmap_file(char const *fname) in mmap_file() 329 static int write_file(const char *fname) in write_file() 511 static int do_file(char const *const fname) in do_file()
|
| H A D | sorttable.c | 312 static int parse_symbols(const char *fname) in parse_symbols() 587 static inline int parse_symbols(const char *fname) { return 0; } in parse_symbols() 591 char const *const fname, in do_sort() 888 static int do_file(char const *const fname, void *addr) in do_file()
|
| H A D | recordmcount.h | 556 char const *const fname) in __has_rel_mcount() 576 char const *const fname) in has_rel_mcount() 587 const char *const fname) in tot_relsize() 606 static int do_func(Elf_Ehdr *const ehdr, char const *const fname, in do_func()
|
| /linux/tools/lib/python/abi/ |
| H A D | abi_parser.py | 79 add_symbol(self, what, fname, ln=None, xref=None) global() argument 266 parse_readme(self, nametag, fname) global() argument 284 parse_file(self, fname, path, basename) global() argument 394 xref(self, fname) global() argument [all...] |
| /linux/fs/ceph/ |
| H A D | crypto.h | 104 struct fscrypt_str *fname) in ceph_fname_alloc_buffer() 112 struct fscrypt_str *fname) in ceph_fname_free_buffer() 196 struct fscrypt_str *fname) in ceph_fname_alloc_buffer() 202 struct fscrypt_str *fname) in ceph_fname_free_buffer() 206 static inline int ceph_fname_to_usr(const struct ceph_fname *fname, in ceph_fname_to_usr()
|
| /linux/fs/ext4/ |
| H A D | crypto.c | 23 int lookup, struct ext4_filename *fname) in ext4_fname_setup_filename() 42 struct ext4_filename *fname) in ext4_fname_prepare_lookup() 59 void ext4_fname_free_filename(struct ext4_filename *fname) in ext4_fname_free_filename()
|
| /linux/tools/power/cpupower/lib/ |
| H A D | cpuidle.c | 31 const char *fname) in cpuidle_state_file_exists() argument 53 const char *fname, char *buf, in cpuidle_state_read_file() argument 88 const char *fname, in cpuidle_state_write_file() argument 322 sysfs_cpuidle_read_file(const char * fname,char * buf,size_t buflen) sysfs_cpuidle_read_file() argument [all...] |
| H A D | acpi_cppc.c | 17 static int acpi_cppc_read_file(unsigned int cpu, const char *fname, in acpi_cppc_read_file()
|
| /linux/security/integrity/ |
| H A D | integrity_audit.c | 29 const unsigned char *fname, const char *op, in integrity_audit_msg() argument 37 const unsigned char *fname, const char *op, in integrity_audit_message() argument
|
| /linux/tools/perf/util/ |
| H A D | probe-finder.c | 713 static int verify_representive_line(struct probe_finder *pf, const char *fname, in verify_representive_line() argument 746 static int probe_point_line_walker(const char *fname, int lineno, in probe_point_line_walker() argument 780 const char *fname, const char *pat) in find_lazy_match_lines() argument 818 probe_point_lazy_walker(const char * fname,int lineno,Dwarf_Addr addr,void * data) probe_point_lazy_walker() argument 958 const char *fname; probe_point_search_cb() local 1036 const char *fname; pubname_search_cb() local 1596 const char *fname = NULL, *func = NULL, *basefunc = NULL, *tmp; debuginfo__find_probe_point() local 1724 line_range_walk_cb(const char * fname,int lineno,Dwarf_Addr addr,void * data) line_range_walk_cb() argument 1786 const char *fname; line_range_search_cb() local [all...] |
| /linux/tools/power/cpupower/utils/helpers/ |
| H A D | sysfs.c | 105 const char *fname) in sysfs_idlestate_file_exists() 125 const char *fname, char *buf, size_t buflen) in sysfs_idlestate_read_file() 159 const char *fname, in sysfs_idlestate_write_file() 384 static unsigned int sysfs_cpuidle_read_file(const char *fname, char *buf, in sysfs_cpuidle_read_file()
|
| /linux/tools/lib/python/feat/ |
| H A D | parse_features.py | 68 parse_error(self, fname, ln, msg, data=None) global() argument 84 parse_feat_file(self, fname) global() argument [all...] |
| /linux/samples/bpf/ |
| H A D | hbm.c | 308 char fname[100]; in run_bpf_prog() local 327 char fname[100]; in run_bpf_prog() local
|
| /linux/arch/mips/boot/tools/ |
| H A D | relocs_main.c | 32 const char *fname; in main() local
|
| /linux/arch/x86/tools/ |
| H A D | relocs_common.c | 23 const char *fname; in main() local
|
| /linux/tools/testing/selftests/net/tcp_ao/lib/ |
| H A D | utils.c | 24 __printf(3, 4) int test_echo(const char *fname, bool append, in test_echo()
|
| /linux/scripts/mod/ |
| H A D | modpost.c | 1662 char fname[PATH_MAX]; in read_symbols_from_files() local 2027 static void write_buf(struct buffer *b, const char *fname) in write_buf() 2049 static void write_if_changed(struct buffer *b, const char *fname) in write_if_changed() 2116 char fname[PATH_MAX]; in write_mod_c_file() local 2149 static void read_dump(const char *fname) in read_dump() 2208 static void write_dump(const char *fname) in write_dump() 2231 static void write_namespace_deps_files(const char *fname) in write_namespace_deps_files()
|