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

/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c369 unsigned char *buffer_tab_stops = NULL; local
392 buffer_tab_stops = gc_buffer_tab_stops;
411 kfree( buffer_tab_stops, buffer_columns );
432 buffer_tab_stops = (unsigned char *) kalloc( buffer_columns );
437 buffer_tab_stops == NULL )
442 if ( buffer_tab_stops ) kfree( buffer_tab_stops, buffer_columns );
453 memset( buffer_tab_stops, 0, buffer_columns );
464 gc_buffer_tab_stops = buffer_tab_stops;

Completed in 71 milliseconds