Searched defs:title (Results 1 – 19 of 19) sorted by relevance
/u-boot/scripts/kconfig/lxdialog/ |
A D | yesno.c | 29 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
|
A D | inputbox.c | 31 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
|
A D | checklist.c | 104 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist()
|
A D | menubox.c | 171 int dialog_menu(const char *title, const char *prompt, in dialog_menu()
|
A D | textbox.c | 43 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox()
|
A D | dialog.h | 101 struct dialog_color title; member
|
A D | util.c | 352 void print_title(WINDOW *dialog, const char *title, int width) in print_title()
|
/u-boot/scripts/kconfig/ |
A D | mconf.c | 394 struct gstr title; in search_conf() local 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()
|
A D | nconf.gui.c | 359 const char *title, const char *prompt, in dialog_inputbox() 551 const char *title, in show_scroll_win()
|
A D | expr.c | 1284 void *data, tristate pr_type, const char **title) in expr_print_revdep() 1302 tristate pr_type, const char *title) in expr_gstr_print_revdep()
|
A D | nconf.c | 695 struct gstr title; in search_conf() local
|
A D | gconf.c | 392 static void text_insert_msg(const char *title, const char *message) in text_insert_msg()
|
A D | qconf.cc | 1340 char title[256]; in ConfigMainWindow() local
|
/u-boot/cmd/ |
A D | bootmenu.c | 30 char *title; /* title of entry */ member 430 char *title = NULL; in bootmenu_show() local
|
A D | pxe_utils.h | 70 char *title; member
|
/u-boot/common/ |
A D | menu.c | 37 char *title; member 363 struct menu *menu_create(char *title, int timeout, int prompt, in menu_create()
|
/u-boot/arch/arm/cpu/armv8/ |
A D | sec_firmware.c | 213 static int sec_firmware_copy_image(const char *title, in sec_firmware_copy_image()
|
/u-boot/drivers/net/fsl-mc/ |
A D | mc.c | 63 void dump_ram_words(const char *title, void *addr) in dump_ram_words() 99 #define dump_ram_words(title, addr) argument 107 static int mc_copy_image(const char *title, in mc_copy_image()
|
/u-boot/drivers/ram/octeon/ |
A D | octeon3_lmc.c | 1472 int ecc_ena, int *settings, char *title) in display_dac_dbi_settings()
|
Completed in 59 milliseconds