Home
last modified time | relevance | path

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

/freebsd-13.1/sys/conf/
H A Dldscript.arm9 . = text_start; /* This is set using --defsym= on the command line. */
H A Dldscript.arm649 . = text_start; /* This is set using --defsym= on the command line. */
/freebsd-13.1/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c4016 int text_start, rw_column_width, spaces_to_end; in print_iostat_labels() local
4040 text_start = (int)((rw_column_width) / columns - in print_iostat_labels()
4042 if (text_start < 0) in print_iostat_labels()
4043 text_start = 0; in print_iostat_labels()
4048 for (s = 0; s < text_start; s++) in print_iostat_labels()
4054 spaces_to_end = rw_column_width - text_start - slen; in print_iostat_labels()