/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A 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, 194 * Optional resource title in acpi_rs_dump_descriptor() 407 * PARAMETERS: title - Title of the dumped resource field 417 acpi_rs_dump_resource_label(char *title, in acpi_rs_dump_resource_label() argument 488 acpi_rs_out_string(const char *title, const char *value) acpi_rs_out_string() argument 498 acpi_rs_out_integer8(const char *title, u8 value) acpi_rs_out_integer8() argument 503 acpi_rs_out_integer16(const char *title, u16 value) acpi_rs_out_integer16() argument 509 acpi_rs_out_integer32(const char *title, u32 value) acpi_rs_out_integer32() argument 515 acpi_rs_out_integer64(const char *title, u64 value) acpi_rs_out_integer64() argument 521 acpi_rs_out_title(const char *title) acpi_rs_out_title() argument [all...] |
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A 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, 197 * Optional resource title in acpi_rs_dump_descriptor() 415 * PARAMETERS: title - Title of the dumped resource field 425 acpi_rs_dump_resource_label(char *title, in acpi_rs_dump_resource_label() argument 496 acpi_rs_out_string(const char *title, const char *value) acpi_rs_out_string() argument 506 acpi_rs_out_integer8(const char *title, u8 value) acpi_rs_out_integer8() argument 511 acpi_rs_out_integer16(const char *title, u16 value) acpi_rs_out_integer16() argument 517 acpi_rs_out_integer32(const char *title, u32 value) acpi_rs_out_integer32() argument 523 acpi_rs_out_integer64(const char *title, u64 value) acpi_rs_out_integer64() argument 529 acpi_rs_out_title(const char *title) acpi_rs_out_title() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/splice/ |
H A D | short_splice_read.sh | 17 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
|
/kernel/linux/linux-6.6/tools/testing/selftests/splice/ |
H A D | short_splice_read.sh | 17 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
|
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | progress.h | 10 const char *title; member 16 const char *title, bool size); 18 #define ui_progress__init(p, total, title) \ 19 __ui_progress__init(p, total, title, false) 21 #define ui_progress__init_size(p, total, title) \ 22 __ui_progress__init(p, total, title, true)
|
H A 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,
|
H A 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,
|
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | progress.h | 10 const char *title; member 16 const char *title, bool size); 18 #define ui_progress__init(p, total, title) \ 19 __ui_progress__init(p, total, title, false) 21 #define ui_progress__init_size(p, total, title) \ 22 __ui_progress__init(p, total, title, true)
|
H A 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,
|
H A 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,
|
/kernel/linux/linux-5.10/tools/perf/ui/tui/ |
H A 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, tex in ui__question_window() 244 __ui__warning(const char *title, const char *format, va_list args) __ui__warning() argument [all...] |
H A 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()
|
/kernel/linux/linux-6.6/tools/perf/ui/tui/ |
H A 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(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(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, tex in ui__question_window() 244 __ui__warning(const char *title, const char *format, va_list args) __ui__warning() argument [all...] |
H A 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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A 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()
|
H A 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()
|
H A 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()
|
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/ |
H A 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,
|
/kernel/linux/linux-6.6/scripts/kconfig/lxdialog/ |
H A D | dialog.h | 85 struct dialog_color title; member 190 void print_title(WINDOW *dialog, const char *title, int width); 196 int dialog_yesno(const char *title, const char *prompt, int height, int width); 197 int dialog_msgbox(const char *title, const char *prompt, int height, 199 int dialog_textbox(const char *title, const char *tbuf, int initial_height, 202 int dialog_menu(const char *title, const char *prompt, 204 int dialog_checklist(const char *title, const char *prompt, int height, 206 int dialog_inputbox(const char *title, const char *prompt, int height,
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | xterm.c | 22 char *title; member 39 .title = opts->xterm_title, in xterm_init() 74 "xterm=<terminal emulator>,<title switch>,<exec switch>\n" 78 " its title, and the switch it uses to execute a subprocess,\n" 79 " respectively. The title switch must have the form '<switch> title',\n" 80 " not '<switch>=title'. Similarly, the exec switch must have the form\n" 91 char title[256], file[] = "/tmp/xterm-pipeXXXXXX"; in xterm_open() local 92 char *argv[] = { terminal_emulator, title_switch, title, exec_switch, in xterm_open() 138 sprintf(title, dat in xterm_open() [all...] |
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | xterm.c | 22 char *title; member 39 .title = opts->xterm_title, in xterm_init() 74 "xterm=<terminal emulator>,<title switch>,<exec switch>\n" 78 " its title, and the switch it uses to execute a subprocess,\n" 79 " respectively. The title switch must have the form '<switch> title',\n" 80 " not '<switch>=title'. Similarly, the exec switch must have the form\n" 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, dat in xterm_open() [all...] |
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A 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, cha argument 764 show_textbox(const char *title, const char *text, int r, int c) show_textbox() argument 770 show_helptext(const char *title, const char *text) show_helptext() argument [all...] |
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | mconf.c | 350 static int show_textbox_ext(const char *title, const char *text, int r, int c, in show_textbox_ext() argument 356 return dialog_textbox(title, text, r, c, vscroll, hscroll, in show_textbox_ext() 360 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox() argument 362 show_textbox_ext(title, text, r, c, NULL, NULL, NULL, NULL); in show_textbox() 365 static void show_helptext(const char *title, const char *text) in show_helptext() argument 367 show_textbox(title, text, 0, 0); in show_helptext() 437 struct gstr title; in search_conf() local 444 title = str_new(); in search_conf() 445 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf() 451 str_get(&title), in search_conf() [all...] |
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A 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, sizeo in annotate_browser__run() [all...] |
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | annotate.c | 441 static int sym_title(struct symbol *sym, struct map *map, char *title, in sym_title() argument 444 return snprintf(title, sz, "%s %s [Percent: %s]", sym->name, in sym_title() 465 char title[SYM_TITLE_MAX_SIZE]; in annotate_browser__callq() local 487 sym_title(ms->sym, ms->map, title, sizeof(title), browser->opts->percent_type); in annotate_browser__callq() 488 ui_browser__show_title(&browser->b, title); in annotate_browser__callq() 660 static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help) in annotate_browser__show() argument 667 if (ui_browser__show(browser, title, help) < 0) in annotate_browser__show() 722 char title[256]; in annotate_browser__run() local 725 hists__scnprintf_title(hists, title, sizeo in annotate_browser__run() [all...] |