Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/console/
H A Dvideo_console.c347 unsigned char *buffer_tab_stops = NULL; in gc_enable() local
367 buffer_tab_stops = gc_buffer_tab_stops; in gc_enable()
385 kfree_data(buffer_tab_stops, buffer_columns); in gc_enable()
400 buffer_tab_stops = kalloc_data(buffer_columns, Z_WAITOK); in gc_enable()
405 buffer_tab_stops == NULL) { in gc_enable()
409 kfree_data(buffer_tab_stops, buffer_columns); in gc_enable()
414 buffer_tab_stops = NULL; in gc_enable()
422 memset( buffer_tab_stops, 0, buffer_columns ); in gc_enable()
432 gc_buffer_tab_stops = buffer_tab_stops; in gc_enable()