Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1327 pl->pl_width > cbp->cb_colwidths[GET_COL_VALUE])
1328 cbp->cb_colwidths[GET_COL_VALUE] = pl->pl_width;
1340 pl->pl_width > cbp->cb_colwidths[GET_COL_NAME]) {
1341 cbp->cb_colwidths[GET_COL_NAME] = pl->pl_width;
1342 cbp->cb_colwidths[GET_COL_SOURCE] = pl->pl_width +
1796 entry->pl_width = strlen(propname);
1798 entry->pl_width = zprop_width(prop, &entry->pl_fixed,
1923 entry->pl_width = zprop_width(prop, &entry->pl_fixed, edp->type);
1964 entry->pl_width = zprop_width(entry->pl_prop,
H A Dlibzfs_dataset.c4662 entry->pl_width = strlen(nvpair_name(elem)); in zfs_expand_proplist()
4679 if (strlen(buf) > entry->pl_width) in zfs_expand_proplist()
4680 entry->pl_width = strlen(buf); in zfs_expand_proplist()
4692 if (strlen(strval) > entry->pl_width) in zfs_expand_proplist()
4693 entry->pl_width = strlen(strval); in zfs_expand_proplist()
H A Dlibzfs_pool.c816 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
859 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
873 if (strlen(buf) > entry->pl_width) in zpool_expand_proplist()
874 entry->pl_width = strlen(buf); in zpool_expand_proplist()
H A Dlibzfs.abi1300 …<var-decl name='pl_width' type-id='type-id-67' visibility='default' filepath='../../include/libzfs…
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h538 size_t pl_width; member
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c2218 fake_name.pl_width = strlen(gettext("NAME")); in zfs_do_get()
3474 (void) printf("%*s", (int)pl->pl_width, header); in print_header()
3476 (void) printf("%-*s", (int)pl->pl_width, header); in print_header()
3552 (void) printf("%*s", (int)pl->pl_width, propstr); in print_dataset()
3554 (void) printf("%-*s", (int)pl->pl_width, propstr); in print_dataset()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c5742 width = pl->pl_width; in print_header()
5796 width = pl->pl_width; in print_pool()
9789 fake_name.pl_width = strlen(gettext("NAME")); in zpool_do_get()