Lines Matching defs:column
152 * buffer size used by sscanf() for added column names
415 int *irq_column_2_cpu; /* /proc/interrupts column numbers */
510 * This list matches the column headers, except
661 " -e, --enable [all | column]\n"
662 " shows all or the specified disabled column\n"
663 " -H, --hide [column|column,column,...]\n"
664 " hide the specified column(s)\n"
668 " -l, --list list column headers only\n"
674 " -s, --show [column|column,column,...]\n"
675 " show only the specified column(s)\n"
1001 * column formatting convention & formats
2945 int column, retval;
2952 /* read 1st line of /proc/interrupts to get cpu* name for each column */
2953 for (column = 0; column < topo.num_cpus; ++column) {
2965 irq_column_2_cpu[column] = cpu_number;
2971 int column;
2979 for (column = 0; column < topo.num_cpus; ++column) {
2987 cpu_number = irq_column_2_cpu[column];
5877 /* generate default column header */