/linux-4.1.27/scripts/kconfig/lxdialog/ |
H A D | yesno.c | 42 int dialog_yesno(const char *title, const char *prompt, int height, int width) dialog_yesno() argument
|
H A D | inputbox.c | 44 int dialog_inputbox(const char *title, const char *prompt, int height, int width, dialog_inputbox() argument
|
H A D | checklist.c | 117 int dialog_checklist(const char *title, const char *prompt, int height, dialog_checklist() argument
|
H A D | menubox.c | 184 int dialog_menu(const char *title, const char *prompt, dialog_menu() argument
|
H A D | textbox.c | 56 int dialog_textbox(const char *title, char *tbuf, int initial_height, dialog_textbox() argument
|
H A D | dialog.h | 120 struct dialog_color title; member in struct:dialog_info
|
H A D | util.c | 365 void print_title(WINDOW *dialog, const char *title, int width) print_title() argument
|
/linux-4.1.27/tools/perf/ui/ |
H A D | progress.c | 25 void ui_progress__init(struct ui_progress *p, u64 total, const char *title) ui_progress__init() argument
|
H A D | progress.h | 9 const char *title; member in struct:ui_progress
|
H A D | browser.h | 20 const char *title; member in struct:ui_browser
|
H A D | browser.c | 233 void __ui_browser__show_title(struct ui_browser *browser, const char *title) __ui_browser__show_title() argument 240 void ui_browser__show_title(struct ui_browser *browser, const char *title) ui_browser__show_title() argument 247 int ui_browser__show(struct ui_browser *browser, const char *title, ui_browser__show() argument
|
/linux-4.1.27/arch/um/drivers/ |
H A D | xterm.c | 21 char *title; member in struct:xterm_chan 89 char title[256], file[] = "/tmp/xterm-pipeXXXXXX"; xterm_open() local
|
H A D | line.c | 752 char *umid, *title; add_xterm_umid() local
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | rsdump.c | 485 static void acpi_rs_out_string(char *title, char *value) acpi_rs_out_string() argument 494 static void acpi_rs_out_integer8(char *title, u8 value) acpi_rs_out_integer8() argument 499 static void acpi_rs_out_integer16(char *title, u16 value) acpi_rs_out_integer16() argument 504 static void acpi_rs_out_integer32(char *title, u32 value) acpi_rs_out_integer32() argument 509 static void acpi_rs_out_integer64(char *title, u64 value) acpi_rs_out_integer64() argument 514 static void acpi_rs_out_title(char *title) acpi_rs_out_title() argument
|
H A D | exdump.c | 933 static void acpi_ex_out_string(char *title, char *value) acpi_ex_out_string() argument 938 static void acpi_ex_out_pointer(char *title, void *value) acpi_ex_out_pointer() argument
|
/linux-4.1.27/tools/perf/ui/tui/ |
H A D | util.c | 72 int ui_browser__input_window(const char *title, const char *text, char *input, ui_browser__input_window() argument 164 int ui__question_window(const char *title, const char *text, ui__question_window() argument 226 static int __ui__warning(const char *title, const char *format, va_list args) __ui__warning() argument
|
/linux-4.1.27/scripts/kconfig/ |
H A D | nconf.gui.c | 357 dialog_inputbox(WINDOW *main_window, const char *title, const char *prompt, const char *init, char **resultp, int *result_len) dialog_inputbox() argument 542 show_scroll_win(WINDOW *main_window, const char *title, const char *text) show_scroll_win() argument
|
H A D | mconf.c | 395 struct gstr title; search_conf() local 756 static int show_textbox_ext(const char *title, char *text, int r, int c, int show_textbox_ext() argument 765 static void show_textbox(const char *title, const char *text, int r, int c) show_textbox() argument 771 static void show_helptext(const char *title, const char *text) show_helptext() argument
|
H A D | nconf.c | 693 struct gstr title; search_conf() local
|
H A D | qconf.cc | 1280 char title[256]; ConfigMainWindow() local
|
H A D | gconf.c | 392 static void text_insert_msg(const char *title, const char *message) text_insert_msg() argument
|
/linux-4.1.27/sound/pci/emu10k1/ |
H A D | emuproc.c | 38 snd_emu10k1_proc_spdif_status(struct snd_emu10k1 * emu, struct snd_info_buffer *buffer, char *title, int status_reg, int rate_reg) snd_emu10k1_proc_spdif_status() argument
|
/linux-4.1.27/tools/perf/util/ |
H A D | help.c | 193 void list_commands(const char *title, struct cmdnames *main_cmds, list_commands() argument
|
/linux-4.1.27/arch/mn10300/kernel/ |
H A D | gdb-stub.c | 1265 static const char title[] = "Excep ", tbcberr[] = "BCBERR "; gdbstub() local
|
/linux-4.1.27/kernel/ |
H A D | torture.c | 410 void torture_shutdown_absorb(const char *title) torture_shutdown_absorb() argument 524 void stutter_wait(const char *title) stutter_wait() argument 695 void torture_kthread_stopping(char *title) torture_kthread_stopping() argument
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_debugfs.c | 550 seq_print_timing_details(struct seq_file *m, const char *title, unsigned int cb_nr, struct drbd_thread_timing_details *tdp, unsigned long now) seq_print_timing_details() argument
|
/linux-4.1.27/arch/frv/kernel/ |
H A D | gdb-stub.c | 1490 static const char title[] = "Break "; gdbstub() local
|
/linux-4.1.27/tools/perf/ui/browsers/ |
H A D | annotate.c | 438 static int sym_title(struct symbol *sym, struct map *map, char *title, sym_title() argument 455 char title[SYM_TITLE_MAX_SIZE]; annotate_browser__callq() local 673 char title[SYM_TITLE_MAX_SIZE]; annotate_browser__run() local
|
H A D | hists.c | 413 char title[160]; hist_browser__run() local 1883 const char *title = "Available samples"; perf_evsel_menu__run() local
|
/linux-4.1.27/drivers/s390/crypto/ |
H A D | zcrypt_api.c | 1183 static void sprinthx(unsigned char *title, struct seq_file *m, sprinthx() argument 1202 static void sprinthx4(unsigned char *title, struct seq_file *m, sprinthx4() argument
|
/linux-4.1.27/arch/arm/probes/kprobes/ |
H A D | test-core.c | 599 const char *title; member in struct:benchmarks 1369 static uintptr_t __used kprobes_test_case_start(const char **title, void *stack) kprobes_test_case_start() argument
|
/linux-4.1.27/drivers/macintosh/ |
H A D | via-pmu.c | 510 char title[16]; via_pmu_dev_init() local
|