Lines Matching refs:cols

88 	struct col_info cols[NUM_COLS];  member
190 struct col_info *col_info = &hdr_info->cols[i]; in print_hdr()
208 struct col_info *col = hdr->cols; in init_hdr_cols()
264 len[i] = hdr->cols[i].width; in count_widths()
333 hdr->cols[i].width = len[i]; in count_widths()
396 hdr->cols[0].width, name, in print_be_nodes()
397 hdr->cols[1].width, active, in print_be_nodes()
398 hdr->cols[2].width, (cur_be->be_mounted ? mntpt: in print_be_nodes()
400 hdr->cols[3].width, buf, in print_be_nodes()
401 hdr->cols[4].width, cur_be->be_policy_type, in print_be_nodes()
402 hdr->cols[5].width, datetime); in print_be_nodes()
433 if (hdr->cols[1].width != 0) in print_be_snapshots()
450 if (hdr->cols[1].width != 0) in print_be_snapshots()
453 hdr->cols[0].width-3, name, in print_be_snapshots()
454 hdr->cols[1].width, "-", in print_be_snapshots()
455 hdr->cols[2].width, "-", in print_be_snapshots()
456 hdr->cols[3].width, buf, in print_be_snapshots()
457 hdr->cols[4].width, be->be_policy_type, in print_be_snapshots()
458 hdr->cols[5].width, datetime); in print_be_snapshots()
461 hdr->cols[0].width-3, snap_name, in print_be_snapshots()
462 hdr->cols[3].width, buf, in print_be_snapshots()
463 hdr->cols[4].width, be->be_policy_type, in print_be_snapshots()
464 hdr->cols[5].width, datetime); in print_be_snapshots()
518 hdr->cols[0].width-3, cur_be->be_root_ds, in print_fmt_nodes()
519 hdr->cols[1].width, active, in print_fmt_nodes()
520 hdr->cols[2].width, (cur_be->be_mounted ? in print_fmt_nodes()
522 hdr->cols[3].width, buf, in print_fmt_nodes()
523 hdr->cols[4].width, cur_be->be_policy_type, in print_fmt_nodes()
524 hdr->cols[5].width, datetime); in print_fmt_nodes()