Searched refs:cb_namewidth (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 2592 int cb_namewidth; member 2925 "\t%*s%-*s %-8s", depth, "", cb->cb_namewidth - depth, in print_status_config() 3216 (void) printf("\t%*s%-*s", depth, "", cb->cb_namewidth - depth, name); in print_import_config() 3753 cb.cb_namewidth = max_width(NULL, nvroot, 0, strlen(name), in show_import() 3755 if (cb.cb_namewidth < 10) in show_import() 3756 cb.cb_namewidth = 10; in show_import() 4722 int cb_namewidth; member 4990 namewidth = MAX(MAX(strlen(title), cb->cb_namewidth), in print_iostat_dashes() 5052 namewidth = MAX(MAX(strlen(title), cb->cb_namewidth), in print_iostat_header_impl() 5363 namewidth = MAX(cb->cb_namewidth, in print_iostat_histos() [all …]
|