/u-boot/tools/patman/ |
A D | tools.py | 86 def GetOutputFilename(fname): argument 125 def GetInputFilename(fname, allow_missing=False): argument 184 def PathHasFile(path_spec, fname): argument 362 def Filename(fname): argument 396 def ReadFile(fname, binary=True): argument 411 def WriteFile(fname, data, binary=True): argument 541 def RunIfwiTool(ifwi_file, cmd, fname=None, subpart=None, entry_name=None): argument
|
A D | checkpatch.py | 41 def CheckPatch(fname, verbose=False, show_types=False): argument 171 def GetWarningMsg(col, msg_type, fname, line, msg): argument
|
A D | settings.py | 157 def ReadGitAliases(fname): argument 270 def _ReadAliasFile(fname): argument 295 def _ReadBouncesFile(fname): argument
|
A D | get_maintainer.py | 26 def GetMaintainer(dir_list, fname, verbose=False): argument
|
A D | func_test.py | 56 def _get_path(fname): argument 69 def _get_text(cls, fname): argument 334 def make_commit_with_file(self, subject, body, fname, text): argument
|
A D | test_checkpatch.py | 21 def __init__(self, fname, text): argument 30 def add_line(self, fname, text): argument
|
/u-boot/scripts/dtc/ |
A D | srcpos.c | 71 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open() 98 static char *fopen_any_on_path(const char *fname, FILE **fp) in fopen_any_on_path() 117 FILE *srcfile_relative_open(const char *fname, char **fullnamep) in srcfile_relative_open() 143 void srcfile_push(const char *fname) in srcfile_push() 247 const char *fname = "<no-file>"; in srcpos_string() local
|
A D | dtc.c | 122 static const char *guess_type_by_name(const char *fname, const char *fallback) in guess_type_by_name() 136 static const char *guess_input_format(const char *fname, const char *fallback) in guess_input_format()
|
/u-boot/arch/sandbox/cpu/ |
A D | os.c | 117 int os_write_file(const char *fname, const void *buf, int size) in os_write_file() 136 int os_read_file(const char *fname, void **bufp, int *sizep) in os_read_file() 438 char *fname; in os_dirent_ls() local 529 int os_get_filesize(const char *fname, loff_t *size) in os_get_filesize() 552 int os_write_ram_buf(const char *fname) in os_write_ram_buf() 568 int os_read_ram_buf(const char *fname) in os_read_ram_buf() 591 static int make_exec(char *fname, const void *data, int size) in make_exec() 666 static int os_jump_to_file(const char *fname) in os_jump_to_file() 722 char fname[30]; in os_jump_to_image() local 732 int os_find_u_boot(char *fname, int maxlen) in os_find_u_boot() [all …]
|
A D | spl.c | 37 char fname[256]; in spl_board_load_image() local 71 const char *fname = spl_image->arg; in jump_to_image_no_args() local
|
A D | state.c | 47 static int state_read_file(struct sandbox_state *state, const char *fname) in state_read_file() 143 int sandbox_read_state(struct sandbox_state *state, const char *fname) in sandbox_read_state() 236 int sandbox_write_state(struct sandbox_state *state, const char *fname) in sandbox_write_state()
|
/u-boot/tools/binman/ |
A D | fdt_test.py | 28 def TestFile(self, fname): argument 31 def GetCompiled(self, fname): argument
|
A D | elf.py | 38 def GetSymbols(fname, patterns): argument 80 def GetSymbolAddress(fname, sym_name): argument
|
A D | image.py | 73 def FromFile(cls, fname): argument 264 def _NameInPaths(fname, entry_paths): argument
|
/u-boot/tools/buildman/ |
A D | toolchain.py | 63 def __init__(self, fname, test, verbose=False, priority=PRIORITY_CALC, argument 118 def GetPriority(self, fname): argument 280 def Add(self, fname, test=True, verbose=False, priority=PRIORITY_CALC, argument 325 def ScanPathEnv(self, fname): argument 554 def Unpack(self, fname, dest): argument
|
A D | bsettings.py | 9 def Setup(fname=''): argument
|
/u-boot/test/py/tests/ |
A D | test_fit.py | 129 def filesize(fname): argument 139 def read_file(fname): argument
|
/u-boot/test/dm/ |
A D | test-main.c | 85 const char *fname = strrchr(test->file, '/') + 1; in dm_do_test() local 126 const char *fname = strrchr(test->file, '/') + 1; in dm_test_run_on_flattree() local
|
/u-boot/tools/ |
A D | fit_image.c | 125 void *fdt, const char *name, const char *fname) in fdt_property_file() 173 static void get_basename(char *str, int size, const char *fname) in get_basename() 381 static int fit_build(struct image_tool_params *params, const char *fname) in fit_build() 438 static int fit_extract_data(struct image_tool_params *params, const char *fname) in fit_extract_data() 557 static int fit_import_data(struct image_tool_params *params, const char *fname) in fit_import_data()
|
A D | fit_common.c | 44 int mmap_fdt(const char *cmdname, const char *fname, size_t size_inc, in mmap_fdt()
|
A D | microcode-tool.py | 38 def ParseFile(fname): argument
|
/u-boot/test/ |
A D | ut.c | 20 void ut_fail(struct unit_test_state *uts, const char *fname, int line, in ut_fail() 28 void ut_failf(struct unit_test_state *uts, const char *fname, int line, in ut_failf()
|
/u-boot/scripts/dtc/pylibfdt/ |
A D | setup.py | 30 def ParseMakefile(fname): argument
|
/u-boot/arch/arm/lib/ |
A D | semihosting.c | 48 static long smh_open(const char *fname, char *modestr) in smh_open() 53 const char *fname; in smh_open() member
|
/u-boot/tools/dtoc/ |
A D | test_src_scan.py | 82 def add_file(fname): argument
|