/Linux-v5.10/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-v5.10/tools/perf/ui/tui/ |
D | util.c | 75 int ui_browser__input_window(const char *title, const char *text, char *input, in ui_browser__input_window() 167 void __ui__info_window(const char *title, const char *text, const char *exit_msg) in __ui__info_window() 216 void ui__info_window(const char *title, const char *text) in ui__info_window() 224 int ui__question_window(const char *title, const char *text, in ui__question_window() 244 static int __ui__warning(const char *title, const char *format, va_list args) in __ui__warning()
|
D | progress.c | 30 char buf[100], *title = (char *) p->title; in tui_progress__update() local
|
/Linux-v5.10/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 | 31 const char *title, bool size) in __ui_progress__init()
|
D | browser.c | 262 void __ui_browser__show_title(struct ui_browser *browser, const char *title) in __ui_browser__show_title() 269 void ui_browser__show_title(struct ui_browser *browser, const char *title) in ui_browser__show_title() 276 int ui_browser__show(struct ui_browser *browser, const char *title, in ui_browser__show()
|
D | browser.h | 24 const char *title; member
|
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | sockopt_multi.c | 5 static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_attach() 34 static int prog_detach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_detach()
|
D | reference_tracking.c | 27 const char *title; in test_reference_tracking() local
|
D | sockopt_sk.c | 166 static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_attach()
|
D | sockopt_inherit.c | 139 static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_attach()
|
/Linux-v5.10/arch/um/drivers/ |
D | xterm.c | 21 char *title; member 89 char title[256], file[] = "/tmp/xterm-pipeXXXXXX"; in xterm_open() local
|
/Linux-v5.10/scripts/kconfig/ |
D | mconf.c | 395 struct gstr title; in search_conf() local 755 static int show_textbox_ext(const char *title, char *text, int r, int c, int in show_textbox_ext() 764 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox() 770 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() 551 const char *title, in show_scroll_win()
|
D | expr.c | 1282 void *data, tristate pr_type, const char **title) in expr_print_revdep() 1300 tristate pr_type, const char *title) in expr_gstr_print_revdep()
|
/Linux-v5.10/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-v5.10/scripts/kconfig/lxdialog/ |
D | yesno.c | 29 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
|
D | inputbox.c | 31 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
|
D | checklist.c | 104 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist()
|
D | menubox.c | 171 int dialog_menu(const char *title, const char *prompt, in dialog_menu()
|
/Linux-v5.10/kernel/ |
D | torture.c | 489 void torture_shutdown_absorb(const char *title) in torture_shutdown_absorb() 603 bool stutter_wait(const char *title) in stutter_wait() 783 void torture_kthread_stopping(char *title) in torture_kthread_stopping()
|
/Linux-v5.10/tools/perf/ui/browsers/ |
D | annotate.c | 393 static int sym_title(struct symbol *sym, struct map *map, char *title, in sym_title() 416 char title[SYM_TITLE_MAX_SIZE]; in annotate_browser__callq() local 611 static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help) in annotate_browser__show() 673 char title[256]; in annotate_browser__run() local
|
D | hists.h | 30 int (*title)(struct hist_browser *browser, member
|
/Linux-v5.10/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
|