Searched defs:fname (Results 1 – 11 of 11) sorted by relevance
/scripts/dtc/ |
D | srcpos.c | 47 static void set_initial_path(char *fname) in set_initial_path() 58 static char *shorten_to_initial_path(char *fname) in shorten_to_initial_path() 100 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open() 127 static char *fopen_any_on_path(const char *fname, FILE **fp) in fopen_any_on_path() 146 FILE *srcfile_relative_open(const char *fname, char **fullnamep) in srcfile_relative_open() 172 void srcfile_push(const char *fname) in srcfile_push() 289 const char *fname = "<no-file>"; in srcpos_string() local 314 char *pos_str, *fname, *first, *rest; in srcpos_string_comment() local
|
D | dtc.c | 114 static const char *guess_type_by_name(const char *fname, const char *fallback) in guess_type_by_name() 130 static const char *guess_input_format(const char *fname, const char *fallback) in guess_input_format()
|
D | treesource.c | 16 struct dt_info *dt_from_source(const char *fname) in dt_from_source()
|
D | flattree.c | 795 struct dt_info *dt_from_blob(const char *fname) in dt_from_blob()
|
/scripts/ |
D | recordmcount.c | 168 static void *mmap_file(char const *fname) in mmap_file() 321 static int write_file(const char *fname) in write_file() 481 static int do_file(char const *const fname) in do_file()
|
D | sorttable.c | 71 static void *mmap_file(char const *fname, size_t *size) in mmap_file() 297 static int do_file(char const *const fname, void *addr) in do_file()
|
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()
|
D | spdxcheck.py | 167 def parse_lines(self, fd, maxlines, fname): argument
|
D | sorttable.h | 196 char const *const fname, in do_sort()
|
/scripts/mod/ |
D | sumversion.c | 256 static int parse_file(const char *fname, struct md4_ctx *md) in parse_file() 397 char *fname; in get_src_version() local
|
D | modpost.c | 2115 char fname[PATH_MAX]; in read_symbols_from_files() local 2397 static void write_buf(struct buffer *b, const char *fname) in write_buf() 2416 static void write_if_changed(struct buffer *b, const char *fname) in write_if_changed() 2454 static void read_dump(const char *fname) in read_dump() 2504 static void write_dump(const char *fname) in write_dump() 2529 static void write_namespace_deps_files(const char *fname) in write_namespace_deps_files() 2637 char fname[PATH_MAX]; in main() local
|