Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c3837 int text_start, rw_column_width, spaces_to_end; in print_iostat_labels() local
3861 text_start = (int)((rw_column_width) / columns - in print_iostat_labels()
3863 if (text_start < 0) in print_iostat_labels()
3864 text_start = 0; in print_iostat_labels()
3869 for (s = 0; s < text_start; s++) in print_iostat_labels()
3875 spaces_to_end = rw_column_width - text_start - slen; in print_iostat_labels()