Home
last modified time | relevance | path

Searched refs:title (Results 1 – 25 of 1808) sorted by relevance

12345678910>>...73

/linux-5.19.10/tools/perf/Documentation/
Dasciidoc.conf34 <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-5.19.10/Documentation/userspace-api/media/v4l/
Dbiblio.rst14 :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 movi…
64 :title: ITU-T Rec. H.262 | ISO/IEC 13818-2 "Information technology --- Generic coding of moving…
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-5.19.10/tools/lib/traceevent/Documentation/
Dasciidoc.conf34 <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-5.19.10/tools/lib/perf/Documentation/
Dasciidoc.conf34 <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-5.19.10/drivers/acpi/acpica/
Drsdump.c19 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,
425 acpi_rs_dump_resource_label(char *title, in acpi_rs_dump_resource_label() argument
430 acpi_rs_out_string(title, in acpi_rs_dump_resource_label()
496 static void acpi_rs_out_string(const char *title, const char *value) in acpi_rs_out_string() argument
[all …]
/linux-5.19.10/tools/testing/selftests/splice/
Dshort_splice_read.sh17 title="$1"
21 echo "$title ..." >&2
30 echo "ok: $title succeeded" >&2
33 echo "FAIL: $title should work" >&2
45 title="$1"
49 echo "$title ..." >&2
58 echo "FAIL: $title unexpectedly worked" >&2
62 echo "ok: $title correctly failed" >&2
/linux-5.19.10/tools/perf/ui/tui/
Dutil.c75 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 …]
Dprogress.c25 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-5.19.10/tools/perf/ui/
Dprogress.h10 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)
Dbrowser.h24 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,
Dutil.h11 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,
Dprogress.c31 const char *title, bool size) in __ui_progress__init() argument
36 p->title = title; in __ui_progress__init()
/linux-5.19.10/scripts/
Dget_feat.pl212 my $title = "Feature status on $arch architecture";
214 print "=" x length($title) . "\n";
215 print "$title\n";
216 print "=" x length($title) . "\n\n";
299 my $title = "Feature $feat";
301 print "=" x length($title) . "\n";
302 print "$title\n";
303 print "=" x length($title) . "\n\n";
376 my $title = "Feature status on all architectures";
379 print "=" x length($title) . "\n";
[all …]
/linux-5.19.10/tools/testing/selftests/rcutorture/bin/
Dparse-console.sh16 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"
Dkvm-recheck-lock.sh27 title="$configfile ------- $ncs acquisitions/releases"
35 title="$title ($ncsps per second)"
37 echo $title
Dparse-build.sh17 title=$2
28 print_bug $title no build
34 print_bug $title build errors:
46 print_warning $title build errors:
Dkvm-recheck-rcu.sh33 title="$configfile ------- $ngps GPs"
41 title="$title ($ngpsps/s)"
43 echo $title $stopstate $fwdprog
/linux-5.19.10/scripts/kconfig/lxdialog/
Ddialog.h101 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-5.19.10/scripts/kconfig/
Dmconf.c291 static int show_textbox_ext(const char *title, char *text, int r, int c,
294 static void show_textbox(const char *title, const char *text, int r, int c);
295 static void show_helptext(const char *title, const char *text);
392 struct gstr title; in search_conf() local
399 title = str_new(); in search_conf()
400 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf()
406 str_get(&title), in search_conf()
415 str_free(&title); in search_conf()
458 str_free(&title); in search_conf()
752 static int show_textbox_ext(const char *title, char *text, int r, int c, int in show_textbox_ext() argument
[all …]
/linux-5.19.10/arch/um/drivers/
Dxterm.c22 char *title; member
39 .title = opts->xterm_title, in xterm_init()
92 char title[256], file[] = "/tmp/xterm-pipeXXXXXX"; in xterm_open() local
93 char *argv[] = { terminal_emulator, title_switch, title, exec_switch, in xterm_open()
139 sprintf(title, data->title, data->device); in xterm_open()
/linux-5.19.10/tools/vm/
Dslabinfo-gnuplot.sh89 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-5.19.10/tools/perf/ui/browsers/
Dannotate.c446 static int sym_title(struct symbol *sym, struct map *map, char *title, in sym_title() argument
449 return snprintf(title, sz, "%s %s [Percent: %s]", sym->name, map->dso->long_name, in sym_title()
469 char title[SYM_TITLE_MAX_SIZE]; in annotate_browser__callq() local
491 sym_title(ms->sym, ms->map, title, sizeof(title), browser->opts->percent_type); in annotate_browser__callq()
492 ui_browser__show_title(&browser->b, title); in annotate_browser__callq()
664 static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help) in annotate_browser__show() argument
671 if (ui_browser__show(browser, title, help) < 0) in annotate_browser__show()
726 char title[256]; in annotate_browser__run() local
729 hists__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run()
730 if (annotate_browser__show(&browser->b, title, help) < 0) in annotate_browser__run()
[all …]
/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/
Dsockopt_multi.c5 static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title, const char *name) 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()
34 static int prog_detach(struct bpf_object *obj, int cgroup_fd, const char *title, const char *name) in prog_detach() argument
41 err = libbpf_prog_type_by_name(title, &prog_type, &attach_type); in prog_detach()
/linux-5.19.10/include/linux/
Dtorture.h95 void torture_shutdown_absorb(const char *title);
99 bool stutter_wait(const char *title);
109 void torture_kthread_stopping(char *title);
/linux-5.19.10/tools/lib/subcmd/
Dhelp.c231 void list_commands(const char *title, struct cmdnames *main_cmds, in list_commands() argument
245 printf("available %s in '%s'\n", title, exec_path); in list_commands()
247 mput_char('-', strlen(title) + strlen(exec_path)); in list_commands()
255 printf("%s available from elsewhere on your $PATH\n", title); in list_commands()
257 mput_char('-', strlen(title)); in list_commands()

12345678910>>...73