/u-boot/test/dm/ |
A D | osd.c | 20 static void split(u8 *mem, uint size, u8 *text, u8 *colors) in split() 35 u8 text[memsize / 2]; in print_mem() local 60 u8 text[memsize / 2]; in dm_test_osd_basics() local 142 u8 text[memsize / 2]; in dm_test_osd_extended() local
|
A D | cpu.c | 19 char text[128]; in dm_test_cpu() local
|
A D | soc.c | 23 char text[128]; in dm_test_soc() local
|
/u-boot/tools/patman/ |
A D | terminal.py | 37 def __init__(self, text, colour, newline=True, bright=True): argument 54 def CalcAsciiLen(text): argument 83 def TrimAsciiLen(text, size): argument 133 def Print(text='', newline=True, colour=None, limit_to_line=False, bright=True): argument 250 def Color(self, color, text, bright=True): argument
|
A D | test_checkpatch.py | 21 def __init__(self, fname, text): argument 30 def add_line(self, fname, text): argument
|
/u-boot/arch/mips/cpu/ |
A D | u-boot.lds | 16 *(.text*) 17 __text_end = .;
|
/u-boot/test/py/tests/ |
A D | test_fit.py | 195 def make_kernel(filename, text): argument 211 def make_ramdisk(filename, text): argument 229 def find_matching(text, match): argument
|
/u-boot/cmd/ |
A D | panic.c | 12 char *text = (argc < 2) ? "" : argv[1]; in do_panic() local
|
/u-boot/fs/yaffs2/ |
A D | yaffs_error.c | 18 const char *text; member
|
/u-boot/tools/binman/test/ |
A D | u_boot_binman_syms.lds | 19 *(.text*)
|
A D | u_boot_binman_syms_x86.lds | 19 *(.text*)
|
/u-boot/scripts/kconfig/ |
A D | nconf.gui.c | 176 int get_line_no(const char *text) in get_line_no() 190 const char *get_line(const char *text, int line_no) in get_line() 215 void fill_window(WINDOW *win, const char *text) in fill_window() 552 const char *text) in show_scroll_win()
|
A D | mconf.c | 314 const char *text; member 754 static int show_textbox_ext(const char *title, char *text, int r, int c, int in show_textbox_ext() 763 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox() 769 static void show_helptext(const char *title, const char *text) in show_helptext()
|
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_miniapp_exit.c | 70 u16 text[] = EFI_ST_SUCCESS_STR; in efi_main() local
|
A D | efi_selftest_util.c | 14 u16 *text; member
|
/u-boot/doc/sphinx/ |
A D | rstFlatTable.py | 81 def c_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument 92 def r_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
|
/u-boot/arch/x86/cpu/ |
A D | u-boot-spl.lds | 22 *(.text*);
|
/u-boot/arch/arm/lib/ |
A D | elf_arm_efi.lds | 15 *(.text.head)
|
A D | elf_aarch64_efi.lds | 15 *(.text.head)
|
/u-boot/tools/binman/ |
A D | elf.py | 146 def MakeElf(elf_fname, text, data): argument
|
/u-boot/arch/arm/cpu/ |
A D | u-boot-spl.lds | 21 CPUDIR/start.o (.text*)
|
/u-boot/arch/riscv/lib/ |
A D | elf_riscv32_efi.lds | 17 *(.text.head)
|
A D | elf_riscv64_efi.lds | 17 *(.text.head)
|
/u-boot/drivers/video/ |
A D | video_osd-uclass.c | 34 char *text) in video_osd_print()
|
/u-boot/lib/efi_loader/ |
A D | efi_device_path_to_text.c | 349 uint16_t *text = NULL; in efi_convert_device_node_to_text() local 381 uint16_t *text = NULL; in efi_convert_device_path_to_text() local
|