/Linux-v5.10/tools/perf/Documentation/ |
D | asciidoc.conf | 34 <example><title>{title}</title> 44 {title#}</example> 51 <example><title>{title}</title> 55 {title#}</example> 58 <formalpara{id? id="{id}"}><title>{title}</title><para> 59 {title%}<literallayout{id? id="{id}"}> 60 {title#}<literallayout> 63 {title#}</para></formalpara> 64 {title%}<simpara></simpara>
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | biblio.rst | 14 :title: CEA-608-E R-2014 "Line 21 Data Services" 24 :title: EN 300 294 "625-line television Wide Screen Signalling (WSS)" 34 :title: ETS 300 231 "Specification of the domestic video Programme Delivery Control system (PDC… 44 :title: ETS 300 706 "Enhanced Teletext specification" 54 :title: ITU-T Rec. H.222.0 | ISO/IEC 13818-1 "Information technology — Generic coding of moving… 64 :title: ITU-T Rec. H.262 | ISO/IEC 13818-2 "Information technology — Generic coding of moving p… 74 :title: ITU-R Recommendation BT.470-6 "Conventional Television Systems" 84 :title: ITU-R Recommendation BT.601-5 "Studio Encoding Parameters of Digital Television for Sta… 94 :title: ITU-R Recommendation BT.653-3 "Teletext systems" 104 :title: ITU-R Recommendation BT.709-5 "Parameter values for the HDTV standards for production a… [all …]
|
/Linux-v5.10/drivers/acpi/acpica/ |
D | rsdump.c | 19 static void acpi_rs_out_string(const char *title, const char *value); 21 static void acpi_rs_out_integer8(const char *title, u8 value); 23 static void acpi_rs_out_integer16(const char *title, u16 value); 25 static void acpi_rs_out_integer32(const char *title, u32 value); 27 static void acpi_rs_out_integer64(const char *title, u64 value); 29 static void acpi_rs_out_title(const char *title); 43 acpi_rs_dump_resource_label(char *title, 417 acpi_rs_dump_resource_label(char *title, in acpi_rs_dump_resource_label() argument 422 acpi_rs_out_string(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() argument [all …]
|
/Linux-v5.10/tools/lib/perf/Documentation/ |
D | asciidoc.conf | 34 <example><title>{title}</title> 44 {title#}</example> 51 <example><title>{title}</title> 55 {title#}</example> 58 <formalpara{id? id="{id}"}><title>{title}</title><para> 59 {title%}<literallayout{id? id="{id}"}> 60 {title#}<literallayout> 63 {title#}</para></formalpara> 64 {title%}<simpara></simpara>
|
/Linux-v5.10/tools/lib/traceevent/Documentation/ |
D | asciidoc.conf | 34 <example><title>{title}</title> 44 {title#}</example> 51 <example><title>{title}</title> 55 {title#}</example> 58 <formalpara{id? id="{id}"}><title>{title}</title><para> 59 {title%}<literallayout{id? id="{id}"}> 60 {title#}<literallayout> 63 {title#}</para></formalpara> 64 {title%}<simpara></simpara>
|
/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() argument 107 if (title) { in ui_browser__input_window() 109 SLsmg_write_string((char *)title); in ui_browser__input_window() 167 void __ui__info_window(const char *title, const char *text, const char *exit_msg) in __ui__info_window() argument 198 if (title) { in __ui__info_window() 200 SLsmg_write_string((char *)title); in __ui__info_window() 216 void ui__info_window(const char *title, const char *text) in ui__info_window() argument 219 __ui__info_window(title, text, NULL); in ui__info_window() 224 int ui__question_window(const char *title, const char *text, in ui__question_window() argument 228 __ui__info_window(title, text, exit_msg); in ui__question_window() [all …]
|
D | progress.c | 25 p->title, buf_cur, buf_tot); in get_title() 30 char buf[100], *title = (char *) p->title; in tui_progress__update() local 44 title = buf; in tui_progress__update() 53 SLsmg_write_string(title); in tui_progress__update()
|
/Linux-v5.10/tools/perf/ui/ |
D | progress.h | 10 const char *title; member 16 const char *title, bool size); 18 #define ui_progress__init(p, total, title) \ argument 19 __ui_progress__init(p, total, title, false) 21 #define ui_progress__init_size(p, total, title) \ argument 22 __ui_progress__init(p, total, title, true)
|
D | browser.h | 24 const char *title; member 55 void __ui_browser__show_title(struct ui_browser *browser, const char *title); 56 void ui_browser__show_title(struct ui_browser *browser, const char *title); 57 int ui_browser__show(struct ui_browser *browser, const char *title, 71 int ui_browser__input_window(const char *title, const char *text, char *input,
|
D | util.h | 11 void __ui__info_window(const char *title, const char *text, const char *exit_msg); 12 void ui__info_window(const char *title, const char *text); 13 int ui__question_window(const char *title, const char *text,
|
D | progress.c | 31 const char *title, bool size) in __ui_progress__init() argument 36 p->title = title; in __ui_progress__init()
|
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | reference_tracking.c | 27 const char *title; in test_reference_tracking() local 30 title = bpf_program__section_name(prog); in test_reference_tracking() 31 if (strstr(title, ".text") != NULL) in test_reference_tracking() 34 if (!test__start_subtest(title)) in test_reference_tracking() 38 if (strstr(title, "fail") != NULL) { in test_reference_tracking() 47 CHECK(err, title, "\n"); in test_reference_tracking()
|
D | sockopt_multi.c | 5 static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_attach() argument 12 err = libbpf_prog_type_by_name(title, &prog_type, &attach_type); in prog_attach() 14 log_err("Failed to deduct types for %s BPF program", title); in prog_attach() 18 prog = bpf_object__find_program_by_title(obj, title); in prog_attach() 20 log_err("Failed to find %s BPF program", title); in prog_attach() 27 log_err("Failed to attach %s BPF program", title); in prog_attach() 34 static int prog_detach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_detach() argument 41 err = libbpf_prog_type_by_name(title, &prog_type, &attach_type); in prog_detach() 45 prog = bpf_object__find_program_by_title(obj, title); in prog_detach()
|
D | sockopt_inherit.c | 139 static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_attach() argument 146 err = libbpf_prog_type_by_name(title, &prog_type, &attach_type); in prog_attach() 148 log_err("Failed to deduct types for %s BPF program", title); in prog_attach() 152 prog = bpf_object__find_program_by_title(obj, title); in prog_attach() 154 log_err("Failed to find %s BPF program", title); in prog_attach() 161 log_err("Failed to attach %s BPF program", title); in prog_attach()
|
D | sockopt_sk.c | 166 static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_attach() argument 173 err = libbpf_prog_type_by_name(title, &prog_type, &attach_type); in prog_attach() 175 log_err("Failed to deduct types for %s BPF program", title); in prog_attach() 179 prog = bpf_object__find_program_by_title(obj, title); in prog_attach() 181 log_err("Failed to find %s BPF program", title); in prog_attach() 188 log_err("Failed to attach %s BPF program", title); in prog_attach()
|
/Linux-v5.10/tools/testing/selftests/rcutorture/bin/ |
D | parse-console.sh | 16 title="$2" 27 echo $title unreadable console output file: $file 63 print_bug $title FAILURE, $nerrs 100 print_warning $title `cat $T.seq` 107 print_warning HOTPLUG FAILURES $title `cat $T.seq` 111 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version… 114 print_warning $title `cat $T.seq` 123 print_warning "Assertion failure in $file $title"
|
D | kvm-recheck-lock.sh | 27 title="$configfile ------- $ncs acquisitions/releases" 35 title="$title ($ncsps per second)" 37 echo $title
|
D | parse-build.sh | 17 title=$2 28 print_bug $title no build 34 print_bug $title build errors: 45 print_warning $title build errors:
|
D | kvm-recheck-rcu.sh | 33 title="$configfile ------- $ngps GPs" 41 title="$title ($ngpsps/s)" 43 echo $title $stopstate $fwdprog
|
/Linux-v5.10/scripts/kconfig/lxdialog/ |
D | dialog.h | 101 struct dialog_color title; member 206 void print_title(WINDOW *dialog, const char *title, int width); 212 int dialog_yesno(const char *title, const char *prompt, int height, int width); 213 int dialog_msgbox(const char *title, const char *prompt, int height, 219 int dialog_textbox(const char *title, char *tbuf, int initial_height, 222 int dialog_menu(const char *title, const char *prompt, 224 int dialog_checklist(const char *title, const char *prompt, int height, 226 int dialog_inputbox(const char *title, const char *prompt, int height,
|
/Linux-v5.10/arch/um/drivers/ |
D | xterm.c | 21 char *title; member 37 .title = opts->xterm_title, in xterm_init() 89 char title[256], file[] = "/tmp/xterm-pipeXXXXXX"; in xterm_open() local 90 char *argv[] = { terminal_emulator, title_switch, title, exec_switch, in xterm_open() 136 sprintf(title, data->title, data->device); in xterm_open()
|
/Linux-v5.10/scripts/kconfig/ |
D | mconf.c | 289 static int show_textbox_ext(const char *title, char *text, int r, int c, 292 static void show_textbox(const char *title, const char *text, int r, int c); 293 static void show_helptext(const char *title, const char *text); 395 struct gstr title; in search_conf() local 402 title = str_new(); in search_conf() 403 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf() 409 str_get(&title), in search_conf() 418 str_free(&title); in search_conf() 461 str_free(&title); in search_conf() 755 static int show_textbox_ext(const char *title, char *text, int r, int c, int in show_textbox_ext() argument [all …]
|
/Linux-v5.10/tools/vm/ |
D | slabinfo-gnuplot.sh | 89 set style histogram columnstacked title textcolor lt -1 92 set key left above Left title reverse 94 plot "$file" $range u 2$xtic title 'SIZE' with boxes,\ 95 '' $range u 3 title 'LOSS' with boxes 131 set key left above Left title reverse
|
/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() argument 396 return snprintf(title, sz, "%s %s [Percent: %s]", sym->name, map->dso->long_name, in sym_title() 416 char title[SYM_TITLE_MAX_SIZE]; in annotate_browser__callq() local 438 sym_title(ms->sym, ms->map, title, sizeof(title), browser->opts->percent_type); in annotate_browser__callq() 439 ui_browser__show_title(&browser->b, title); in annotate_browser__callq() 611 static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help) in annotate_browser__show() argument 618 if (ui_browser__show(browser, title, help) < 0) in annotate_browser__show() 673 char title[256]; in annotate_browser__run() local 676 hists__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run() 677 if (annotate_browser__show(&browser->b, title, help) < 0) in annotate_browser__run() [all …]
|
/Linux-v5.10/include/linux/ |
D | torture.h | 69 void torture_shutdown_absorb(const char *title); 73 bool stutter_wait(const char *title); 83 void torture_kthread_stopping(char *title);
|