Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1333 pl->pl_width > cbp->cb_colwidths[GET_COL_VALUE])
1334 cbp->cb_colwidths[GET_COL_VALUE] = pl->pl_width;
1346 pl->pl_width > cbp->cb_colwidths[GET_COL_NAME]) {
1347 cbp->cb_colwidths[GET_COL_NAME] = pl->pl_width;
1348 cbp->cb_colwidths[GET_COL_SOURCE] = pl->pl_width +
1802 entry->pl_width = strlen(propname);
1804 entry->pl_width = zprop_width(prop, &entry->pl_fixed,
1929 entry->pl_width = zprop_width(prop, &entry->pl_fixed, edp->type);
1970 entry->pl_width = zprop_width(entry->pl_prop,
H A Dlibzfs_dataset.c4661 entry->pl_width = strlen(nvpair_name(elem)); in zfs_expand_proplist()
4678 if (strlen(buf) > entry->pl_width) in zfs_expand_proplist()
4679 entry->pl_width = strlen(buf); in zfs_expand_proplist()
4691 if (strlen(strval) > entry->pl_width) in zfs_expand_proplist()
4692 entry->pl_width = strlen(strval); in zfs_expand_proplist()
H A Dlibzfs_pool.c837 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
880 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
894 if (strlen(buf) > entry->pl_width) in zpool_expand_proplist()
895 entry->pl_width = strlen(buf); in zpool_expand_proplist()
H A Dlibzfs.abi3390 <var-decl name='pl_width' type-id='b59d7dce' visibility='default'/>
/freebsd-13.1/sys/contrib/openzfs/include/
H A Dlibzfs.h541 size_t pl_width; member
/freebsd-13.1/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c2242 fake_name.pl_width = strlen(gettext("NAME")); in zfs_do_get()
3498 (void) printf("%*s", (int)pl->pl_width, header); in print_header()
3500 (void) printf("%-*s", (int)pl->pl_width, header); in print_header()
3576 (void) printf("%*s", (int)pl->pl_width, propstr); in print_dataset()
3578 (void) printf("%-*s", (int)pl->pl_width, propstr); in print_dataset()
/freebsd-13.1/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c5922 width = pl->pl_width; in print_header()
5976 width = pl->pl_width; in print_pool()
10046 fake_name.pl_width = strlen(gettext("NAME")); in zpool_do_get()