Searched refs:lines (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/console/panic_ui/
H A Dqtif2kraw.c55 "\t-n <lines>\tNumber of lines that have been reserved to display the\n"
112 unsigned char depth = 0, lines = 20; local
127 else if (strcmp(argv[next], "-n") == 0) // numbers of reserved lines
128 lines = atoi(argv[++next]);
288 fwrite(&lines, sizeof(lines), 1, ostream);
H A Dgenimage.c101 "\t-n <lines>\tNumber of lines that have been reserved to display the\n"
133 The panic dialog must have a number of lines reserved at the bottom for\n\
134 displaying additional panic information. The minimum number of lines\n\
207 unsigned char depth = 0, lines = 20; local
224 else if (strcmp(argv[next], "-n") == 0) // numbers of reserved lines
225 lines = atoi(argv[++next]);
582 fwrite(&lines, sizeof(lines), 1, ostream);
641 fprintf( out_stream, "%d, ", lines); /* line
[all...]

Completed in 23 milliseconds