Searched refs:line (Results 1 - 25 of 26) sorted by relevance

12

/xnu-2422.115.4/osfmk/ipc/
H A Dmig_log.c104 unsigned int line)
109 size, kpd, retcode, ports, oolports, ool, file, line);
119 unsigned int line)
122 printf("%d|%d|%d -- %s %d\n", who, what, *(int *)par, file, line);
124 printf("%d|%d|%s -- %s %d\n", who, what, (char *)par, file, line);
93 MigEventTracer( mig_who_t who, mig_which_event_t what, mach_msg_id_t msgh_id, unsigned int size, unsigned int kpd, unsigned int retcode, unsigned int ports, unsigned int oolports, unsigned int ool, char *file, unsigned int line) argument
114 MigEventErrors( mig_who_t who, mig_which_error_t what, void *par, char *file, unsigned int line) argument
/xnu-2422.115.4/bsd/dev/random/YarrowCoreLib/src/
H A Dassertverify.h47 #define chASSERTFAIL(file,line,expr)
56 #define chASSERTFAIL(file,line,expr) { \
58 wsprintf(sz, __TEXT("File %hs, line %d : %hs"), file, line, expr); \
/xnu-2422.115.4/osfmk/kern/
H A Dassert.h75 int line,
79 #define Assert(file, line, ex) (Assert)("", line, "")
H A Ddebug.c146 int line,
167 panic_plain("%s:%d Assertion failed: %s", file, line, expression);
228 * since all clients get a #define to prepend line numbers
144 Assert( const char *file, int line, const char *expression ) argument
/xnu-2422.115.4/libkern/kxld/tests/
H A Dloadtest.py37 line = pipe.readline() variable
38 while line:
39 kexts.append(line.strip())
40 line = pipe.readline() variable
/xnu-2422.115.4/osfmk/mach/
H A Dmig_log.h69 unsigned int line
82 unsigned int line
/xnu-2422.115.4/SETUP/config/
H A Dmain.c224 * NULL on end of line
230 static char line[80]; local
243 cp = line;
254 return (line);
260 * NULL on end of line
266 static char line[80]; local
270 cp = line;
279 return (line);
H A Dmkswapconf.c223 char line[BUFSIZ]; local
229 fp = fopenp(VPATH, buf, line, "r");
234 while (fgets(line, BUFSIZ, fp) != 0) {
235 if (*line == '#' || *line == '\n')
237 if (sscanf(line, "%s\t%d\n", buf, &maj) != 2)
H A Dmkmakefile.c211 char line[BUFSIZ]; local
216 (void) sprintf(line, "%s/Makefile.template", config_directory);
217 ifp = fopenp(VPATH, line, pname, "r");
219 perror(line);
277 while (fgets(line, BUFSIZ, ifp) != 0) {
278 if (*line == '%')
280 if (profiling && strncmp(line, "COPTS=", 6) == 0) {
285 cp = index(line, '\n');
288 cp = line + 6;
298 fprintf(ofp, "%s ${CCPROFOPT}\n", line);
777 char line[BUFSIZ]; local
[all...]
/xnu-2422.115.4/osfmk/console/
H A Dserial_protos.h47 int _serial_getc(int unit, int line, boolean_t wait, boolean_t raw);
H A Dvideo_console.c301 * used all that often, except for To end of line. I'll go
307 case 0: /* To end of line */
311 case 1: /* To start of line */
315 case 2: /* Whole line */
810 case 'K': /* Clear part of line */
1412 int line; local
1417 for (line = 0; line < ISO_CHAR_HEIGHT; line++) {
1708 int line, co local
1738 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; local
1771 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; local
1915 int line, col; local
1973 int line, col; local
2039 int line, col; local
2103 int line, col; local
[all...]
/xnu-2422.115.4/osfmk/console/panic_ui/
H A Dsetupdialog.c217 int row, col, item, line=0, currWidth; local
311 line+=pixmap[item][col];
312 if( line >= width[item]) {
314 line = 0;
H A Dgenimage.c478 unsigned int quantity, line, col, depth, sum; local
485 for (line=0; line < height; line++) {
1470 unsigned int i, adj, csize, tmp, col, line; local
1491 for (line=0; line<height; line++)
/xnu-2422.115.4/tools/lldbmacros/
H A Dxnu.py160 """ define an alias in the lldb command line.
297 prefix - str : a string prefix added before the line for each frame.
300 str - a multi line string showing each frame in backtrace.
350 file=file_name, line=line_num,
418 -s <filter_string> The "filter_string" param is parsed to python regex expression and each line of output
533 line = ''
537 if line =='':
538 line = " "
539 print line
540 line
[all...]
H A Dutils.py179 def write(self, line):
180 self.log_debug(line)
H A Dmemory.py1300 line = ''
1311 print line
1312 line = ''
1314 line += c
1316 if len(line) > 0 :
1317 print line
/xnu-2422.115.4/tools/tests/unit_tests/
H A Dxnu_raft_tests.py69 for line in fh:
70 tmp_res = targetRegex.findall(line)
169 logPass() # This line is implicit and can be removed
/xnu-2422.115.4/tools/tests/unit_tests/ptrace_test_12507045_src/
H A Dptrace_test.c611 char *line = NULL; local
619 vasprintf(&line, newformat, va);
622 if (line) {
623 write(STDOUT_FILENO, line, strlen(line));
624 free(line);
/xnu-2422.115.4/EXTERNAL_HEADERS/
H A DAssertMacros.h139 * DEBUG_ASSERT_MESSAGE(component, assertion, label, error, file, line, errorCode)
173 * The line number in the file (generated by the preprocessor
205 * fprintf(stderr, " line: %ld\n", lineNumber);
215 #define DEBUG_ASSERT_MESSAGE(name, assertion, label, message, file, line, value) \
216 printf( "AssertMacros: %s, %s file: %s, line: %d\n", assertion, (message!=0) ? message : "", file, line);
219 #define DEBUG_ASSERT_MESSAGE(name, assertion, label, message, file, line, value) \
220 fprintf(stderr, "AssertMacros: %s, %s file: %s, line: %d\n", assertion, (message!=0) ? message : "", file, line);
/xnu-2422.115.4/SETUP/kextsymboltool/
H A Dkextsymboltool.c259 /* Scan past any non-symbol characters at the beginning of the line. */
264 /* No symbol on line? Move along.
285 char * line; local
293 for (scan = file, line = file; true; scan = next, line = next) {
327 /* Scan past any non-symbol characters at the beginning of the line. */
332 /* No symbol on line? Move along.
389 fprintf(stderr, "bad format in symbol line: %s\n", line);
393 fprintf(stderr, "bad format in symbol line
[all...]
/xnu-2422.115.4/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl171 my $line = 0;
174 $line++;
192 die "$MyName: no function prototype on line $line\n" unless length($_) > 0 && /;$/;
/xnu-2422.115.4/tools/tests/libMicro/
H A DREADME76 [-L] (print argument line)
/xnu-2422.115.4/bsd/kern/
H A Ddecmpfs.c89 int line; member in struct:__anon104
93 _malloc(uint32_t sz, __unused int type, __unused int flags, const char *file, int line) argument
110 alloc->line = line;
121 _free(char *ret, __unused int type, const char *file, int line) argument
142 alloc2->line = line;
/xnu-2422.115.4/libkern/c++/
H A DOSUnserialize.cpp145 #line 60 "OSUnserialize.y"
231 #line 182 "OSUnserialize.tab.c"
519 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
868 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1450 Otherwise, the following line sets YYVAL to garbage.
1462 #line 121 "OSUnserialize.y"
1467 #line 122 "OSUnserialize.y"
1472 #line 123 "OSUnserialize.y"
1477 #line 126 "OSUnserialize.y"
1482 #line 12
[all...]
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dpipes_tests.c281 void _fatal(const char *file, int line, const char *function,
289 void _fatal(const char *file, int line, const char *function, argument
297 printf("Assert failed in file %s, function %s(), line %d.\n",
298 file, function, line);

Completed in 91 milliseconds

12