Lines Matching refs:cols
85 struct col_info cols[NUM_COLS]; member
189 struct col_info *col_info = &hdr_info->cols[i]; in print_hdr()
207 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()
392 hdr->cols[0].width, name, in print_be_nodes()
393 hdr->cols[1].width, active, in print_be_nodes()
394 hdr->cols[2].width, (cur_be->be_mounted ? mntpt: in print_be_nodes()
396 hdr->cols[3].width, buf, in print_be_nodes()
397 hdr->cols[4].width, cur_be->be_policy_type, in print_be_nodes()
398 hdr->cols[5].width, datetime); in print_be_nodes()
429 if (hdr->cols[1].width != 0) in print_be_snapshots()
446 if (hdr->cols[1].width != 0) in print_be_snapshots()
449 hdr->cols[0].width-3, name, in print_be_snapshots()
450 hdr->cols[1].width, "-", in print_be_snapshots()
451 hdr->cols[2].width, "-", in print_be_snapshots()
452 hdr->cols[3].width, buf, in print_be_snapshots()
453 hdr->cols[4].width, be->be_policy_type, in print_be_snapshots()
454 hdr->cols[5].width, datetime); in print_be_snapshots()
457 hdr->cols[0].width-3, snap_name, in print_be_snapshots()
458 hdr->cols[3].width, buf, in print_be_snapshots()
459 hdr->cols[4].width, be->be_policy_type, in print_be_snapshots()
460 hdr->cols[5].width, datetime); in print_be_snapshots()
512 hdr->cols[0].width-3, cur_be->be_root_ds, in print_fmt_nodes()
513 hdr->cols[1].width, active, in print_fmt_nodes()
514 hdr->cols[2].width, (cur_be->be_mounted ? in print_fmt_nodes()
516 hdr->cols[3].width, buf, in print_fmt_nodes()
517 hdr->cols[4].width, cur_be->be_policy_type, in print_fmt_nodes()
518 hdr->cols[5].width, datetime); in print_fmt_nodes()