Searched refs:ostream (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/
H A Dlldbmacros.py113 def memstats(ostream):
114 ostream.printString ( "kern_memorystatus_level: {0}".format(findGlobalValue("kern_memorystatus_level")) )
115 ostream.printString ( "vm_page_throttled_count: {0}".format(findGlobalValue("vm_page_throttled_count")) )
116 ostream.printString ( "vm_page_active_count: {0}".format(findGlobalValue("vm_page_active_count")) )
117 ostream.printString ( "vm_page_inactive_count: {0}".format(findGlobalValue("vm_page_inactive_count")) )
118 ostream.printString ( "vm_page_wire_count: {0}".format(findGlobalValue("vm_page_wire_count")) )
119 ostream.printString ( "vm_page_free_count: {0}".format(findGlobalValue("vm_page_free_count")) )
120 ostream.printString ( "vm_page_purgeable_count: {0}".format(findGlobalValue("vm_page_purgeable_count")) )
121 ostream.printString ( "vm_page_inactive_target: {0}".format(findGlobalValue("vm_page_inactive_target")) )
122 ostream
[all...]
/darwin-on-arm/xnu/osfmk/console/panic_ui/
H A Dgenimage.c55 FILE * ostream,
518 FILE * ostream; local
520 if ( (ostream = fopen(qtraw, "wb")) == NULL ) {
528 WriteQTRawFile( ostream, data, height, width, depth, pixels );
529 fclose(ostream);
560 FILE * ostream; local
563 if ( (ostream = fopen(kraw, "wb")) == NULL ) {
573 fwrite(&sum, sizeof(sum), 1, ostream);
576 fwrite(&encodedSize, sizeof(encodedSize), 1, ostream);
578 fwrite(&tag, sizeof(tag), 1, ostream);
1444 FILE * ostream; local
1468 WriteQTRawFile( FILE * ostream, unsigned char * data, int height, int width, int depth, unsigned int size ) argument
1533 FILE * ostream; local
1589 FILE * ostream; local
[all...]
H A Dqtif2kraw.c266 FILE * ostream; local
269 if ( (ostream = fopen(kraw, "wb")) == NULL ) {
279 fwrite(&sum, sizeof(sum), 1, ostream);
282 fwrite(&encodedSize, sizeof(encodedSize), 1, ostream);
284 fwrite(&tag, sizeof(tag), 1, ostream);
285 fwrite(&width, sizeof(width), 1, ostream);
286 fwrite(&height, sizeof(height), 1, ostream);
287 fwrite(&depth, sizeof(depth), 1, ostream);
288 fwrite(&lines, sizeof(lines), 1, ostream);
289 fwrite(&fg, sizeof(fg), 1, ostream);
[all...]

Completed in 73 milliseconds