Home
last modified time | relevance | path

Searched defs:title (Results 1 – 25 of 48) sorted by relevance

12

/Linux-v4.19/drivers/acpi/acpica/
Drsdump.c417 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()
Dexdump.c914 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/
Dprogress.h10 const char *title; member
18 #define ui_progress__init(p, total, title) \ argument
21 #define ui_progress__init_size(p, total, title) \ argument
Dprogress.c32 const char *title, bool size) in __ui_progress__init()
Dbrowser.c263 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()
Dbrowser.h23 const char *title; member
/Linux-v4.19/tools/perf/ui/tui/
Dutil.c73 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()
Dprogress.c31 char buf[100], *title = (char *) p->title; in tui_progress__update() local
/Linux-v4.19/arch/um/drivers/
Dxterm.c21 char *title; member
89 char title[256], file[] = "/tmp/xterm-pipeXXXXXX"; in xterm_open() local
/Linux-v4.19/scripts/kconfig/
Dmconf.c394 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()
Dnconf.gui.c359 const char *title, const char *prompt, in dialog_inputbox()
551 const char *title, in show_scroll_win()
Dexpr.c1284 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/
Dlibata-transport.c96 #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/
Dyesno.c42 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
Dinputbox.c44 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
Dchecklist.c117 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist()
Dmenubox.c184 int dialog_menu(const char *title, const char *prompt, in dialog_menu()
Dtextbox.c56 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox()
/Linux-v4.19/kernel/
Dtorture.c462 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/
Dannotate.c386 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
Dhists.h28 int (*title)(struct hist_browser *browser, member
/Linux-v4.19/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DSchedGui.py23 def __init__(self, sched_tracer, title, parent = None, id = -1): argument
/Linux-v4.19/tools/lib/subcmd/
Dhelp.c229 void list_commands(const char *title, struct cmdnames *main_cmds, in list_commands()
/Linux-v4.19/drivers/scsi/
Dscsi_transport_fc.c81 #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/
Dtest-core.h107 #define TEST_GROUP(title) \ argument
112 #define TESTCASE_START(title) \ argument

12