/Linux-v4.19/drivers/acpi/acpica/ |
D | rsdump.c | 417 acpi_rs_dump_resource_label(char *title, in acpi_rs_dump_resource_label() 488 static void acpi_rs_out_string(const char *title, const char *value) in acpi_rs_out_string() 498 static void acpi_rs_out_integer8(const char *title, u8 value) in acpi_rs_out_integer8() 503 static void acpi_rs_out_integer16(const char *title, u16 value) in acpi_rs_out_integer16() 509 static void acpi_rs_out_integer32(const char *title, u32 value) in acpi_rs_out_integer32() 515 static void acpi_rs_out_integer64(const char *title, u64 value) in acpi_rs_out_integer64() 521 static void acpi_rs_out_title(const char *title) in acpi_rs_out_title()
|
D | exdump.c | 914 static void acpi_ex_out_string(const char *title, const char *value) in acpi_ex_out_string() 919 static void acpi_ex_out_pointer(const char *title, const void *value) in acpi_ex_out_pointer()
|
/Linux-v4.19/tools/perf/ui/ |
D | progress.h | 10 const char *title; member 18 #define ui_progress__init(p, total, title) \ argument 21 #define ui_progress__init_size(p, total, title) \ argument
|
D | progress.c | 32 const char *title, bool size) in __ui_progress__init()
|
D | browser.c | 263 void __ui_browser__show_title(struct ui_browser *browser, const char *title) in __ui_browser__show_title() 270 void ui_browser__show_title(struct ui_browser *browser, const char *title) in ui_browser__show_title() 277 int ui_browser__show(struct ui_browser *browser, const char *title, in ui_browser__show()
|
D | browser.h | 23 const char *title; member
|
/Linux-v4.19/tools/perf/ui/tui/ |
D | util.c | 73 int ui_browser__input_window(const char *title, const char *text, char *input, in ui_browser__input_window() 165 int ui__question_window(const char *title, const char *text, in ui__question_window() 227 static int __ui__warning(const char *title, const char *format, va_list args) in __ui__warning()
|
D | progress.c | 31 char buf[100], *title = (char *) p->title; in tui_progress__update() local
|
/Linux-v4.19/arch/um/drivers/ |
D | xterm.c | 21 char *title; member 89 char title[256], file[] = "/tmp/xterm-pipeXXXXXX"; in xterm_open() local
|
/Linux-v4.19/scripts/kconfig/ |
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()
|
D | nconf.gui.c | 359 const char *title, const char *prompt, in dialog_inputbox() 551 const char *title, in show_scroll_win()
|
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()
|
/Linux-v4.19/drivers/ata/ |
D | libata-transport.c | 96 #define ata_bitfield_name_match(title, table) \ argument 115 #define ata_bitfield_name_search(title, table) \ argument 455 #define ata_dev_show_class(title, field) \ argument 465 #define ata_dev_attr(title, field) \ argument
|
/Linux-v4.19/scripts/kconfig/lxdialog/ |
D | yesno.c | 42 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
|
D | inputbox.c | 44 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
|
D | checklist.c | 117 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist()
|
D | menubox.c | 184 int dialog_menu(const char *title, const char *prompt, in dialog_menu()
|
D | textbox.c | 56 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox()
|
/Linux-v4.19/kernel/ |
D | torture.c | 462 void torture_shutdown_absorb(const char *title) in torture_shutdown_absorb() 576 void stutter_wait(const char *title) in stutter_wait() 748 void torture_kthread_stopping(char *title) in torture_kthread_stopping()
|
/Linux-v4.19/tools/perf/ui/browsers/ |
D | annotate.c | 386 static int sym_title(struct symbol *sym, struct map *map, char *title, in sym_title() 409 char title[SYM_TITLE_MAX_SIZE]; in annotate_browser__callq() local 601 static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help) in annotate_browser__show() 663 char title[256]; in annotate_browser__run() local
|
D | hists.h | 28 int (*title)(struct hist_browser *browser, member
|
/Linux-v4.19/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | SchedGui.py | 23 def __init__(self, sched_tracer, title, parent = None, id = -1): argument
|
/Linux-v4.19/tools/lib/subcmd/ |
D | help.c | 229 void list_commands(const char *title, struct cmdnames *main_cmds, in list_commands()
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_transport_fc.c | 81 #define fc_enum_name_search(title, table_type, table) \ argument 96 #define fc_enum_name_match(title, table_type, table) \ argument 219 #define fc_bitfield_name_search(title, table) \ argument 779 #define fc_private_rport_rd_enum_attr(title, maxlen) \ argument 1191 #define fc_private_vport_rd_enum_attr(title, maxlen) \ argument 1409 #define fc_host_rd_enum_attr(title, maxlen) \ argument
|
/Linux-v4.19/arch/arm/probes/kprobes/ |
D | test-core.h | 107 #define TEST_GROUP(title) \ argument 112 #define TESTCASE_START(title) \ argument
|