Home
last modified time | relevance | path

Searched defs:fname (Results 1 – 15 of 15) sorted by relevance

/scripts/lib/kdoc/
A Dkdoc_output.py178 def msg(self, fname, name, args): argument
218 def out_doc(self, fname, name, args): argument
221 def out_function(self, fname, name, args): argument
224 def out_enum(self, fname, name, args): argument
227 def out_typedef(self, fname, name, args): argument
230 def out_struct(self, fname, name, args): argument
356 def out_doc(self, fname, name, args): argument
443 def out_enum(self, fname, name, args): argument
489 def out_struct(self, fname, name, args): argument
617 def out_doc(self, fname, name, args): argument
[all …]
A Dkdoc_files.py110 def parse_file(self, fname): argument
129 def process_export_file(self, fname): argument
148 def file_not_found_cb(self, fname): argument
227 def out_msg(self, fname, name, arg): argument
A Dkdoc_parser.py227 def __init__(self, config, fname): argument
/scripts/dtc/
A Dsrcpos.c49 static void set_initial_path(char *fname) in set_initial_path()
60 static char *shorten_to_initial_path(char *fname) in shorten_to_initial_path()
102 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open()
129 static char *fopen_any_on_path(const char *fname, FILE **fp) in fopen_any_on_path()
148 FILE *srcfile_relative_open(const char *fname, char **fullnamep) in srcfile_relative_open()
174 void srcfile_push(const char *fname) in srcfile_push()
291 const char *fname = "<no-file>"; in srcpos_string() local
317 const char *fname; in srcpos_string_comment() local
A Ddtc.c116 static const char *guess_type_by_name(const char *fname, const char *fallback) in guess_type_by_name()
134 static const char *guess_input_format(const char *fname, const char *fallback) in guess_input_format()
A Dtreesource.c16 struct dt_info *dt_from_source(const char *fname) in dt_from_source()
A Dflattree.c793 struct dt_info *dt_from_blob(const char *fname) in dt_from_blob()
/scripts/lib/abi/
A Dabi_parser.py79 def add_symbol(self, what, fname, ln=None, xref=None): argument
266 def parse_readme(self, nametag, fname): argument
284 def parse_file(self, fname, path, basename): argument
394 def xref(self, fname): argument
/scripts/
A Dmake_fit.py194 def output_dtb(fsw, seq, fname, arch, compress): argument
215 def process_dtb(fname, args): argument
A Dspdxcheck.py38 def update(self, fname, basedir, miss): argument
197 def parse_lines(self, fd, maxlines, fname): argument
314 def read_exclude_file(fname): argument
376 fname = os.path.join(os.path.dirname(__file__), 'spdxexclude') variable
A Drecordmcount.c176 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()
A Drecordmcount.h556 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()
A Dsorttable.c314 static void *mmap_file(char const *fname, size_t *size) in mmap_file()
645 static int parse_symbols(const char *fname) in parse_symbols()
920 static inline int parse_symbols(const char *fname) { return 0; } in parse_symbols()
924 char const *const fname, in do_sort()
1221 static int do_file(char const *const fname, void *addr) in do_file()
/scripts/mod/
A Dsumversion.c258 static int parse_file(const char *fname, struct md4_ctx *md) in parse_file()
392 char *fname; in get_src_version() local
A Dmodpost.c1648 char fname[PATH_MAX]; in read_symbols_from_files() local
2010 static void write_buf(struct buffer *b, const char *fname) in write_buf()
2032 static void write_if_changed(struct buffer *b, const char *fname) in write_if_changed()
2084 char fname[PATH_MAX]; in write_mod_c_file() local
2117 static void read_dump(const char *fname) in read_dump()
2176 static void write_dump(const char *fname) in write_dump()
2199 static void write_namespace_deps_files(const char *fname) in write_namespace_deps_files()

Completed in 26 milliseconds