Home
last modified time | relevance | path

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

12345

/Linux-v4.19/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-v4.19/Documentation/media/uapi/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 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-v4.19/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,
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-v4.19/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.h23 const char *title; member
53 void __ui_browser__show_title(struct ui_browser *browser, const char *title);
54 void ui_browser__show_title(struct ui_browser *browser, const char *title);
55 int ui_browser__show(struct ui_browser *browser, const char *title,
69 int ui_browser__input_window(const char *title, const char *text, char *input,
Dprogress.c32 const char *title, bool size) in __ui_progress__init() argument
37 p->title = title; in __ui_progress__init()
Dbrowser.c207 ui_browser__show(browser, browser->title, ui_helpline__current); in ui_browser__handle_resize()
263 void __ui_browser__show_title(struct ui_browser *browser, const char *title) in __ui_browser__show_title() argument
267 ui_browser__write_nstring(browser, title, browser->width + 1); in __ui_browser__show_title()
270 void ui_browser__show_title(struct ui_browser *browser, const char *title) in ui_browser__show_title() argument
273 __ui_browser__show_title(browser, title); in ui_browser__show_title()
277 int ui_browser__show(struct ui_browser *browser, const char *title, in ui_browser__show() argument
289 __ui_browser__show_title(browser, title); in ui_browser__show()
291 browser->title = title; in ui_browser__show()
404 __ui_browser__show_title(browser, browser->title); in ui_browser__run()
/Linux-v4.19/tools/testing/selftests/rcutorture/bin/
Dparse-console.sh29 title="$2"
40 echo $title unreadable console output file: $file
64 print_bug $title FAILURE, $nerrs instances
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`
125 print_warning "Assertion failure in $file $title"
Dkvm-recheck-lock.sh40 title="$configfile ------- $ncs acquisitions/releases"
48 title="$title ($ncsps per second)"
50 echo $title
Dparse-build.sh30 title=$2
41 print_bug $title no build
47 print_bug $title build errors:
58 print_warning $title build errors:
Dkvm-recheck-rcu.sh45 title="$configfile ------- $ngps GPs"
53 title="$title ($ngpsps/s)"
55 echo $title $stopstate
/Linux-v4.19/tools/perf/ui/tui/
Dutil.c73 int ui_browser__input_window(const char *title, const char *text, char *input, in ui_browser__input_window() argument
105 if (title) { in ui_browser__input_window()
107 SLsmg_write_string((char *)title); in ui_browser__input_window()
165 int ui__question_window(const char *title, const char *text, in ui__question_window() argument
197 if (title) { in ui__question_window()
199 SLsmg_write_string((char *)title); in ui__question_window()
227 static int __ui__warning(const char *title, const char *format, va_list args) in __ui__warning() argument
234 key = ui__question_window(title, s, "Press any key...", 0); in __ui__warning()
239 fprintf(stderr, "%s\n", title); in __ui__warning()
Dprogress.c26 p->title, buf_cur, buf_tot); in get_title()
31 char buf[100], *title = (char *) p->title; in tui_progress__update() local
45 title = buf; in tui_progress__update()
54 SLsmg_write_string(title); in tui_progress__update()
/Linux-v4.19/scripts/kconfig/lxdialog/
Ddialog.h114 struct dialog_color title; member
219 void print_title(WINDOW *dialog, const char *title, int width);
225 int dialog_yesno(const char *title, const char *prompt, int height, int width);
226 int dialog_msgbox(const char *title, const char *prompt, int height,
232 int dialog_textbox(const char *title, char *tbuf, int initial_height,
235 int dialog_menu(const char *title, const char *prompt,
237 int dialog_checklist(const char *title, const char *prompt, int height,
239 int dialog_inputbox(const char *title, const char *prompt, int height,
Dutil.c36 dlg.title.atr = A_BOLD; in set_mono_theme()
76 DLG_COLOR(title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
109 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
149 DLG_COLOR(title, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme()
196 init_one_color(&dlg.title); in init_dialog_colors()
365 void print_title(WINDOW *dialog, const char *title, int width) in print_title() argument
367 if (title) { in print_title()
368 int tlen = MIN(width - 2, strlen(title)); in print_title()
369 wattrset(dialog, dlg.title.atr); in print_title()
371 mvwaddnstr(dialog, 0, (width - tlen)/2, title, tlen); in print_title()
/Linux-v4.19/arch/um/drivers/
Dxterm.c21 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-v4.19/scripts/kconfig/
Dmconf.c288 static int show_textbox_ext(const char *title, char *text, int r, int c,
291 static void show_textbox(const char *title, const char *text, int r, int c);
292 static void show_helptext(const char *title, const char *text);
394 struct gstr title; in search_conf() local
401 title = str_new(); in search_conf()
402 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf()
408 str_get(&title), in search_conf()
417 str_free(&title); in search_conf()
460 str_free(&title); in search_conf()
754 static int show_textbox_ext(const char *title, char *text, int r, int c, int in show_textbox_ext() argument
[all …]
Dnconf.h88 const char *title, const char *prompt,
92 const char *title,
/Linux-v4.19/tools/vm/
Dslabinfo-gnuplot.sh96 set style histogram columnstacked title textcolor lt -1
99 set key left above Left title reverse
101 plot "$file" $range u 2$xtic title 'SIZE' with boxes,\
102 '' $range u 3 title 'LOSS' with boxes
138 set key left above Left title reverse
/Linux-v4.19/tools/perf/ui/browsers/
Dannotate.c386 static int sym_title(struct symbol *sym, struct map *map, char *title, in sym_title() argument
389 return snprintf(title, sz, "%s %s [Percent: %s]", sym->name, map->dso->long_name, in sym_title()
409 char title[SYM_TITLE_MAX_SIZE]; in annotate_browser__callq() local
428 sym_title(ms->sym, ms->map, title, sizeof(title), browser->opts->percent_type); in annotate_browser__callq()
429 ui_browser__show_title(&browser->b, title); in annotate_browser__callq()
601 static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help) in annotate_browser__show() argument
608 if (ui_browser__show(browser, title, help) < 0) in annotate_browser__show()
663 char title[256]; in annotate_browser__run() local
666 hists__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run()
667 if (annotate_browser__show(&browser->b, title, help) < 0) in annotate_browser__run()
[all …]
/Linux-v4.19/include/linux/
Dtorture.h76 void torture_shutdown_absorb(const char *title);
80 void stutter_wait(const char *title);
90 void torture_kthread_stopping(char *title);
/Linux-v4.19/kernel/
Dtorture.c462 void torture_shutdown_absorb(const char *title) in torture_shutdown_absorb() argument
466 title); in torture_shutdown_absorb()
576 void stutter_wait(const char *title) in stutter_wait() argument
591 torture_shutdown_absorb(title); in stutter_wait()
748 void torture_kthread_stopping(char *title) in torture_kthread_stopping() argument
752 snprintf(buf, sizeof(buf), "Stopping %s", title); in torture_kthread_stopping()
755 torture_shutdown_absorb(title); in torture_kthread_stopping()
/Linux-v4.19/tools/lib/subcmd/
Dhelp.c229 void list_commands(const char *title, struct cmdnames *main_cmds, in list_commands() argument
243 printf("available %s in '%s'\n", title, exec_path); in list_commands()
245 mput_char('-', strlen(title) + strlen(exec_path)); in list_commands()
253 printf("%s available from elsewhere on your $PATH\n", title); in list_commands()
255 mput_char('-', strlen(title)); in list_commands()
/Linux-v4.19/Documentation/sphinx/
Dparse-headers.pl325 my $title = $file_in;
326 $title =~ s,.*/,,;
330 print OUT "$title\n";
331 print OUT "=" x length($title);
/Linux-v4.19/drivers/ata/
Dlibata-transport.c96 #define ata_bitfield_name_match(title, table) \ argument
98 get_ata_##title##_names(u32 table_key, char *buf) \
115 #define ata_bitfield_name_search(title, table) \ argument
117 get_ata_##title##_names(u32 table_key, char *buf) \
455 #define ata_dev_show_class(title, field) \ argument
462 return get_ata_##title##_names(ata_dev->field, buf); \
465 #define ata_dev_attr(title, field) \ argument
466 ata_dev_show_class(title, field) \

12345