first_column     5086 drivers/scsi/hpsa.c 	u32 first_column, last_column;
first_column     5202 drivers/scsi/hpsa.c 	first_column = tmpdiv;
first_column     5211 drivers/scsi/hpsa.c 	first_column = first_row_offset / strip_size;
first_column     5216 drivers/scsi/hpsa.c 	if ((first_row != last_row) || (first_column != last_column))
first_column     5224 drivers/scsi/hpsa.c 	map_index = (map_row * total_disks_per_row) + first_column;
first_column     5319 drivers/scsi/hpsa.c 		first_column = r5or6_first_column = tmpdiv;
first_column     5332 drivers/scsi/hpsa.c 		first_column = r5or6_first_column =
first_column     5346 drivers/scsi/hpsa.c 			(map_row * total_disks_per_row) + first_column;
first_column     5362 drivers/scsi/hpsa.c 			(first_row_offset - first_column *
first_column     2279 drivers/scsi/smartpqi/smartpqi_init.c 	u32 first_column;
first_column     2381 drivers/scsi/smartpqi/smartpqi_init.c 	first_column = tmpdiv;
first_column     2390 drivers/scsi/smartpqi/smartpqi_init.c 	first_column = first_row_offset / strip_size;
first_column     2395 drivers/scsi/smartpqi/smartpqi_init.c 	if (first_row != last_row || first_column != last_column)
first_column     2403 drivers/scsi/smartpqi/smartpqi_init.c 	map_index = (map_row * total_disks_per_row) + first_column;
first_column     2513 drivers/scsi/smartpqi/smartpqi_init.c 		first_column = r5or6_first_column = tmpdiv;
first_column     2526 drivers/scsi/smartpqi/smartpqi_init.c 		first_column = r5or6_first_row_offset / strip_size;
first_column     2527 drivers/scsi/smartpqi/smartpqi_init.c 		r5or6_first_column = first_column;
first_column     2541 drivers/scsi/smartpqi/smartpqi_init.c 			(map_row * total_disks_per_row) + first_column;
first_column     2547 drivers/scsi/smartpqi/smartpqi_init.c 		(first_row_offset - first_column * strip_size);
first_column      239 scripts/dtc/srcpos.c 	pos->first_column = current_srcfile->colno;
first_column      298 scripts/dtc/srcpos.c 			  pos->first_line, pos->first_column,
first_column      300 scripts/dtc/srcpos.c 	else if (pos->first_column != pos->last_column)
first_column      302 scripts/dtc/srcpos.c 			  pos->first_line, pos->first_column,
first_column      306 scripts/dtc/srcpos.c 			  pos->first_line, pos->first_column);
first_column      342 scripts/dtc/srcpos.c 			  pos->first_line, pos->first_column,
first_column       59 scripts/dtc/srcpos.h     int first_column;
first_column       72 scripts/dtc/srcpos.h 			(Current).first_column = YYRHSLOC(Rhs, 1).first_column;	\
first_column       79 scripts/dtc/srcpos.h 			(Current).first_column = (Current).last_column =	\
first_column     2704 tools/perf/util/parse-events.c 		.err_term  = loc_term ? loc_term->first_column : 0,
first_column     2705 tools/perf/util/parse-events.c 		.err_val   = loc_val  ? loc_val->first_column  : 0,
first_column     2722 tools/perf/util/parse-events.c 		.err_term  = loc_term ? loc_term->first_column : 0,
first_column     2723 tools/perf/util/parse-events.c 		.err_val   = loc_val  ? loc_val->first_column  : 0,