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

/xnu-2422.115.4/osfmk/console/panic_ui/
H A Dsetupdialog.c34 FILE * stream, *out_stream; local
152 out_stream = fopen(out, "w");
154 if(out_stream == NULL) {
161 fprintf( out_stream, "/* generated c file */\n\n");
162 fprintf( out_stream, "static const struct {\n");
163 fprintf( out_stream, " unsigned int pd_width;\n");
164 fprintf( out_stream, " unsigned int pd_height;\n");
165 fprintf( out_stream, " unsigned int bytes_per_pixel; /* 1: CLUT, 3:RGB, 4:RGBA */\n");
166 fprintf( out_stream, " unsigned char image_pixel_data[%#4.2x];\n", (filePos));
168 fprintf( out_stream, "} panic_dialo
221 FILE *out_stream; local
[all...]
H A Dgenimage.c204 FILE * stream, *out_stream; local
606 out_stream = fopen(out, "w");
608 if(out_stream == NULL) {
615 fprintf( out_stream, "/* autogenerated with genimage.c using %s as image input */\n", file);
620 fprintf( out_stream, "/* and %s for the color look up table (CLUT) */\n\n", s);
623 fprintf( out_stream, "static const struct panicimage {\n");
624 fprintf( out_stream, "\tunsigned int\tpd_sum;\n");
625 fprintf( out_stream, "\tunsigned int\tpd_dataSize;\n");
626 fprintf( out_stream, "\tunsigned int\tpd_tag;\n");
627 fprintf( out_stream, "\tunsigne
[all...]

Completed in 64 milliseconds