/linux-4.4.14/drivers/acpi/acpica/ |
D | rsdump.c | 484 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()
|
D | exdump.c | 935 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/ |
D | util.c | 72 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/ |
D | xterm.c | 21 char *title; member 89 char title[256], file[] = "/tmp/xterm-pipeXXXXXX"; in xterm_open() local
|
D | line.c | 752 char *umid, *title; in add_xterm_umid() local
|
/linux-4.4.14/scripts/kconfig/ |
D | mconf.c | 395 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()
|
D | nconf.gui.c | 358 const char *title, const char *prompt, in dialog_inputbox() 543 const char *title, in show_scroll_win()
|
D | nconf.c | 693 struct gstr title; in search_conf() local
|
D | gconf.c | 392 static void text_insert_msg(const char *title, const char *message) in text_insert_msg()
|
D | qconf.cc | 1342 char title[256]; in ConfigMainWindow() local
|
/linux-4.4.14/tools/perf/ui/ |
D | progress.c | 25 void ui_progress__init(struct ui_progress *p, u64 total, const char *title) in ui_progress__init()
|
D | progress.h | 9 const char *title; member
|
D | browser.c | 248 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()
|
D | browser.h | 20 const char *title; member
|
/linux-4.4.14/kernel/ |
D | torture.c | 410 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/ |
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()
|
D | dialog.h | 120 struct dialog_color title; member
|
D | util.c | 365 void print_title(WINDOW *dialog, const char *title, int width) in print_title()
|
/linux-4.4.14/drivers/ata/ |
D | libata-transport.c | 96 #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/ |
D | SchedGui.py | 23 def __init__(self, sched_tracer, title, parent = None, id = -1): argument
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | annotate.c | 477 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
|
D | hists.c | 432 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/ |
D | scsi_transport_fc.c | 80 #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
|
D | scsi_transport_sas.c | 65 #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/ |
D | help.c | 193 void list_commands(const char *title, struct cmdnames *main_cmds, in list_commands()
|
/linux-4.4.14/arch/arm/probes/kprobes/ |
D | test-core.h | 107 #define TEST_GROUP(title) \ argument 112 #define TESTCASE_START(title) \ argument
|
D | test-core.c | 599 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/ |
D | zcrypt_api.c | 1184 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/ |
D | emuproc.c | 39 char *title, in snd_emu10k1_proc_spdif_status()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | gdb-stub.c | 1265 static const char title[] = "Excep ", tbcberr[] = "BCBERR "; in gdbstub() local
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe_sysfs.c | 221 #define fcoe_enum_name_search(title, table_type, table) \ argument
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_debugfs.c | 543 const char *title, in seq_print_timing_details()
|
/linux-4.4.14/arch/frv/kernel/ |
D | gdb-stub.c | 1490 static const char title[] = "Break "; in gdbstub() local
|
/linux-4.4.14/tools/lib/bpf/ |
D | libbpf.c | 1108 const char *title; in bpf_program__title() local
|
/linux-4.4.14/drivers/net/ethernet/cadence/ |
D | macb.h | 672 #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/ |
D | via-pmu.c | 510 char title[16]; in via_pmu_dev_init() local
|