Lines Matching defs:column
43 * This list matches the column headers, except
50 * buffer size used by sscanf() for added column names
575 int *irq_column_2_cpu; /* /proc/interrupts column numbers */
729 " -e, --enable [all | column]\n"
730 " shows all or the specified disabled column\n"
731 " -H, --hide [column|column,column,...]\n"
732 " hide the specified column(s)\n"
736 " -l, --list list column headers only\n"
744 " -s, --show [column|column,column,...]\n"
745 " show only the specified column(s)\n"
1097 * column formatting convention & formats
3114 int column, retval;
3121 /* read 1st line of /proc/interrupts to get cpu* name for each column */
3122 for (column = 0; column < topo.num_cpus; ++column) {
3134 irq_column_2_cpu[column] = cpu_number;
3140 int column;
3148 for (column = 0; column < topo.num_cpus; ++column) {
3156 cpu_number = irq_column_2_cpu[column];
6400 /* generate default column header */