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

/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c143 static unsigned char *gc_buffer_attributes; variable
355 memset(gc_buffer_attributes + start, ATTR_NONE, end - start + 1);
389 buffer_attributes = gc_buffer_attributes;
397 gc_buffer_attributes = NULL;
461 gc_buffer_attributes = buffer_attributes;
489 unsigned char attribute = gc_buffer_attributes[index];
532 gc_buffer_attributes[index] = attrs;
1050 if ( gc_buffer_attributes[index] != gc_buffer_attributes[index - jump] ||
1065 /* attrs */ gc_buffer_attributes[inde
[all...]

Completed in 24 milliseconds