Searched refs:line (Results 76 - 100 of 385) sorted by relevance

1234567891011>>

/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_cswift_err.h68 static void ERR_CSWIFT_error(int function, int reason, char *file, int line);
H A De_sureware_err.h68 static void ERR_SUREWARE_error(int function, int reason, char *file, int line);
H A De_ubsec_err.h68 static void ERR_UBSEC_error(int function, int reason, char *file, int line);
H A De_aep_err.h68 static void ERR_AEPHK_error(int function, int reason, char *file, int line);
H A De_chil_err.h68 static void ERR_HWCRHK_error(int function, int reason, char *file, int line);
/barrelfish-master/lib/openssl-1.0.0d/crypto/err/
H A Derr_prn.c73 int line,flags; local
79 while ((l=ERR_get_error_line_data(&file,&line,&data,&flags)) != 0)
83 file, line, (flags & ERR_TXT_STRING) ? data : "");
/barrelfish-master/lib/openssl-1.0.0d/crypto/threads/
H A Dth-lock.c91 static void irix_locking_callback(int mode,int type,char *file,int line);
92 static void solaris_locking_callback(int mode,int type,char *file,int line);
93 static void win32_locking_callback(int mode,int type,char *file,int line);
94 static void pthreads_locking_callback(int mode,int type,char *file,int line);
137 void win32_locking_callback(int mode, int type, char *file, int line) argument
203 void solaris_locking_callback(int mode, int type, char *file, int line) argument
209 (type&CRYPTO_READ)?"r":"w",file,line);
216 mode,file,line);
296 void irix_locking_callback(int mode, int type, char *file, int line) argument
353 int line)
352 pthreads_locking_callback(int mode, int type, char *file, int line) argument
[all...]
/barrelfish-master/lib/openssl-1.0.0d/util/
H A Dsp-diff.pl13 $line=0;
20 unless $line;
21 $line++;
/barrelfish-master/tools/harness/tests/
H A Dcoreboottest.py64 for line in rawiter:
65 if ("Core %s stopped." % self.core) in line:
98 for line in rawiter:
99 if ("On core %s" % self.core) in line:
132 for line in rawiter:
133 if ("On core %s" % self.target_core) in line:
158 for line in rawiter:
159 if "KCB 0:" in line:
161 if "CPU 0:" in line:
208 for line i
[all...]
H A Dclockdrift.py39 for line in rawiter:
40 m = re.match("Running on (\d+) cores.", line)
50 m = re.match(corestr, line)
H A Dchannel_cost.py37 for line in rawiter:
38 m = re.match("running with (\d+) connections", line)
46 m = re.match("\d+ (\d+)", line)
H A Dcommon.py71 # However, many tests currently rely on the the last line being exactly
151 def is_finished(self, line):
154 return self.get_finish_string() in line or \
155 line.startswith("Assertion failed on core") or \
156 line.find("PANIC!") > 0 or \
157 line.startswith("Aborted")
159 def is_booted(self, line):
161 return "Barrelfish CPU driver starting" in line
176 line = ''
178 while not line
[all...]
H A Drpctests.py39 for line in rawiter:
40 m = re.match("Running \w+ between core \d+ and core (\d+)", line)
48 m = re.match("page \d+ took (\d+)", line)
69 for line in rawiter:
70 m = re.match("transport_bench: iteration (\d+)", line)
78 m = re.match("page \d+ took (\d+)", line)
266 # check the first line to see if the test actually ran
286 for line in raw_iter:
288 line)
333 for line i
[all...]
H A Ddevif_test.py93 def process_line(self, line):
94 m = re.match(r'# IP Addr (\d+\.\d+\.\d+\.\d+)', line)
101 for line in rawiter:
102 if "SUCCESS" in line:
237 def process_line(self, line):
238 m = re.match(r'# IP Addr (\d+\.\d+\.\d+\.\d+)', line)
242 m1 = re.match(r'Testing receiving UDP packets', line)
247 for line in rawiter:
248 if "SUCCESS" in line:
H A Dwebserver.py66 def process_line(self, line):
67 m = re.match(r'# IP Addr (\d+\.\d+\.\d+\.\d+)', line)
70 elif self.ip and 'Starting webserver' in line:
74 elif line.startswith("kernel PANIC!") or \
75 line.startswith("Assertion failed on core") or \
76 re.match("Assertion .* failed at line", line) or \
77 line.startswith("Aborted"):
79 if line.startswith("Aborted") and \
81 line
[all...]
/barrelfish-master/lib/debug_log/
H A Ddebug_log.c114 char line[256]; local
115 int s = snprintf(line, sizeof(line), "\nLog:%d %d:%d\n", log_size, i, j);
116 sys_print(line, s);
119 s = snprintf(line, sizeof(line), "\033[36;1m(%ld,%ld)\033[0m:\t%s\n",
121 sys_print(line, s);
/barrelfish-master/lib/acpica/tests/aslts/bin/
H A Dasltsrun380 # line of the test case.
400 read s0 s1 s2 s3 line
405 if [[ "$line" == *STST* ]]; then
406 echo "$line"
408 status=`echo "$line" | awk -F: '{print $6}'`
420 start=`echo "$line" | awk -F" " '{print $3}'`
422 finish=`echo "$line" | awk -F" " '{print $4}'`
423 total=`echo "$line" | awk -F" " '{print $5}'`
429 memtotal=`echo "$line" | awk -F" " '{print $9}'`
431 max0=`echo "$line" | aw
[all...]
H A Ddiffproc23 # Chose line of file by head
26 # arg3 - string, the first element of line
32 read line
37 tcasename=`echo "$line" | awk -F"$2" '{print $2}'`
39 echo "$line"
148 # arg1 - the first run test case status line
149 # arg2 - the second run test case status line
347 # element of array is a line of file.
354 read line
358 echo "$line"
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dcryptlib.c186 const char *file,int line)=0;
188 int type,const char *file,int line)=0;
194 (const char *file,int line)=0;
196 struct CRYPTO_dynlock_value *l, const char *file,int line)=0;
198 const char *file,int line)=0;
361 (const char *file,int line)
367 struct CRYPTO_dynlock_value *l, const char *file,int line)
373 (struct CRYPTO_dynlock_value *l, const char *file,int line)
379 (const char *file, int line))
385 struct CRYPTO_dynlock_value *l, const char *file, int line))
378 CRYPTO_set_dynlock_create_callback(struct CRYPTO_dynlock_value *(*func) (const char *file, int line)) argument
384 CRYPTO_set_dynlock_lock_callback(void (*func)(int mode, struct CRYPTO_dynlock_value *l, const char *file, int line)) argument
390 CRYPTO_set_dynlock_destroy_callback(void (*func) (struct CRYPTO_dynlock_value *l, const char *file, int line)) argument
409 CRYPTO_set_locking_callback(void (*func)(int mode,int type, const char *file,int line)) argument
415 CRYPTO_set_add_lock_callback(int (*func)(int *num,int mount,int type, const char *file,int line)) argument
557 CRYPTO_lock(int mode, int type, const char *file, int line) argument
603 CRYPTO_add_lock(int *pointer, int amount, int type, const char *file, int line) argument
885 OpenSSLDie(const char *file,int line,const char *assertion) argument
[all...]
/barrelfish-master/tools/harness/
H A Defiimage.py71 for line in proc.stdout:
72 if line.endswith("/"):
73 self._dirs.add(line[:-1])
106 # Command line and interface functions
129 for line in f.readlines():
130 line = line.strip()
131 if line=="" or line[0] == "#": continue
132 parts = re.split("\s+", line,
[all...]
H A Dharness.py23 def _clean_line(self, line):
24 # filter output line of control characters
25 filtered_out = filter(lambda c: c in string.printable, line.rstrip())
52 # timedelta for the time this line was emitted from the start of the run
57 # log full raw line (without timestamp) to output file
79 for idx, line in enumerate(lines):
80 if line.strip() == "root (nd)" or \
81 line.strip().startswith("Kernel starting at address") or \
82 "ARMv8-A: Barrelfish CPU driver starting on ARMv8" in line:
135 for idx, line i
[all...]
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A DCA.sh38 while read line; do
40 echo $line|grep "^-----END.*$bound" 2>/dev/null 1>/dev/null
42 echo $line >>$outfile
45 echo $line >>$outfile
49 echo $line|grep "^-----BEGIN.*$bound" 2>/dev/null 1>/dev/null
51 echo $line >$outfile
/barrelfish-master/tools/molly/
H A Dbuild_multiboot.c77 char line[1024]; local
79 cmd[0] = args[0] = image[0] = line[0] = '\0';
81 fgets(line, 1024, f);
82 sscanf(line, "%s %s %[^\n]", cmd, image, args);
86 kernel_cmd_line = malloc(strlen(line) + 1);
94 module_cmd_line[n_modules] = malloc(strlen(line) + 1);
138 // Kernel command line:
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/rsaref/
H A Drsaref_err.h69 static void ERR_RSAREF_error(int function, int reason, char *file, int line);
/barrelfish-master/usr/drivers/xeon_phi/
H A Dboot.c506 char *line = modules; local
509 while (line != NULL)
511 if (*line == '\n') {
512 line++;
514 if (strncmp(line, "module", 6)==0) {
516 } else if (strncmp(line, "kernel", 6) == 0) {
519 } else if (strncmp(line, "mmap", 4) == 0) {
522 line=strchr(line+1,'\n');
534 line
[all...]

Completed in 95 milliseconds

1234567891011>>