Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/acpica/
Drsdump.c484 static void acpi_rs_out_string(char *title, char *value) in acpi_rs_out_string()
493 static void acpi_rs_out_integer8(char *title, u8 value) in acpi_rs_out_integer8()
498 static void acpi_rs_out_integer16(char *title, u16 value) in acpi_rs_out_integer16()
503 static void acpi_rs_out_integer32(char *title, u32 value) in acpi_rs_out_integer32()
508 static void acpi_rs_out_integer64(char *title, u64 value) in acpi_rs_out_integer64()
513 static void acpi_rs_out_title(char *title) in acpi_rs_out_title()
Dexdump.c935 static void acpi_ex_out_string(char *title, char *value) in acpi_ex_out_string()
940 static void acpi_ex_out_pointer(char *title, void *value) in acpi_ex_out_pointer()
/linux-4.4.14/tools/perf/ui/tui/
Dutil.c72 int ui_browser__input_window(const char *title, const char *text, char *input, in ui_browser__input_window()
164 int ui__question_window(const char *title, const char *text, in ui__question_window()
226 static int __ui__warning(const char *title, const char *format, va_list args) in __ui__warning()
/linux-4.4.14/arch/um/drivers/
Dxterm.c21 char *title; member
89 char title[256], file[] = "/tmp/xterm-pipeXXXXXX"; in xterm_open() local
Dline.c752 char *umid, *title; in add_xterm_umid() local
/linux-4.4.14/scripts/kconfig/
Dmconf.c395 struct gstr title; in search_conf() local
756 static int show_textbox_ext(const char *title, char *text, int r, int c, int in show_textbox_ext()
765 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox()
771 static void show_helptext(const char *title, const char *text) in show_helptext()
Dnconf.gui.c358 const char *title, const char *prompt, in dialog_inputbox()
543 const char *title, in show_scroll_win()
Dnconf.c693 struct gstr title; in search_conf() local
Dgconf.c392 static void text_insert_msg(const char *title, const char *message) in text_insert_msg()
Dqconf.cc1342 char title[256]; in ConfigMainWindow() local
/linux-4.4.14/tools/perf/ui/
Dprogress.c25 void ui_progress__init(struct ui_progress *p, u64 total, const char *title) in ui_progress__init()
Dprogress.h9 const char *title; member
Dbrowser.c248 void __ui_browser__show_title(struct ui_browser *browser, const char *title) in __ui_browser__show_title()
255 void ui_browser__show_title(struct ui_browser *browser, const char *title) in ui_browser__show_title()
262 int ui_browser__show(struct ui_browser *browser, const char *title, in ui_browser__show()
Dbrowser.h20 const char *title; member
/linux-4.4.14/kernel/
Dtorture.c410 void torture_shutdown_absorb(const char *title) in torture_shutdown_absorb()
524 void stutter_wait(const char *title) in stutter_wait()
696 void torture_kthread_stopping(char *title) in torture_kthread_stopping()
/linux-4.4.14/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()
Ddialog.h120 struct dialog_color title; member
Dutil.c365 void print_title(WINDOW *dialog, const char *title, int width) in print_title()
/linux-4.4.14/drivers/ata/
Dlibata-transport.c96 #define ata_bitfield_name_match(title, table) \ argument
115 #define ata_bitfield_name_search(title, table) \ argument
453 #define ata_dev_show_class(title, field) \ argument
463 #define ata_dev_attr(title, field) \ argument
/linux-4.4.14/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DSchedGui.py23 def __init__(self, sched_tracer, title, parent = None, id = -1): argument
/linux-4.4.14/tools/perf/ui/browsers/
Dannotate.c477 static int sym_title(struct symbol *sym, struct map *map, char *title, in sym_title()
494 char title[SYM_TITLE_MAX_SIZE]; in annotate_browser__callq() local
712 char title[SYM_TITLE_MAX_SIZE]; in annotate_browser__run() local
Dhists.c432 char title[160]; in hist_browser__run() local
2163 const char *title = "Available samples"; in perf_evsel_menu__run() local
/linux-4.4.14/drivers/scsi/
Dscsi_transport_fc.c80 #define fc_enum_name_search(title, table_type, table) \ argument
95 #define fc_enum_name_match(title, table_type, table) \ argument
218 #define fc_bitfield_name_search(title, table) \ argument
775 #define fc_private_rport_rd_enum_attr(title, maxlen) \ argument
1187 #define fc_private_vport_rd_enum_attr(title, maxlen) \ argument
1405 #define fc_host_rd_enum_attr(title, maxlen) \ argument
Dscsi_transport_sas.c65 #define sas_bitfield_name_match(title, table) \ argument
84 #define sas_bitfield_name_set(title, table) \ argument
102 #define sas_bitfield_name_search(title, table) \ argument
/linux-4.4.14/tools/perf/util/
Dhelp.c193 void list_commands(const char *title, struct cmdnames *main_cmds, in list_commands()
/linux-4.4.14/arch/arm/probes/kprobes/
Dtest-core.h107 #define TEST_GROUP(title) \ argument
112 #define TESTCASE_START(title) \ argument
Dtest-core.c599 const char *title; member
1369 static uintptr_t __used kprobes_test_case_start(const char **title, void *stack) in kprobes_test_case_start()
/linux-4.4.14/drivers/s390/crypto/
Dzcrypt_api.c1184 static void sprinthx(unsigned char *title, struct seq_file *m, in sprinthx()
1203 static void sprinthx4(unsigned char *title, struct seq_file *m, in sprinthx4()
/linux-4.4.14/sound/pci/emu10k1/
Demuproc.c39 char *title, in snd_emu10k1_proc_spdif_status()
/linux-4.4.14/arch/mn10300/kernel/
Dgdb-stub.c1265 static const char title[] = "Excep ", tbcberr[] = "BCBERR "; in gdbstub() local
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe_sysfs.c221 #define fcoe_enum_name_search(title, table_type, table) \ argument
/linux-4.4.14/drivers/block/drbd/
Ddrbd_debugfs.c543 const char *title, in seq_print_timing_details()
/linux-4.4.14/arch/frv/kernel/
Dgdb-stub.c1490 static const char title[] = "Break "; in gdbstub() local
/linux-4.4.14/tools/lib/bpf/
Dlibbpf.c1108 const char *title; in bpf_program__title() local
/linux-4.4.14/drivers/net/ethernet/cadence/
Dmacb.h672 #define GEM_STAT_TITLE(name, title) GEM_STAT_TITLE_BITS(name, title, 0) argument
673 #define GEM_STAT_TITLE_BITS(name, title, bits) { \ argument
/linux-4.4.14/drivers/macintosh/
Dvia-pmu.c510 char title[16]; in via_pmu_dev_init() local