Home
last modified time | relevance | path

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

123

/u-boot/tools/patman/
A Dtools.py86 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 Dcheckpatch.py41 def CheckPatch(fname, verbose=False, show_types=False): argument
171 def GetWarningMsg(col, msg_type, fname, line, msg): argument
A Dsettings.py157 def ReadGitAliases(fname): argument
270 def _ReadAliasFile(fname): argument
295 def _ReadBouncesFile(fname): argument
A Dget_maintainer.py26 def GetMaintainer(dir_list, fname, verbose=False): argument
A Dfunc_test.py56 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 Dtest_checkpatch.py21 def __init__(self, fname, text): argument
30 def add_line(self, fname, text): argument
/u-boot/scripts/dtc/
A Dsrcpos.c71 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 Ddtc.c122 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 Dos.c117 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 Dspl.c37 char fname[256]; in spl_board_load_image() local
71 const char *fname = spl_image->arg; in jump_to_image_no_args() local
A Dstate.c47 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 Dfdt_test.py28 def TestFile(self, fname): argument
31 def GetCompiled(self, fname): argument
A Delf.py38 def GetSymbols(fname, patterns): argument
80 def GetSymbolAddress(fname, sym_name): argument
A Dimage.py73 def FromFile(cls, fname): argument
264 def _NameInPaths(fname, entry_paths): argument
/u-boot/tools/buildman/
A Dtoolchain.py63 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 Dbsettings.py9 def Setup(fname=''): argument
/u-boot/test/py/tests/
A Dtest_fit.py129 def filesize(fname): argument
139 def read_file(fname): argument
/u-boot/test/dm/
A Dtest-main.c85 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 Dfit_image.c125 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 Dfit_common.c44 int mmap_fdt(const char *cmdname, const char *fname, size_t size_inc, in mmap_fdt()
A Dmicrocode-tool.py38 def ParseFile(fname): argument
/u-boot/test/
A Dut.c20 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 Dsetup.py30 def ParseMakefile(fname): argument
/u-boot/arch/arm/lib/
A Dsemihosting.c48 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 Dtest_src_scan.py82 def add_file(fname): argument

Completed in 44 milliseconds

123