Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/console/
H A Dvideo_console.c247 static boolean_t gc_is_tab_stop(unsigned int column);
264 static void gc_set_tab_stop(unsigned int column, boolean_t enabled);
976 gc_set_tab_stop(unsigned int column, boolean_t enabled) in gc_set_tab_stop() argument
978 if (gc_buffer_tab_stops && (column < vinfo.v_columns)) { in gc_set_tab_stop()
979 gc_buffer_tab_stops[column] = enabled; in gc_set_tab_stop()
984 gc_is_tab_stop(unsigned int column) in gc_is_tab_stop() argument
987 return (column % 8) == 0; in gc_is_tab_stop()
989 if (column < vinfo.v_columns) { in gc_is_tab_stop()
990 return gc_buffer_tab_stops[column]; in gc_is_tab_stop()
1020 uint32_t column, row; in gc_scroll_down() local
[all …]
/xnu-8792.41.9/tools/lldbmacros/
H A Dscheduler.py479 def SortThreads(threads, column): argument
480 if column != 'on-core' and column != 'off-core' and column != 'last-duration':
482 if column == 'on-core':
484 elif column == 'off-core':
/xnu-8792.41.9/doc/
H A Drecount.md45 Its subcommands print each metric as a column and then uses rows for the groupings, like per-CPU or…