Home
last modified time | relevance | path

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

/freebsd-14.2/sys/conf/
H A Dldscript.arm8 . = text_start; /* This is set using --defsym= on the command line. */
H A Dldscript.arm648 . = text_start; /* This is set using --defsym= on the command line. */
/freebsd-14.2/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c4263 int text_start, rw_column_width, spaces_to_end; in print_iostat_labels() local
4287 text_start = (int)((rw_column_width) / columns - in print_iostat_labels()
4289 if (text_start < 0) in print_iostat_labels()
4290 text_start = 0; in print_iostat_labels()
4295 for (s = 0; s < text_start; s++) in print_iostat_labels()
4301 spaces_to_end = rw_column_width - text_start - slen; in print_iostat_labels()