Home
last modified time | relevance | path

Searched refs:spaces_to_end (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c4838 int text_start, rw_column_width, spaces_to_end; in print_iostat_labels() local
4876 spaces_to_end = rw_column_width - text_start - slen; in print_iostat_labels()
4877 if (spaces_to_end < 0) in print_iostat_labels()
4878 spaces_to_end = 0; in print_iostat_labels()
4880 for (s = 0; s < spaces_to_end; s++) in print_iostat_labels()