/xen/tools/xentrace/ |
A D | xentrace_format | 44 if not line: 47 if line[0] == '#' or line[0] == '\n': 126 if not line: 144 if not line: 150 if not line: 155 if not line: 160 if not line: 165 if not line: 170 if not line: 175 if not line: [all …]
|
/xen/tools/console/testsuite/ |
A D | console-dom0.c | 38 char *line; in main() local 54 canonicalize(line); in main() 59 fprintf(stderr, "%s", line); in main() 63 if (line == NULL) { in main() 74 if (line == NULL) { in main() 79 canonicalize(line); in main() 80 if (strcmp(line, "Seed Okay.\n") != 0) { in main() 82 fprintf(stderr, "[%s]", line); in main() 102 if (line == NULL) { in main() 107 canonicalize(line); in main() [all …]
|
A D | console-domU.c | 26 char *line; in main() local 42 line = fgets(buffer, sizeof(buffer), stdin); in main() 43 if (line == NULL) { in main() 48 canonicalize(line); in main() 49 seed = strtoul(line, 0, 0); in main()
|
/xen/scripts/ |
A D | add_maintainers.pl | 388 my $line; 391 chomp $line; 425 while(my $line = <$fh>) { 426 chomp $line; 447 while(my $line = <$fh>) { 448 chomp $line; 451 if (hastag($line, $TO)) { 452 push @$rto, $line; 455 if (hastag($line, $CC)) { 456 push @$rcc, $line; [all …]
|
A D | get_maintainer.pl | 166 my $line = $_; 168 $line =~ s/\s*\n?$//g; 169 $line =~ s/^\s*//g; 170 $line =~ s/\s+/ /g; 276 my $line = $_; 303 $line =~ s/\n$//g; 304 push(@typevalue, $line); 542 my $line = $typevalue[$i]; 713 print("$line\n"); 1237 my ($line) = @_; [all …]
|
/xen/xen/tools/kconfig/ |
A D | conf.c | 90 line[0] = '\n'; in conf_askvalue() 91 line[1] = 0; in conf_askvalue() 96 line[1] = 0; in conf_askvalue() 110 xfgets(line, sizeof(line), stdin); in conf_askvalue() 154 line[strlen(line)-1] = 0; in conf_string() 155 def = line; in conf_string() 193 strip(line); in conf_sym() 199 if (!line[1] || !strcmp(&line[1], "o")) in conf_sym() 211 if (!line[1] || !strcmp(&line[1], "es")) in conf_sym() 304 xfgets(line, sizeof(line), stdin); in conf_choice() [all …]
|
A D | streamline_config.pl | 162 my $line; 180 $_ = $line . " " . $_; 185 $line = $_; 290 $process .= $line; 298 my $line = ""; 306 $line .= $1; 310 $line .= $_; 311 $_ = $line; 312 $line = ""; 427 $_ = $line; [all …]
|
A D | confdata.c | 318 char *line = *lineptr; in compat_getline() local 326 if (add_byte(c, &line, slen, n) < 0) in compat_getline() 333 *lineptr = line; in compat_getline() 338 if (add_byte(c, &line, slen, n) < 0) in compat_getline() 345 line[slen-1] = '\0'; in compat_getline() 346 *lineptr = line; in compat_getline() 353 char *line = NULL; in conf_read_simple() local 416 if (line[0] == '#') { in conf_read_simple() 481 if (line[0] != '\r' && line[0] != '\n') in conf_read_simple() 483 (int)strcspn(line, "\r\n"), line); in conf_read_simple() [all …]
|
A D | nconf.gui.c | 203 int get_line_length(const char *line) in get_line_length() argument 206 while (*line != '\0' && *line != '\n') { in get_line_length() 207 line++; in get_line_length() 225 const char *line = get_line(text, i); in fill_window() local 226 int len = get_line_length(line); in fill_window() 227 strncpy(tmp, line, min(len, x)); in fill_window() 271 const char *line = get_line(msg, i); in btn_dialog() local 272 int len = get_line_length(line); in btn_dialog() 384 int len = get_line_length(line); in dialog_inputbox() 572 const char *line = get_line(text, i); in show_scroll_win() local [all …]
|
/xen/tools/misc/ |
A D | xensymoops | 31 line = sys.stdin.readline() 32 if not line: break 34 m = eip_re.match(line) 37 m = stackaddr_re.findall(line) 83 line = asm_file.readline() variable 84 if not line: break 87 fm = func_re.match(line) 93 m = addr_re.match(line)
|
/xen/docs/ |
A D | conf.py | 31 for line in open(u"../xen/Makefile"): 32 if line.startswith(u"export XEN_VERSION"): 33 xen_ver = line.split(u"=")[1].strip() 34 elif line.startswith(u"export XEN_SUBVERSION"): 35 xen_subver = line.split(u"=")[1].strip() 36 elif line.startswith(u"export XEN_EXTRAVERSION"): 37 xen_extra = line.split(u"=")[1].split(u"$", 1)[0].strip()
|
/xen/xen/tools/ |
A D | compat-build-source.py | 16 for line in xlatf.readlines(): 17 match = re.subn(r"^\s*\?\s+(\w*)\s.*", r"\1", line.rstrip()) 26 for line in sys.stdin.readlines(): 28 line = re.sub(pat[0], pat[1], line) variable 29 print(line.rstrip())
|
A D | compat-build-header.py | 23 for line in sys.stdin.readlines(): 25 line = re.subn(pat[0], pat[1], line)[0] variable 26 print(line.rstrip())
|
/xen/tools/libxl/ |
A D | libxlu_cfg_y.c | 75 #line 19 "libxlu_cfg_y.y" /* yacc.c:337 */ 81 #line 82 "libxlu_cfg_y.c" /* yacc.c:337 */ 132 #line 25 "libxlu_cfg_y.y" /* yacc.c:352 */ 137 #line 138 "libxlu_cfg_y.c" /* yacc.c:352 */ 1069 #line 40 "libxlu_cfg_y.y" /* yacc.c:1257 */ in yydestruct() 1075 #line 40 "libxlu_cfg_y.y" /* yacc.c:1257 */ in yydestruct() 1081 #line 40 "libxlu_cfg_y.y" /* yacc.c:1257 */ in yydestruct() 1087 #line 44 "libxlu_cfg_y.y" /* yacc.c:1257 */ in yydestruct() 1093 #line 40 "libxlu_cfg_y.y" /* yacc.c:1257 */ in yydestruct() 1099 #line 44 "libxlu_cfg_y.y" /* yacc.c:1257 */ in yydestruct() [all …]
|
A D | libxlu_disk_l.c | 1 #line 2 "libxlu_disk_l.c" 4 #line 5 "libxlu_disk_l.c" 1043 #line 1 "libxlu_disk_l.l" 1072 #line 35 "libxlu_disk_l.l" 1480 #line 177 "libxlu_disk_l.l" 1483 #line 180 "libxlu_disk_l.l" 1575 #line 182 "libxlu_disk_l.l" 1582 #line 186 "libxlu_disk_l.l" 1587 #line 188 "libxlu_disk_l.l" 1592 #line 189 "libxlu_disk_l.l" [all …]
|
A D | libxlu_cfg_l.c | 1 #line 2 "libxlu_cfg_l.c" 3 #line 4 "libxlu_cfg_l.c" 703 #line 1 "libxlu_cfg_l.l" 721 #line 20 "libxlu_cfg_l.l" 1024 #line 53 "libxlu_cfg_l.l" 1100 #line 55 "libxlu_cfg_l.l" 1108 #line 59 "libxlu_cfg_l.l" 1116 #line 64 "libxlu_cfg_l.l" 1121 #line 66 "libxlu_cfg_l.l" 1126 #line 67 "libxlu_cfg_l.l" [all …]
|
A D | check-libxl-api-rules | 12 my $line = $speclineoffset + $.; 21 die "$file:$line:missing LIBXL_EXTERNAL_CALLERS_ONLY";
|
/xen/xen/include/asm-x86/ |
A D | bug.h | 46 #define _ASM_BUGFRAME_INFO(type, line, ptr, msg) \ argument 50 [bf_line_lo] "i" ((line & ((1 << BUG_LINE_LO_WIDTH) - 1)) \ 52 [bf_line_hi] "i" (((line) >> BUG_LINE_LO_WIDTH) << BUG_DISP_WIDTH) 54 #define BUG_FRAME(type, line, ptr, second_frame, msg) do { \ argument 55 BUILD_BUG_ON((line) >> (BUG_LINE_LO_WIDTH + BUG_LINE_HI_WIDTH)); \ 58 :: _ASM_BUGFRAME_INFO(type, line, ptr, msg) ); \ 88 .macro BUG_FRAME type, line, file_str, second_frame, msg 104 ((\line >> BUG_LINE_LO_WIDTH) << BUG_DISP_WIDTH) 106 ((\line & ((1 << BUG_LINE_LO_WIDTH) - 1)) << BUG_DISP_WIDTH)
|
/xen/xen/include/asm-arm/ |
A D | bug.h | 20 uint16_t line; /* Line number */ member 26 #define bug_line(b) ((b)->line) 40 #define BUG_FRAME(type, line, file, has_msg, msg) do { \ argument 41 BUILD_BUG_ON((line) >> 16); \ 57 ".hword " __stringify(line) ", 0\n" \
|
/xen/xen/tools/kconfig/lxdialog/ |
A D | textbox.c | 330 char *line; in print_line() local 332 line = get_line(); in print_line() 333 line += MIN(strlen(line), hscroll); /* Scroll horizontally */ in print_line() 336 waddnstr(win, line, MIN(strlen(line), width - 2)); in print_line() 359 static char line[MAX_LEN + 1]; in get_line() local 367 line[i++] = *(page++); in get_line() 371 line[i++] = '\0'; in get_line() 376 line[i] = '\0'; in get_line() 380 return line; in get_line()
|
/xen/tools/firmware/vgabios/ |
A D | vgabios.c | 851 if(line==0xFF) 1142 Bit8u mode,line; local 1149 if(line==0xFF)return; 1274 if(line==0xFF)return; 1417 if(line==0xFF)return; 1618 if(line==0xFF)return; 1676 if(line==0xFF)return; 1815 if(line==0xFF)return; 3388 Bit8u i,line=0xFF; local 3391 {line=i; [all …]
|
/xen/tools/pygrub/src/ |
A D | GrubConf.py | 105 for line in lines: 106 self.set_from_line(line) 144 def set_from_line(self, line, replace = None): argument 145 (com, arg) = grub_exact_split(line, 2) 157 self.lines.append(line) 160 self.lines.insert(replace, line) 217 def set(self, line): argument 218 (com, arg) = grub_exact_split(line, 2) 333 (com, arg) = grub_exact_split(line, 2) 350 self.lines.append(line) [all …]
|
A D | LiloConf.py | 29 for line in lines: 30 self.set_from_line(line) 32 def set_from_line(self, line, replace = None): argument 33 (com, arg) = GrubConf.grub_exact_split(line, 2) 45 self.lines.append(line) 48 self.lines.insert(replace, line)
|
A D | ExtLinuxConf.py | 37 for line in lines: 38 self.set_from_line(line) 40 def set_from_line(self, line, replace = None): argument 41 (com, arg) = GrubConf.grub_exact_split(line, 2) 83 self.lines.append(line) 86 self.lines.insert(replace, line)
|
A D | pygrub | 175 self.line = list(line) 176 self.pos = len(line) 191 l = self.line[off:off+70] 220 if self.pos < len(self.line): 221 self.line.pop(self.pos) 223 self.pos = len(self.line) 225 if self.pos < len(self.line): 228 self.line = self.line[:self.pos] 380 def edit_line(self, line): argument 560 for line in img.lines: [all …]
|