Searched refs:pl_width (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/ |
| H A D | libzfs_util.c | 960 pl->pl_width > cbp->cb_colwidths[GET_COL_VALUE]) in zprop_print_headers() 961 cbp->cb_colwidths[GET_COL_VALUE] = pl->pl_width; in zprop_print_headers() 973 pl->pl_width > cbp->cb_colwidths[GET_COL_NAME]) { in zprop_print_headers() 974 cbp->cb_colwidths[GET_COL_NAME] = pl->pl_width; in zprop_print_headers() 975 cbp->cb_colwidths[GET_COL_SOURCE] = pl->pl_width + in zprop_print_headers() 1412 entry->pl_width = strlen(propname); in addlist() 1414 entry->pl_width = zprop_width(prop, &entry->pl_fixed, in addlist() 1539 entry->pl_width = zprop_width(prop, &entry->pl_fixed, edp->type); in zprop_expand_list_cb() 1580 entry->pl_width = zprop_width(entry->pl_prop, in zprop_expand_list()
|
| H A D | libzfs.h | 497 size_t pl_width; member
|
| H A D | libzfs_dataset.c | 4551 entry->pl_width = strlen(nvpair_name(elem)); in zfs_expand_proplist() 4568 if (strlen(buf) > entry->pl_width) in zfs_expand_proplist() 4569 entry->pl_width = strlen(buf); in zfs_expand_proplist() 4581 if (strlen(strval) > entry->pl_width) in zfs_expand_proplist() 4582 entry->pl_width = strlen(strval); in zfs_expand_proplist()
|
| H A D | libzfs_pool.c | 767 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist() 810 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist() 825 if (strlen(buf) > entry->pl_width) in zpool_expand_proplist() 826 entry->pl_width = strlen(buf); in zpool_expand_proplist()
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/zfs/ |
| H A D | zfs_main.c | 1859 fake_name.pl_width = strlen(gettext("NAME")); in zfs_do_get() 3007 (void) printf("%*s", pl->pl_width, header); in print_header() 3009 (void) printf("%-*s", pl->pl_width, header); in print_header() 3085 (void) printf("%*s", pl->pl_width, propstr); in print_dataset() 3087 (void) printf("%-*s", pl->pl_width, propstr); in print_dataset()
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/ |
| H A D | zpool_main.c | 3149 width = pl->pl_width; in print_header() 3204 width = pl->pl_width; in print_pool() 6197 fake_name.pl_width = strlen(gettext("NAME")); in zpool_do_get()
|