Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c960 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 Dlibzfs.h497 size_t pl_width; member
H A Dlibzfs_dataset.c4551 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 Dlibzfs_pool.c767 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 Dzfs_main.c1859 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 Dzpool_main.c3149 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()