/linux-4.1.27/tools/perf/ui/ |
H A D | progress.c | 25 void ui_progress__init(struct ui_progress *p, u64 total, const char *title) ui_progress__init() argument 30 p->title = title; ui_progress__init()
|
H A D | progress.h | 9 const char *title; member in struct:ui_progress 13 void ui_progress__init(struct ui_progress *p, u64 total, const char *title);
|
H A D | browser.h | 20 const char *title; member in struct:ui_browser 43 void __ui_browser__show_title(struct ui_browser *browser, const char *title); 44 void ui_browser__show_title(struct ui_browser *browser, const char *title); 45 int ui_browser__show(struct ui_browser *browser, const char *title, 59 int ui_browser__input_window(const char *title, const char *text, char *input,
|
H A D | util.h | 10 int ui__question_window(const char *title, const char *text,
|
H A D | browser.c | 177 ui_browser__show(browser, browser->title, ui_helpline__current); ui_browser__handle_resize() 233 void __ui_browser__show_title(struct ui_browser *browser, const char *title) __ui_browser__show_title() argument 237 slsmg_write_nstring(title, browser->width + 1); __ui_browser__show_title() 240 void ui_browser__show_title(struct ui_browser *browser, const char *title) ui_browser__show_title() argument 243 __ui_browser__show_title(browser, title); ui_browser__show_title() 247 int ui_browser__show(struct ui_browser *browser, const char *title, ui_browser__show() argument 259 __ui_browser__show_title(browser, title); ui_browser__show() 261 browser->title = title; ui_browser__show() 374 __ui_browser__show_title(browser, browser->title); ui_browser__run()
|
/linux-4.1.27/arch/um/drivers/ |
H A D | xterm.c | 21 char *title; member in struct:xterm_chan 37 .title = opts->xterm_title, xterm_init() 72 "xterm=<terminal emulator>,<title switch>,<exec switch>\n" 76 " its title, and the switch it uses to execute a subprocess,\n" 77 " respectively. The title switch must have the form '<switch> title',\n" 78 " not '<switch>=title'. Similarly, the exec switch must have the form\n" 89 char title[256], file[] = "/tmp/xterm-pipeXXXXXX"; xterm_open() local 90 char *argv[] = { terminal_emulator, title_switch, title, exec_switch, xterm_open() 136 sprintf(title, data->title, data->device); xterm_open()
|
H A D | line.c | 752 char *umid, *title; add_xterm_umid() local 760 title = kmalloc(len, GFP_KERNEL); add_xterm_umid() 761 if (title == NULL) { add_xterm_umid() 762 printk(KERN_ERR "Failed to allocate buffer for xterm title\n"); add_xterm_umid() 766 snprintf(title, len, "%s (%s)", base, umid); add_xterm_umid() 767 return title; add_xterm_umid()
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | rsdump.c | 56 static void acpi_rs_out_string(char *title, char *value); 58 static void acpi_rs_out_integer8(char *title, u8 value); 60 static void acpi_rs_out_integer16(char *title, u16 value); 62 static void acpi_rs_out_integer32(char *title, u32 value); 64 static void acpi_rs_out_integer64(char *title, u64 value); 66 static void acpi_rs_out_title(char *title); 227 * Optional resource title acpi_rs_dump_descriptor() 475 * PARAMETERS: title - Name of the resource field 485 static void acpi_rs_out_string(char *title, char *value) acpi_rs_out_string() argument 487 acpi_os_printf("%27s : %s", title, value); acpi_rs_out_string() 494 static void acpi_rs_out_integer8(char *title, u8 value) acpi_rs_out_integer8() argument 496 acpi_os_printf("%27s : %2.2X\n", title, value); acpi_rs_out_integer8() 499 static void acpi_rs_out_integer16(char *title, u16 value) acpi_rs_out_integer16() argument 501 acpi_os_printf("%27s : %4.4X\n", title, value); acpi_rs_out_integer16() 504 static void acpi_rs_out_integer32(char *title, u32 value) acpi_rs_out_integer32() argument 506 acpi_os_printf("%27s : %8.8X\n", title, value); acpi_rs_out_integer32() 509 static void acpi_rs_out_integer64(char *title, u64 value) acpi_rs_out_integer64() argument 511 acpi_os_printf("%27s : %8.8X%8.8X\n", title, ACPI_FORMAT_UINT64(value)); acpi_rs_out_integer64() 514 static void acpi_rs_out_title(char *title) acpi_rs_out_title() argument 516 acpi_os_printf("%27s : ", title); acpi_rs_out_title()
|
H A D | exdump.c | 58 static void acpi_ex_out_string(char *title, char *value); 60 static void acpi_ex_out_pointer(char *title, void *value); 924 * PARAMETERS: title - Descriptive text 933 static void acpi_ex_out_string(char *title, char *value) acpi_ex_out_string() argument 935 acpi_os_printf("%20s : %s\n", title, value); acpi_ex_out_string() 938 static void acpi_ex_out_pointer(char *title, void *value) acpi_ex_out_pointer() argument 940 acpi_os_printf("%20s : %p\n", title, value); acpi_ex_out_pointer()
|
/linux-4.1.27/tools/perf/ui/tui/ |
H A D | util.c | 72 int ui_browser__input_window(const char *title, const char *text, char *input, ui_browser__input_window() argument 104 if (title) { ui_browser__input_window() 106 SLsmg_write_string((char *)title); ui_browser__input_window() 164 int ui__question_window(const char *title, const char *text, ui__question_window() argument 196 if (title) { ui__question_window() 198 SLsmg_write_string((char *)title); ui__question_window() 226 static int __ui__warning(const char *title, const char *format, va_list args) __ui__warning() argument 233 key = ui__question_window(title, s, "Press any key...", 0); __ui__warning() 238 fprintf(stderr, "%s\n", title); __ui__warning()
|
H A D | progress.c | 27 SLsmg_write_string((char *)p->title); tui_progress__update()
|
/linux-4.1.27/tools/power/cpupower/bench/ |
H A D | cpufreq-bench_plot.sh | 70 title[$plots]="$2" 71 # echo "File: ${file[$plots]} - ${title[plots]}" 78 echo "set title \"$global_title\"" >> $dir/plot_script.gpl 96 echo -n "\"$dir/data_$plot\" title \"${title[$plot]}\" with lines" >> $dir/plot_script.gpl
|
/linux-4.1.27/tools/perf/util/ |
H A D | help.h | 26 void list_commands(const char *title, struct cmdnames *main_cmds,
|
H A D | svghelper.c | 163 fprintf(svgfile, "<title>fd=%d error=%d merges=%d</title>\n", fd, err, merges); svg_ubox() 182 fprintf(svgfile, "<title>fd=%d error=%d merges=%d</title>\n", fd, err, merges); svg_lbox() 201 fprintf(svgfile, "<title>fd=%d error=%d merges=%d</title>\n", fd, err, merges); svg_fbox() 227 fprintf(svgfile, "<title>#%d blocked %s</title>\n", cpu, svg_blocked() 249 fprintf(svgfile, "<title>#%d running %s</title>\n", svg_running() 313 fprintf(svgfile, "<title>#%d waiting %s</title>\n", cpu, time_to_string(end - start)); svg_waiting() 399 fprintf(svgfile, "<title>%d %s running %s</title>\n", pid, name, time_to_string(end - start)); svg_process() 505 fprintf(svgfile, "<title>%s wakes up %s</title>\n", svg_partial_wakeline() 589 fprintf(svgfile, "<title>Wakeup from interrupt</title>\n"); svg_interrupt()
|
H A D | help.c | 193 void list_commands(const char *title, struct cmdnames *main_cmds, list_commands() argument 207 printf("available %s in '%s'\n", title, exec_path); list_commands() 209 mput_char('-', strlen(title) + strlen(exec_path)); list_commands() 216 printf("%s available from elsewhere on your $PATH\n", title); list_commands() 218 mput_char('-', strlen(title)); list_commands()
|
/linux-4.1.27/scripts/kconfig/lxdialog/ |
H A D | dialog.h | 120 struct dialog_color title; member in struct:dialog_info 225 void print_title(WINDOW *dialog, const char *title, int width); 231 int dialog_yesno(const char *title, const char *prompt, int height, int width); 232 int dialog_msgbox(const char *title, const char *prompt, int height, 238 int dialog_textbox(const char *title, char *tbuf, int initial_height, 241 int dialog_menu(const char *title, const char *prompt, 243 int dialog_checklist(const char *title, const char *prompt, int height, 245 int dialog_inputbox(const char *title, const char *prompt, int height,
|
H A D | util.c | 36 dlg.title.atr = A_BOLD; set_mono_theme() 76 DLG_COLOR(title, COLOR_YELLOW, COLOR_WHITE, true); set_classic_theme() 109 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); set_blackbg_theme() 149 DLG_COLOR(title, COLOR_BLUE, COLOR_WHITE, true); set_bluetitle_theme() 196 init_one_color(&dlg.title); init_dialog_colors() 263 /* Display background title if it exists ... - SLH */ dialog_clear() 362 /* Print the title of the dialog. Center the title and truncate 365 void print_title(WINDOW *dialog, const char *title, int width) print_title() argument 367 if (title) { print_title() 368 int tlen = MIN(width - 2, strlen(title)); print_title() 369 wattrset(dialog, dlg.title.atr); print_title() 371 mvwaddnstr(dialog, 0, (width - tlen)/2, title, tlen); print_title()
|
H A D | yesno.c | 42 int dialog_yesno(const char *title, const char *prompt, int height, int width) dialog_yesno() argument 71 print_title(dialog, title, width); dialog_yesno()
|
H A D | checklist.c | 117 int dialog_checklist(const char *title, const char *prompt, int height, dialog_checklist() argument 160 print_title(dialog, title, width);
|
H A D | inputbox.c | 44 int dialog_inputbox(const char *title, const char *prompt, int height, int width, dialog_inputbox() argument 82 print_title(dialog, title, width); dialog_inputbox()
|
H A D | textbox.c | 56 int dialog_textbox(const char *title, char *tbuf, int initial_height, dialog_textbox() argument 130 print_title(dialog, title, width); dialog_textbox()
|
H A D | menubox.c | 184 int dialog_menu(const char *title, const char *prompt, dialog_menu() argument 224 print_title(dialog, title, width); dialog_menu()
|
/linux-4.1.27/scripts/kconfig/ |
H A D | nconf.h | 91 const char *title, const char *prompt, 95 const char *title,
|
H A D | nconf.gui.c | 358 const char *title, const char *prompt, dialog_inputbox() 386 if (title) dialog_inputbox() 387 prompt_width = max(prompt_width, strlen(title)); dialog_inputbox() 406 if (title) dialog_inputbox() 407 mvwprintw(win, 0, 3, "%s", title); dialog_inputbox() 543 const char *title, show_scroll_win() 589 mvwprintw(win, 0, 3, " %s ", title); show_scroll_win() 357 dialog_inputbox(WINDOW *main_window, const char *title, const char *prompt, const char *init, char **resultp, int *result_len) dialog_inputbox() argument 542 show_scroll_win(WINDOW *main_window, const char *title, const char *text) show_scroll_win() argument
|
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; search_conf() local 402 title = str_new(); search_conf() 403 str_printf( &title, _("Enter (sub)string or regexp to search for " search_conf() 409 str_get(&title), search_conf() 418 str_free(&title); search_conf() 461 str_free(&title); search_conf() 756 static int show_textbox_ext(const char *title, char *text, int r, int c, int show_textbox_ext() argument 761 return dialog_textbox(title, text, r, c, keys, vscroll, hscroll, show_textbox_ext() 765 static void show_textbox(const char *title, const char *text, int r, int c) show_textbox() argument 767 show_textbox_ext(title, (char *) text, r, c, (int []) {0}, NULL, NULL, show_textbox() 771 static void show_helptext(const char *title, const char *text) show_helptext() argument 773 show_textbox(title, text, 0, 0); show_helptext()
|
H A D | nconf.c | 693 struct gstr title; search_conf() local 697 title = str_new(); search_conf() 698 str_printf( &title, _("Enter (sub)string or regexp to search for " search_conf() 704 str_get(&title), search_conf() 714 str_free(&title); search_conf() 729 str_free(&title); search_conf()
|
H A D | qconf.cc | 1280 char title[256]; ConfigMainWindow() local 1283 snprintf(title, sizeof(title), "%s%s", ConfigMainWindow() 1291 setCaption(title); ConfigMainWindow()
|
H A D | gconf.c | 392 static void text_insert_msg(const char *title, const char *message) text_insert_msg() argument 404 gtk_text_buffer_insert_with_tags(buffer, &end, title, -1, tag1, text_insert_msg()
|
/linux-4.1.27/include/linux/ |
H A D | torture.h | 70 void torture_shutdown_absorb(const char *title); 74 void stutter_wait(const char *title); 84 void torture_kthread_stopping(char *title);
|
/linux-4.1.27/tools/perf/ui/gtk/ |
H A D | progress.c | 17 GtkWidget *label = gtk_label_new(p->title); gtk_ui_progress__update()
|
/linux-4.1.27/scripts/ |
H A D | kernel-doc | 915 print "<title>$section</title>\n"; 945 print " <title>LINUX</title>\n"; 963 print " <title>Synopsis</title>\n"; 988 print "<refsect1>\n <title>Arguments</title>\n"; 1022 print " <title>LINUX</title>\n"; 1040 print " <title>Synopsis</title>\n"; 1074 print " <title>Members</title>\n"; 1116 print " <title>LINUX</title>\n"; 1134 print " <title>Synopsis</title>\n"; 1151 print " <title>Constants</title>\n"; 1183 print " <title>LINUX</title>\n"; 1200 print " <title>Synopsis</title>\n"; 1222 print "<refsect1>\n <title>$section</title>\n"; 1256 print " <title id=\"$id\">" . $args{'function'} . "</title>\n"; 1304 print "<simplesect>\n <title>$section</title>\n"; 2566 print " <title>\n"; 2568 print " </title>\n";
|
H A D | decodecode | 93 # i.e. the title + the "===..=" line (sed is counting from 1, 0 address is
|
H A D | analyze_suspend.py | 2032 <title>AnalyzeSuspend Summary</title>\n\ 2171 html_device = '<div id="{0}" title="{1}" class="thread" style="left:{2}%;top:{3}%;height:{4}%;width:{5}%;">{6}</div>\n' 2172 html_traceevent = '<div title="{0}" class="traceevent" style="left:{1}%;top:{2}%;height:{3}%;width:{4}%;border:1px solid {5};background-color:{5}">{6}</div>\n' 2347 <title>AnalyzeSuspend</title>\n\ 2392 # write the test title and general info header 2516 ' var name = this.title.slice(0, this.title.indexOf(" ("));\n'\ 2525 ' dname = dev[i].title.slice(0, dev[i].title.indexOf(" ("));\n'\ 2542 ' function deviceTitle(title, total, cpu) {\n'\ 2550 ' var name = title.slice(0, title.indexOf(" "));\n'\ 2559 ' var s = title.indexOf("{");\n'\ 2560 ' var e = title.indexOf("}");\n'\ 2562 ' driver = title.slice(s+1, e) + " <t1>@</t1> ";\n'\ 2566 ' devtitle.innerHTML = "<t0>"+title+"</t0>";\n'\ 2572 ' var name = this.title.slice(0, this.title.indexOf(" ("));\n'\ 2585 ' dname = dev[i].title.slice(0, dev[i].title.indexOf(" ("));\n'\ 2599 ' var info = dev[i].title.split(" ");\n'\ 2609 ' var devname = deviceTitle(this.title, total, cpu);\n'\ 2623 ' phases[i].title = phases[i].id+" "+pd[phases[i].id]+" ms";\n'\ 2652 ' var html = "<title>"+e.target.innerHTML+"</title>"+\n'\
|
H A D | checkpatch.pl | 2286 "Please use git commit description style 'commit <12+ chars of sha1> (\"<title line>\")' - ie: '${init_char}ommit $id (\"$description\")'\n" . $herecurr);
|
/linux-4.1.27/lib/ |
H A D | libcrc32c.c | 5 * title = {{Optimization of Cyclic Redundancy-Check Codes with 24
|
/linux-4.1.27/tools/perf/ui/browsers/ |
H A D | annotate.c | 438 static int sym_title(struct symbol *sym, struct map *map, char *title, sym_title() argument 441 return snprintf(title, sz, "%s %s", sym->name, map->dso->long_name); sym_title() 455 char title[SYM_TITLE_MAX_SIZE]; annotate_browser__callq() local 480 sym_title(ms->sym, ms->map, title, sizeof(title)); annotate_browser__callq() 481 ui_browser__show_title(&browser->b, title); annotate_browser__callq() 673 char title[SYM_TITLE_MAX_SIZE]; annotate_browser__run() local 675 sym_title(sym, ms->map, title, sizeof(title)); annotate_browser__run() 676 if (ui_browser__show(&browser->b, title, help) < 0) annotate_browser__run()
|
H A D | hists.c | 413 char title[160]; hist_browser__run() local 419 hists__browser_title(browser->hists, hbt, title, sizeof(title)); hist_browser__run() 421 if (ui_browser__show(&browser->b, title, hist_browser__run() 447 hbt, title, sizeof(title)); hist_browser__run() 448 ui_browser__show_title(&browser->b, title); hist_browser__run() 1883 const char *title = "Available samples"; perf_evsel_menu__run() local 1887 if (ui_browser__show(&menu->b, title, perf_evsel_menu__run() 1920 ui_browser__show_title(&menu->b, title); perf_evsel_menu__run()
|
/linux-4.1.27/arch/arm/probes/kprobes/ |
H A D | test-core.h | 107 #define TEST_GROUP(title) \ 109 verbose(title"\n"); \ 112 #define TESTCASE_START(title) \ 117 /* don't use .asciz here as 'title' may be */ \ 119 ".ascii "#title" \n\t" \
|
H A D | test-core.c | 115 * .ascii "mov r0, r7" @ text title for test case 119 * .word 10b @ pointer to title in .rodata section 599 const char *title; member in struct:benchmarks 632 pr_info(" %dns for kprobe %s\n", ret, b->title); run_benchmarks() 1369 static uintptr_t __used kprobes_test_case_start(const char **title, void *stack) kprobes_test_case_start() argument 1375 current_title = *title++; kprobes_test_case_start() 1376 args = (struct test_arg *)title; kprobes_test_case_start()
|
/linux-4.1.27/drivers/ata/ |
H A D | libata-transport.c | 96 #define ata_bitfield_name_match(title, table) \ 98 get_ata_##title##_names(u32 table_key, char *buf) \ 115 #define ata_bitfield_name_search(title, table) \ 117 get_ata_##title##_names(u32 table_key, char *buf) \ 453 #define ata_dev_show_class(title, field) \ 460 return get_ata_##title##_names(ata_dev->field, buf); \ 463 #define ata_dev_attr(title, field) \ 464 ata_dev_show_class(title, field) \
|
/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | SchedGui.py | 23 def __init__(self, sched_tracer, title, parent = None, id = -1): 24 wx.Frame.__init__(self, parent, id, title)
|
/linux-4.1.27/kernel/ |
H A D | torture.c | 410 void torture_shutdown_absorb(const char *title) torture_shutdown_absorb() argument 414 title); torture_shutdown_absorb() 524 void stutter_wait(const char *title) stutter_wait() argument 536 torture_shutdown_absorb(title); stutter_wait() 695 void torture_kthread_stopping(char *title) torture_kthread_stopping() argument 699 snprintf(buf, sizeof(buf), "Stopping %s", title); torture_kthread_stopping() 702 torture_shutdown_absorb(title); torture_kthread_stopping()
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-uclogic.c | 26 * http://sf.net/apps/mediawiki/digimend/?title=UC-Logic_Tablet_WP4030U 27 * http://sf.net/apps/mediawiki/digimend/?title=UC-Logic_Tablet_WP5540U 28 * http://sf.net/apps/mediawiki/digimend/?title=UC-Logic_Tablet_WP8060U 226 * http://sf.net/apps/mediawiki/digimend/?title=UC-Logic_Tablet_WP1062 279 * http://sf.net/apps/mediawiki/digimend/?title=UC-Logic_Tablet_PF1209 361 * http://sf.net/apps/mediawiki/digimend/?title=UC-Logic_Wireless_Tablet_TWHL850 474 * http://sf.net/apps/mediawiki/digimend/?title=UC-Logic_Tablet_TWHA60
|
H A D | hid-waltop.c | 47 * http://sf.net/apps/mediawiki/digimend/?title=Waltop_Slim_Tablet_5.8%22 103 * http://sf.net/apps/mediawiki/digimend/?title=Waltop_Slim_Tablet_12.1%22 159 * http://sf.net/apps/mediawiki/digimend/?title=Waltop_Q_Pad 215 * http://sf.net/apps/mediawiki/digimend/?title=Waltop_PID_0038 273 * http://sf.net/apps/mediawiki/digimend/?title=Waltop_Media_Tablet_10.6%22 391 * http://sf.net/apps/mediawiki/digimend/?title=Waltop_Media_Tablet_14.1%22 508 * http://sf.net/apps/mediawiki/digimend/?title=Waltop_Sirius_Battery_Free_Tablet
|
H A D | hid-kye.c | 24 * http://sf.net/apps/mediawiki/digimend/?title=KYE_EasyPen_i405X 87 * http://sf.net/apps/mediawiki/digimend/?title=KYE_MousePen_i608X 191 * http://sf.net/apps/mediawiki/digimend/?title=KYE_EasyPen_M610X
|
/linux-4.1.27/drivers/scsi/ |
H A D | scsi_transport_fc.c | 80 #define fc_enum_name_search(title, table_type, table) \ 81 static const char *get_fc_##title##_name(enum table_type table_key) \ 95 #define fc_enum_name_match(title, table_type, table) \ 96 static int get_fc_##title##_match(const char *table_key, \ 218 #define fc_bitfield_name_search(title, table) \ 220 get_fc_##title##_names(u32 table_key, char *buf) \ 775 #define fc_private_rport_rd_enum_attr(title, maxlen) \ 777 show_fc_rport_##title (struct device *dev, \ 782 name = get_fc_##title##_name(rport->title); \ 787 static FC_DEVICE_ATTR(rport, title, S_IRUGO, \ 788 show_fc_rport_##title, NULL) 1187 #define fc_private_vport_rd_enum_attr(title, maxlen) \ 1189 show_fc_vport_##title (struct device *dev, \ 1195 name = get_fc_##title##_name(vport->title); \ 1200 static FC_DEVICE_ATTR(vport, title, S_IRUGO, \ 1201 show_fc_vport_##title, NULL) 1405 #define fc_host_rd_enum_attr(title, maxlen) \ 1407 show_fc_host_##title (struct device *dev, \ 1413 if (i->f->get_host_##title) \ 1414 i->f->get_host_##title(shost); \ 1415 name = get_fc_##title##_name(fc_host_##title(shost)); \ 1420 static FC_DEVICE_ATTR(host, title, S_IRUGO, show_fc_host_##title, NULL)
|
H A D | scsi_transport_sas.c | 65 #define sas_bitfield_name_match(title, table) \ 67 get_sas_##title##_names(u32 table_key, char *buf) \ 84 #define sas_bitfield_name_set(title, table) \ 86 set_sas_##title##_names(u32 *table_key, const char *buf) \ 102 #define sas_bitfield_name_search(title, table) \ 104 get_sas_##title##_names(u32 table_key, char *buf) \
|
/linux-4.1.27/crypto/ |
H A D | crc32c_generic.c | 8 * title = {{Optimization of Cyclic Redundancy-Check Codes with 24
|
/linux-4.1.27/arch/arm/nwfpe/ |
H A D | fpmodule.c | 100 /* Display title, version and copyright information. */ fpe_init()
|
/linux-4.1.27/Documentation/DocBook/media/ |
H A D | Makefile | 367 echo -e "\n<index><title>List of Types</title>") >>$@
|
/linux-4.1.27/sound/pci/emu10k1/ |
H A D | emuproc.c | 40 char *title, snd_emu10k1_proc_spdif_status() 52 snd_iprintf(buffer, "\n%s\n", title); snd_emu10k1_proc_spdif_status() 38 snd_emu10k1_proc_spdif_status(struct snd_emu10k1 * emu, struct snd_info_buffer *buffer, char *title, int status_reg, int rate_reg) snd_emu10k1_proc_spdif_status() argument
|
/linux-4.1.27/drivers/s390/crypto/ |
H A D | zcrypt_api.c | 1183 static void sprinthx(unsigned char *title, struct seq_file *m, sprinthx() argument 1188 seq_printf(m, "\n%s\n", title); sprinthx() 1202 static void sprinthx4(unsigned char *title, struct seq_file *m, sprinthx4() argument 1207 seq_printf(m, "\n%s\n", title); sprinthx4()
|
/linux-4.1.27/drivers/net/ethernet/cadence/ |
H A D | macb.h | 668 #define GEM_STAT_TITLE(name, title) GEM_STAT_TITLE_BITS(name, title, 0) 669 #define GEM_STAT_TITLE_BITS(name, title, bits) { \ 670 .stat_string = title, \
|
/linux-4.1.27/drivers/scsi/fcoe/ |
H A D | fcoe_sysfs.c | 221 #define fcoe_enum_name_search(title, table_type, table) \ 222 static const char *get_fcoe_##title##_name(enum table_type table_key) \
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_debugfs.c | 551 const char *title, seq_print_timing_details() 557 seq_printf(m, "%s\n", title); seq_print_timing_details() 550 seq_print_timing_details(struct seq_file *m, const char *title, unsigned int cb_nr, struct drbd_thread_timing_details *tdp, unsigned long now) seq_print_timing_details() argument
|
/linux-4.1.27/drivers/lguest/ |
H A D | segments.c | 19 * (That title sounds like a bad Nerdcore group. Not to suggest that there are
|
/linux-4.1.27/tools/testing/ktest/ |
H A D | ktest.pl | 408 and will search in /boot/grub/menu.lst for the title \$GRUB_MENU 426 The grub title name for the test kernel to boot 434 For example, if in the /boot/grub/menu.lst the test kernel title has: 435 title Test Kernel 1820 if (/^\s*title\s+$grub_menu\s*$/) { 1824 } elsif (/^\s*title\s/) {
|
/linux-4.1.27/arch/mn10300/kernel/ |
H A D | gdb-stub.c | 1265 static const char title[] = "Excep ", tbcberr[] = "BCBERR "; gdbstub() local 1272 ptr = mem2hex(title, ptr, sizeof(title) - 1, 0); gdbstub()
|
/linux-4.1.27/arch/x86/crypto/ |
H A D | sha256-avx-asm.S | 44 # and search for that title.
|
H A D | sha256-ssse3-asm.S | 45 # and search for that title.
|
H A D | sha512-avx-asm.S | 46 # and search for that title.
|
H A D | sha512-ssse3-asm.S | 46 # and search for that title.
|
H A D | sha256-avx2-asm.S | 45 # and search for that title.
|
H A D | sha512-avx2-asm.S | 46 # and search for that title.
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
H A D | pfunc_core.c | 80 static void print_blob(const char *title, const void *blob, int bytes) 82 printk("%s", title);
|
/linux-4.1.27/drivers/macintosh/ |
H A D | via-pmu.c | 510 char title[16]; via_pmu_dev_init() local 511 sprintf(title, "battery_%ld", i); via_pmu_dev_init() 512 proc_pmu_batt[i] = proc_create_data(title, 0, proc_pmu_root, via_pmu_dev_init()
|
/linux-4.1.27/arch/frv/kernel/ |
H A D | gdb-stub.c | 1490 static const char title[] = "Break "; gdbstub() local 1497 ptr = mem2hex(title, ptr, sizeof(title) - 1,0); gdbstub()
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | smc37c669.c | 37 * other person. No title to and ownership of the software is hereby 899 * other person. No title to and ownership of the software is hereby
|
/linux-4.1.27/include/scsi/ |
H A D | scsi_transport_fc.h | 183 * It is expected that things like Xen may stuff a VM title into
|
/linux-4.1.27/drivers/media/rc/ |
H A D | mceusb.c | 20 * download.microsoft.com, title
|
/linux-4.1.27/sound/pci/asihpi/ |
H A D | hpi.h | 728 /** The text string containing the title. */
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
H A D | lustre_idl.h | 373 * http://arch.lustre.org/index.php?title=Interoperability_fids_zfs#NEW.0 671 * http://arch.lustre.org/index.php?title=Interoperability_fids_zfs
|
/linux-4.1.27/Documentation/cdrom/ |
H A D | cdrom-standard.tex | 24 \title{A \linux\ \cdrom\ standard}
|