Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/console/
H A Dvideo_console.c346 unsigned char *buffer_tab_stops = NULL; in gc_enable() local
366 buffer_tab_stops = gc_buffer_tab_stops; in gc_enable()
384 kfree_data(buffer_tab_stops, buffer_columns); in gc_enable()
399 buffer_tab_stops = kalloc_data(buffer_columns, Z_WAITOK); in gc_enable()
404 buffer_tab_stops == NULL) { in gc_enable()
408 kfree_data(buffer_tab_stops, buffer_columns); in gc_enable()
413 buffer_tab_stops = NULL; in gc_enable()
421 memset( buffer_tab_stops, 0, buffer_columns ); in gc_enable()
431 gc_buffer_tab_stops = buffer_tab_stops; in gc_enable()