/xen/xen/arch/arm/ |
A D | xen.lds.S | 31 .text : { 67 } :text 98 } :text 113 } :text 120 } :text 127 } :text 134 } :text 141 } :text 149 } :text 197 } :text [all …]
|
/xen/xen/arch/x86/ |
A D | xen.lds.S | 39 text PT_LOAD ; 137 } :text 163 } :text 176 } :text 205 } :text 263 } :text 284 } :text 292 } :text 309 } :text 319 } :text [all …]
|
A D | indirect-thunk.S | 40 .section .text.__x86_indirect_thunk_\reg, "ax", @progbits
|
/xen/xen/tools/kconfig/ |
A D | lexer.l | 31 static char *text; variable 50 text = xmalloc(START_STRSIZE); in new_string() 53 *text = 0; in new_string() 62 text = xrealloc(text, new_size); in append_string() 65 memcpy(text + text_size, str, size); in append_string() 67 text[text_size] = 0; in append_string() 72 text = xmalloc(size + 1); in alloc_string() 73 memcpy(text, str, size); in alloc_string() 74 text[size] = 0; in alloc_string() 147 yylval.string = text; [all …]
|
A D | mconf.c | 292 static void show_helptext(const char *title, const char *text); 302 "%s - %s", config_filename, rootmenu.prompt->text); in set_config_filename() 314 const char *text; member 331 if (sp->text) { in set_subtitle() 338 pos->text = sp->text; in set_subtitle() 428 stpart.text = str_get(&sttext); in search_conf() 653 stpart.text = menu_get_prompt(menu); in conf() 655 stpart.text = NULL; in conf() 759 return dialog_textbox(title, text, r, c, keys, vscroll, hscroll, in show_textbox_ext() 769 static void show_helptext(const char *title, const char *text) in show_helptext() argument [all …]
|
A D | nconf.gui.c | 175 int get_line_no(const char *text) in get_line_no() argument 180 if (!text) in get_line_no() 183 for (i = 0; text[i] != '\0'; i++) in get_line_no() 184 if (text[i] == '\n') in get_line_no() 194 if (!text) in get_line() 198 if (text[i] == '\n') in get_line() 200 return text+i; in get_line() 217 int total_lines = get_line_no(text); in fill_window() 552 const char *text) in show_scroll_win() argument 570 total_lines = get_line_no(text); in show_scroll_win() [all …]
|
A D | nconf.h | 82 int get_line_no(const char *text); 83 const char *get_line(const char *text, int line_no); 84 void fill_window(WINDOW *win, const char *text); 92 const char *text);
|
A D | qconf.h | 168 void setText(colIdx idx, const QString& text) in setText() argument 170 Parent::setText(idx, text); in setText() 172 QString text(colIdx idx) const in text() function 174 return Parent::text(idx); in text()
|
A D | expr.h | 196 const char *text; /* the prompt value - P_PROMPT, P_MENU, P_COMMENT */ member 213 if (st->text)
|
A D | qconf.cc | 291 sym_set_string_value(item->menu->sym, text().toLatin1()); in keyPressEvent() 1080 head += print_filter(_menu->prompt->text); in menuInfo() 1111 head += print_filter(_menu->prompt->text); in menuInfo() 1146 debug += print_filter(prop->text); in debug_info() 1213 QString* text = reinterpret_cast<QString*>(data); in expr_print_help() local 1217 *text += QString().sprintf("<a href=\"s%p\">", sym); in expr_print_help() 1218 *text += str2; in expr_print_help() 1219 *text += "</a>"; in expr_print_help() 1221 *text += str2; in expr_print_help() 1320 result = sym_re_search(editField->text().toLatin1()); in search() [all …]
|
/xen/docs/ |
A D | xen-headers | 124 my ($text,$type,$name,$hparams,$deref) = @_; 126 debug(2,"DEFN $. $type $name $hparams |$text|"); 132 return aelem($text, "<strong>$text</strong>", $hparams); 191 my ($text,$type,$name) = @_; 192 return aelem($text,$text, refhref($type,$name)); 222 my ($text, $seq, $anchor) = @_; 228 Title => $text, 231 return "<a name=\"$anchor\"><strong>$text</strong></a>";
|
A D | parse-support-md | 155 my ($infos, $text) = @$c; 157 if ($text =~ m{^(?: Functional\ completeness 164 die "$had_unknown / $text ?" if $had_unknown; 166 my $toplevel = $text =~ m{^Xen-Version:}; 168 foreach my $l (split /\n/, $text) { 176 or die ("$text\n^ cannot parse status codeblock line:".
|
/xen/tools/firmware/hvmloader/ |
A D | hvmloader.lds | 10 .text : { *(.text) *(.text.*) }
|
/xen/xen/arch/x86/boot/ |
A D | build32.lds | 23 .text : { 24 *(.text) 25 *(.text.*) 70 * orphaned sections ahead of .text, which needs to be first.
|
A D | head.S | 12 .text 141 .section .init.text, "ax", @progbits 167 xor %edi,%edi # No VGA text buffer 175 xor %edi,%edi # No VGA text buffer 191 test %edi,%edi # Is the VGA text buffer available? 193 stosb # Write a character to the VGA text buffer 195 stosb # Write an attribute to the VGA text buffer
|
/xen/docs/misc/ |
A D | kconfig-macro-language.rst | 54 variable is expanded "in place" to yield a text string that may then be 71 There is another type of assignment operator; += is used to append text to a 115 - $(info,text) 120 - $(warning-if,condition,text) 123 the text part is sent to stderr. The text is prefixed with the name of the 126 - $(error-if,condition,text)
|
/xen/xen/arch/arm/arm32/lib/ |
A D | memchr.S | 14 .text
|
A D | strrchr.S | 14 .text
|
A D | strchr.S | 16 .text
|
A D | memcpy.S | 53 .text
|
/xen/xen/common/libfdt/ |
A D | Makefile | 3 SECTIONS := text data $(SPECIAL_DATA_SECTIONS)
|
/xen/tools/libxl/ |
A D | libxlu_cfg.c | 679 const char *text, *newline; in xlu__cfg_yyerror() local 685 text= xlu__cfg_yyget_text(ctx->scanner); in xlu__cfg_yyerror() 688 if (len>0 && text[len-1]=='\n') { in xlu__cfg_yyerror() 695 while (len>0 && (text[len-1]=='\t' || text[len-1]==' ')) { in xlu__cfg_yyerror() 702 len?"`":"", len, text, len?"'":"", newline, in xlu__cfg_yyerror()
|
/xen/xen/common/libelf/ |
A D | Makefile | 5 SECTIONS := text data $(SPECIAL_DATA_SECTIONS)
|
/xen/tools/firmware/vgabios/ |
A D | ChangeLog | 195 - missing license text added in biossums.c 369 - text scroll functions for CGA graphics modes added 370 - scroll text in graphics modes: attribute for blank line fixed 410 - text scroll functions for PLANAR1/PLANAR4 graphics modes added 429 - function release_font_access now supports the monochrome text mode 567 - activate char table after loading it when setting a text video 854 mode: load default font in text mode - write character 862 mode: load default font in text mode - write character 883 the page size - new values for char height, text rows and page 999 - include patch from Volker that adds some text font functions [all …]
|
A D | TODO | 25 - have text io functions in vbe mode
|