Home
last modified time | relevance | path

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

1234

/u-boot/tools/u_boot_pylib/
A Dtools.py87 def get_output_filename(fname): argument
126 def get_input_filename(fname, allow_missing=False): argument
189 def path_has_file(path_spec, fname): argument
424 def filename(fname): argument
458 def read_file(fname, binary=True): argument
473 def write_file(fname, data, binary=True): argument
536 def print_full_help(fname): argument
/u-boot/tools/dtoc/
A Dsrc_scan.py82 def __init__(self, name, fname): argument
171 def __init__(self, name, fname): argument
282 def _parse_structs(self, fname, buff): argument
333 def _parse_uclass_driver(self, fname, buff): argument
412 def _parse_driver(self, fname, buff): argument
611 def scan_driver(self, fname): argument
639 def scan_header(self, fname): argument
/u-boot/tools/binman/
A Delf.py49 def GetSymbols(fname, patterns): argument
107 def GetFileOffset(fname, addr): argument
123 def GetSymbolFromAddress(fname, addr): argument
142 def GetSymbolFileOffset(fname, patterns): argument
175 def GetSymbolAddress(fname, sym_name): argument
A Dfdt_test.py28 def TestFile(self, fname): argument
31 def GetCompiled(self, fname): argument
/u-boot/arch/sandbox/cpu/
A Dspl.c21 int sandbox_find_next_phase(char *fname, int maxlen, bool use_img) in sandbox_find_next_phase()
61 char fname[256]; in spl_board_load_file() local
90 const char *fname; in load_from_image() local
144 const char *fname = spl_image->arg; in jump_to_image_no_args() local
A Dos.c150 int os_write_file(const char *fname, const void *buf, int size) in os_write_file()
182 int os_read_file(const char *fname, void **bufp, int *sizep) in os_read_file()
573 char *fname; in os_dirent_ls() local
670 int os_get_filesize(const char *fname, long long *size) in os_get_filesize()
698 int os_write_ram_buf(const char *fname) in os_write_ram_buf()
714 int os_read_ram_buf(const char *fname) in os_read_ram_buf()
737 static int make_exec(char *fname, const void *data, int size) in make_exec()
811 static int os_jump_to_file(const char *fname, bool delete_it) in os_jump_to_file()
872 char fname[30]; in os_jump_to_image() local
882 int os_find_u_boot(char *fname, int maxlen, bool use_img, in os_find_u_boot()
[all …]
A Dstate.c51 static int state_read_file(struct sandbox_state *state, const char *fname) in state_read_file()
151 int sandbox_read_state(struct sandbox_state *state, const char *fname) in sandbox_read_state()
244 int sandbox_write_state(struct sandbox_state *state, const char *fname) in sandbox_write_state()
427 char fname[256]; in state_load_other_fdt() local
/u-boot/test/py/tests/
A Dtest_trace.py73 def check_function(cons, fname, proftool, map_fname, trace_dat): argument
144 def check_funcgraph(cons, fname, proftool, map_fname, trace_dat): argument
225 def check_flamegraph(cons, fname, proftool, map_fname, trace_fg): argument
A Dtest_ut.py49 def mount_image(cons, fname, mnt, fstype): argument
72 def copy_prepared_image(cons, mmc_dev, fname): argument
A Dtest_fit.py132 def filesize(fname): argument
142 def read_file(fname): 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/tools/patman/
A Dsettings.py160 def ReadGitAliases(fname): argument
281 def _ReadAliasFile(fname): argument
307 def _ReadBouncesFile(fname): argument
A Dcheckpatch.py190 def check_patch(fname, verbose=False, show_types=False, use_tree=False): argument
225 def get_warning_msg(col, msg_type, fname, line, msg): argument
A Dget_maintainer.py30 def get_maintainer(script_file_name, fname, verbose=False): argument
A Dfunc_test.py68 def _get_path(fname): argument
80 def _get_text(cls, fname): argument
351 def make_commit_with_file(self, subject, body, fname, text): argument
/u-boot/scripts/
A Dstyle.py27 def collect_funcs(fname): argument
43 def get_module_name(fname): argument
A Devent_dump.py25 def show_sym(fname, data, endian, evtype, sym): argument
84 def show_event_spy_list(fname, endian): 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
289 def Add(self, fname, test=True, verbose=False, priority=PRIORITY_CALC, argument
334 def ScanPathEnv(self, fname): argument
519 def Unpack(self, fname, dest): argument
A Dcfgutil.py111 def adjust_cfg_file(fname, adjust_cfg): argument
204 def check_cfg_file(fname, adjust_cfg): argument
/u-boot/tools/binman/btool/
A Dfiptool.py54 def info(self, fname): argument
67 def create_new(self, fname, align, plat_toc_flags, fwu, tb_fw, blob_uuid, argument
A Dcbfstool.py147 def add_raw(self, cbfs_fname, name, fname, compress=None, base=None): argument
171 def add_stage(self, cbfs_fname, name, fname): argument
A Dfutility.py74 def gbb_create(self, fname, sizes): argument
94 def gbb_set(self, fname, hwid, rootkey, recoverykey, flags, bmpfv): argument
/u-boot/tools/
A Dfit_image.c133 void *fdt, const char *name, const char *fname) in fdt_property_file()
181 static void get_basename(char *str, int size, const char *fname) in get_basename()
439 static int fit_build(struct image_tool_params *params, const char *fname) in fit_build()
496 static int fit_extract_data(struct image_tool_params *params, const char *fname) in fit_extract_data()
616 static int fit_import_data(struct image_tool_params *params, const char *fname) in fit_import_data()
/u-boot/boot/
A Dbootmeth_efi.c166 static int distro_efi_get_fdt_name(char *fname, int size, int seq) in distro_efi_get_fdt_name()
217 char fname[256]; in distro_efi_read_bootflow_file() local
283 char file_addr[17], fname[256]; in distro_efi_read_bootflow_net() local

Completed in 67 milliseconds

1234