Home
last modified time | relevance | path

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

123

/linux-2.6.39/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-2.6.39/scripts/kconfig/lxdialog/
Ddialog.h114 struct dialog_color title; member
203 void print_title(WINDOW *dialog, const char *title, int width);
209 int dialog_yesno(const char *title, const char *prompt, int height, int width);
210 int dialog_msgbox(const char *title, const char *prompt, int height,
212 int dialog_textbox(const char *title, const char *file, int height, int width);
213 int dialog_menu(const char *title, const char *prompt,
215 int dialog_checklist(const char *title, const char *prompt, int height,
218 int dialog_inputbox(const char *title, const char *prompt, int height,
Dutil.c33 dlg.title.atr = A_BOLD; in set_mono_theme()
73 DLG_COLOR(title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
106 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
146 DLG_COLOR(title, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme()
193 init_one_color(&dlg.title); in init_dialog_colors()
312 void print_title(WINDOW *dialog, const char *title, int width) in print_title() argument
314 if (title) { in print_title()
315 int tlen = MIN(width - 2, strlen(title)); in print_title()
316 wattrset(dialog, dlg.title.atr); in print_title()
318 mvwaddnstr(dialog, 0, (width - tlen)/2, title, tlen); in print_title()
Dyesno.c42 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno() argument
71 print_title(dialog, title, width); in dialog_yesno()
Dinputbox.c44 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox() argument
81 print_title(dialog, title, width); in dialog_inputbox()
/linux-2.6.39/drivers/acpi/acpica/
Drsdump.c52 static void acpi_rs_out_string(char *title, char *value);
54 static void acpi_rs_out_integer8(char *title, u8 value);
56 static void acpi_rs_out_integer16(char *title, u16 value);
58 static void acpi_rs_out_integer32(char *title, u32 value);
60 static void acpi_rs_out_integer64(char *title, u64 value);
62 static void acpi_rs_out_title(char *title);
696 static void acpi_rs_out_string(char *title, char *value) in acpi_rs_out_string() argument
698 acpi_os_printf("%27s : %s", title, value); in acpi_rs_out_string()
705 static void acpi_rs_out_integer8(char *title, u8 value) in acpi_rs_out_integer8() argument
707 acpi_os_printf("%27s : %2.2X\n", title, value); in acpi_rs_out_integer8()
[all …]
Dexdump.c58 static void acpi_ex_out_string(char *title, char *value);
60 static void acpi_ex_out_pointer(char *title, void *value);
778 static void acpi_ex_out_string(char *title, char *value) in acpi_ex_out_string() argument
780 acpi_os_printf("%20s : %s\n", title, value); in acpi_ex_out_string()
783 static void acpi_ex_out_pointer(char *title, void *value) in acpi_ex_out_pointer() argument
785 acpi_os_printf("%20s : %p\n", title, value); in acpi_ex_out_pointer()
/linux-2.6.39/arch/um/drivers/
Dxterm.c23 char *title; member
39 .title = opts->xterm_title, in xterm_init()
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()
137 sprintf(title, data->title, data->device); in xterm_open()
Dline.c857 char *umid, *title; in add_xterm_umid() local
865 title = kmalloc(len, GFP_KERNEL); in add_xterm_umid()
866 if (title == NULL) { in add_xterm_umid()
871 snprintf(title, len, "%s (%s)", base, umid); in add_xterm_umid()
872 return title; in add_xterm_umid()
/linux-2.6.39/tools/perf/util/ui/browsers/
Dtop.c149 char title[160]; in perf_top_browser__run() local
155 perf_top__header_snprintf(top, title, sizeof(title)); in perf_top_browser__run()
158 if (ui_browser__show(&browser->b, title, in perf_top_browser__run()
172 perf_top__header_snprintf(top, title, sizeof(title)); in perf_top_browser__run()
176 slsmg_write_nstring(title, browser->b.width); in perf_top_browser__run()
Dmap.c14 static int ui_entry__read(const char *title, char *bf, size_t size, int width) in ui_entry__read() argument
21 newtCenteredWindow(width, 1, title); in ui_entry__read()
/linux-2.6.39/tools/perf/util/ui/
Dbrowser.h37 void __ui_browser__show_title(struct ui_browser *browser, const char *title);
38 void ui_browser__show_title(struct ui_browser *browser, const char *title);
39 int ui_browser__show(struct ui_browser *self, const char *title,
Dsetup.c41 char title[] = "Fatal Error", ok[] = "Ok"; in exit_browser() local
42 newtWinMessage(title, ok, ui_helpline__last_msg); in exit_browser()
Dbrowser.c160 void __ui_browser__show_title(struct ui_browser *browser, const char *title) in __ui_browser__show_title() argument
164 slsmg_write_nstring(title, browser->width); in __ui_browser__show_title()
167 void ui_browser__show_title(struct ui_browser *browser, const char *title) in ui_browser__show_title() argument
170 __ui_browser__show_title(browser, title); in ui_browser__show_title()
174 int ui_browser__show(struct ui_browser *self, const char *title, in ui_browser__show() argument
197 __ui_browser__show_title(self, title); in ui_browser__show()
Dprogress.c10 struct ui_progress *ui_progress__new(const char *title, u64 total) in ui_progress__new() argument
21 newtCenteredWindow(cols, 1, title); in ui_progress__new()
Dprogress.h6 struct ui_progress *ui_progress__new(const char *title, u64 total);
/linux-2.6.39/scripts/kconfig/
Dnconf.h91 const char *title, const char *prompt,
95 const char *title,
Dmconf.c282 static void show_textbox(const char *title, const char *text, int r, int c);
283 static void show_helptext(const char *title, const char *text);
621 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox() argument
624 dialog_textbox(title, text, r, c); in show_textbox()
627 static void show_helptext(const char *title, const char *text) in show_helptext() argument
629 show_textbox(title, text, 0, 0); in show_helptext()
Dnconf.gui.c358 const char *title, const char *prompt, in dialog_inputbox() argument
380 if (title) in dialog_inputbox()
381 prompt_width = max(prompt_width, strlen(title)); in dialog_inputbox()
400 if (title) in dialog_inputbox()
401 mvwprintw(win, 0, 3, "%s", title); in dialog_inputbox()
508 const char *title, in show_scroll_win() argument
552 mvwprintw(win, 0, 3, " %s ", title); in show_scroll_win()
/linux-2.6.39/drivers/ata/
Dlibata-transport.c95 #define ata_bitfield_name_match(title, table) \ argument
97 get_ata_##title##_names(u32 table_key, char *buf) \
114 #define ata_bitfield_name_search(title, table) \ argument
116 get_ata_##title##_names(u32 table_key, char *buf) \
443 #define ata_dev_show_class(title, field) \ argument
450 return get_ata_##title##_names(ata_dev->field, buf); \
453 #define ata_dev_attr(title, field) \ argument
454 ata_dev_show_class(title, field) \
/linux-2.6.39/Documentation/RCU/
DRTFP.txt169 ,title="Concurrent Maintenance of Binary Search Trees"
180 ,title="Concurrency Control in a Dynamic Search Structure"
191 ,title="Concurrency Control in a Dynamic Search Structure"
202 ,title="Passive Serialization in a Multitasking Environment"
213 ,title="Concurrent Maintenance of Skip Lists"
223 ,title="Concurrent Programming, Principles, and Practices"
230 ,title="Synthesis: An Efficient Implementation of Fundamental Operating
244 ,title="Avoid Read-Side Locking Via Delayed Free"
298 ,title="Apparatus and Method for Achieving Reduced Overhead Mutual
310 ,title="Method for maintaining data coherency using thread
[all …]
/linux-2.6.39/tools/perf/util/
Dhelp.c192 void list_commands(const char *title, struct cmdnames *main_cmds, in list_commands() argument
206 printf("available %s in '%s'\n", title, exec_path); in list_commands()
208 mput_char('-', strlen(title) + strlen(exec_path)); in list_commands()
215 printf("%s available from elsewhere on your $PATH\n", title); in list_commands()
217 mput_char('-', strlen(title)); in list_commands()
Dhelp.h26 void list_commands(const char *title, struct cmdnames *main_cmds,
Ddebug.h22 static inline struct ui_progress *ui_progress__new(const char *title __used, in ui_progress__new()
/linux-2.6.39/drivers/scsi/
Dscsi_transport_fc.c82 #define fc_enum_name_search(title, table_type, table) \ argument
83 static const char *get_fc_##title##_name(enum table_type table_key) \
97 #define fc_enum_name_match(title, table_type, table) \ argument
98 static int get_fc_##title##_match(const char *table_key, \
220 #define fc_bitfield_name_search(title, table) \ argument
222 get_fc_##title##_names(u32 table_key, char *buf) \
762 #define fc_private_rport_rd_enum_attr(title, maxlen) \ argument
764 show_fc_rport_##title (struct device *dev, \
769 name = get_fc_##title##_name(rport->title); \
774 static FC_DEVICE_ATTR(rport, title, S_IRUGO, \
[all …]

123