Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c997 pl->pl_width > cbp->cb_colwidths[GET_COL_VALUE]) in zprop_print_headers()
998 cbp->cb_colwidths[GET_COL_VALUE] = pl->pl_width; in zprop_print_headers()
1010 pl->pl_width > cbp->cb_colwidths[GET_COL_NAME]) { in zprop_print_headers()
1011 cbp->cb_colwidths[GET_COL_NAME] = pl->pl_width; in zprop_print_headers()
1012 cbp->cb_colwidths[GET_COL_SOURCE] = pl->pl_width + in zprop_print_headers()
1451 entry->pl_width = strlen(propname); in addlist()
1453 entry->pl_width = zprop_width(prop, &entry->pl_fixed, in addlist()
1578 entry->pl_width = zprop_width(prop, &entry->pl_fixed, edp->type); in zprop_expand_list_cb()
1619 entry->pl_width = zprop_width(entry->pl_prop, in zprop_expand_list()
H A Dlibzfs.h524 size_t pl_width; member
H A Dlibzfs_dataset.c4646 entry->pl_width = strlen(nvpair_name(elem)); in zfs_expand_proplist()
4663 if (strlen(buf) > entry->pl_width) in zfs_expand_proplist()
4664 entry->pl_width = strlen(buf); in zfs_expand_proplist()
4676 if (strlen(strval) > entry->pl_width) in zfs_expand_proplist()
4677 entry->pl_width = strlen(strval); in zfs_expand_proplist()
H A Dlibzfs_pool.c807 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
850 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
865 if (strlen(buf) > entry->pl_width) in zpool_expand_proplist()
866 entry->pl_width = strlen(buf); in zpool_expand_proplist()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c1982 fake_name.pl_width = strlen(gettext("NAME")); in zfs_do_get()
3214 (void) printf("%*s", pl->pl_width, header); in print_header()
3216 (void) printf("%-*s", pl->pl_width, header); in print_header()
3292 (void) printf("%*s", pl->pl_width, propstr); in print_dataset()
3294 (void) printf("%-*s", pl->pl_width, propstr); in print_dataset()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c5042 width = pl->pl_width; in print_header()
5097 width = pl->pl_width; in print_pool()
8342 fake_name.pl_width = strlen(gettext("NAME")); in zpool_do_get()