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

/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/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); \
/darwin-on-arm/xnu/osfmk/kern/
H A Dassert.h75 int line,
79 #define Assert(file, line, ex) (Assert)("", line, "")
H A Ddebug.c148 int line,
161 panic_plain("%s:%d Assertion failed: %s", file, line, expression);
222 * since all clients get a #define to prepend line numbers
146 Assert( const char *file, int line, const char *expression ) argument
/darwin-on-arm/xnu/libkern/kxld/tests/
H A Dloadtest.py37 line = pipe.readline() variable
38 while line:
39 kexts.append(line.strip())
40 line = pipe.readline() variable
/darwin-on-arm/xnu/osfmk/mach/
H A Dmig_log.h69 unsigned int line
82 unsigned int line
/darwin-on-arm/xnu/SETUP/config/
H A Dmain.c225 * NULL on end of line
231 static char line[80]; local
244 cp = line;
255 return (line);
261 * NULL on end of line
267 static char line[80]; local
271 cp = line;
280 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.c217 char line[BUFSIZ]; local
222 (void) sprintf(line, "%s/Makefile.template", config_directory);
223 ifp = fopenp(VPATH, line, pname, "r");
225 perror(line);
282 while (fgets(line, BUFSIZ, ifp) != 0) {
283 if (*line == '%')
285 if (profiling && strncmp(line, "COPTS=", 6) == 0) {
290 cp = index(line, '\n');
293 cp = line + 6;
303 fprintf(ofp, "%s ${CCPROFOPT}\n", line);
789 char line[BUFSIZ]; local
[all...]
/darwin-on-arm/xnu/osfmk/console/
H A Dserial_protos.h47 int _serial_getc(int unit, int line, boolean_t wait, boolean_t raw);
H A Dpanic_dialog.c583 unsigned int line, col, i; local
599 for( line = 0; line < height; line++) {
637 unsigned int line, col, i; local
648 for( line = 0; line < height; line++) {
686 unsigned int line, col, i; local
698 for( line
736 unsigned int line, col, i; local
[all...]
H A Dvideo_console.c299 * used all that often, except for To end of line. I'll go
305 case 0: /* To end of line */
309 case 1: /* To start of line */
313 case 2: /* Whole line */
808 case 'K': /* Clear part of line */
1434 int line; local
1439 for (line = 0; line < ISO_CHAR_HEIGHT; line++) {
1730 int line, co local
1760 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; local
1793 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; local
1937 int line, col; local
1995 int line, col; local
2061 int line, col; local
2125 int line, col; local
[all...]
/darwin-on-arm/xnu/osfmk/arm/armv/
H A Dcpufunc-v7.s147 and r2, r2, #7 @ get line size (log2(size)-4, 0=16)
151 and r3, r0, ip @ get offset into cache line
155 mcr p15, 0, r0, c7, c10, 1 @ wb the D-Cache line
156 mcr p15, 0, r0, c7, c5, 1 @ invalidate the I-Cache line
189 and r2, r2, #7 @ get line size (log2(size)-4, 0=16)
193 and r3, r0, ip @ get offset into cache line
209 and r2, r2, #7 @ get line size (log2(size)-4, 0=16)
213 and r3, r0, ip @ get offset into cache line
218 mcr p15, 0, r0, c7, c14, 1 @ wb and inv the D-Cache line
229 and r2, r2, #7 @ get line siz
[all...]
/darwin-on-arm/xnu/EXTERNAL_HEADERS/
H A DAssertMacros.h93 * DEBUG_ASSERT_MESSAGE(component, assertion, label, error, file, line, errorCode)
127 * The line number in the file (generated by the preprocessor
159 * fprintf(stderr, " line: %ld\n", lineNumber);
169 #define DEBUG_ASSERT_MESSAGE(name, assertion, label, message, file, line, value) \
170 printf( "AssertMacros: %s, %s file: %s, line: %d\n", assertion, (message!=0) ? message : "", file, line);
173 #define DEBUG_ASSERT_MESSAGE(name, assertion, label, message, file, line, value) \
174 fprintf(stderr, "AssertMacros: %s, %s file: %s, line: %d\n", assertion, (message!=0) ? message : "", file, line);
/darwin-on-arm/xnu/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++)
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c244 /* Scan past any non-symbol characters at the beginning of the line. */
249 /* No symbol on line? Move along.
270 char * line; local
278 for (scan = file, line = file; true; scan = next, line = next) {
312 /* Scan past any non-symbol characters at the beginning of the line. */
317 /* No symbol on line? Move along.
374 fprintf(stderr, "bad format in symbol line: %s\n", line);
378 fprintf(stderr, "bad format in symbol line
[all...]
/darwin-on-arm/xnu/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl167 my $line = 0;
170 $line++;
188 die "$MyName: no function prototype on line $line\n" unless length($_) > 0 && /;$/;
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DREADME76 [-L] (print argument line)
/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c89 int line; member in struct:__anon114
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;
/darwin-on-arm/xnu/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...]
H A DOSUnserializeXML.cpp155 #line 61 "OSUnserializeXML.y"
186 int lineNumber; // current line number
190 OSString **errorString; // parse error with line
260 #line 211 "OSUnserializeXML.tab.c"
549 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
902 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1484 Otherwise, the following line sets YYVAL to garbage.
1496 #line 145 "OSUnserializeXML.y"
1503 #line 148 "OSUnserializeXML.y"
1512 #line 15
[all...]
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c280 void _fatal(const char *file, int line, const char *function,
288 void _fatal(const char *file, int line, const char *function, argument
296 printf("Assert failed in file %s, function %s(), line %d.\n",
297 file, function, line);

Completed in 172 milliseconds