Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_util.c946 pl->pl_width > cbp->cb_colwidths[GET_COL_VALUE]) in zprop_print_headers()
947 cbp->cb_colwidths[GET_COL_VALUE] = pl->pl_width; in zprop_print_headers()
959 pl->pl_width > cbp->cb_colwidths[GET_COL_NAME]) { in zprop_print_headers()
960 cbp->cb_colwidths[GET_COL_NAME] = pl->pl_width; in zprop_print_headers()
961 cbp->cb_colwidths[GET_COL_SOURCE] = pl->pl_width + in zprop_print_headers()
1367 entry->pl_width = strlen(propname); in addlist()
1369 entry->pl_width = zprop_width(prop, &entry->pl_fixed, in addlist()
1494 entry->pl_width = zprop_width(prop, &entry->pl_fixed, edp->type); in zprop_expand_list_cb()
1535 entry->pl_width = zprop_width(entry->pl_prop, in zprop_expand_list()
HDlibzfs.h464 size_t pl_width; member
HDlibzfs_dataset.c4200 entry->pl_width = strlen(nvpair_name(elem)); in zfs_expand_proplist()
4217 if (strlen(buf) > entry->pl_width) in zfs_expand_proplist()
4218 entry->pl_width = strlen(buf); in zfs_expand_proplist()
4230 if (strlen(strval) > entry->pl_width) in zfs_expand_proplist()
4231 entry->pl_width = strlen(strval); in zfs_expand_proplist()
HDlibzfs_pool.c735 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
778 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
793 if (strlen(buf) > entry->pl_width) in zpool_expand_proplist()
794 entry->pl_width = strlen(buf); in zpool_expand_proplist()
/NextBSD/cddl/contrib/opensolaris/cmd/zfs/
HDzfs_main.c1830 fake_name.pl_width = strlen(gettext("NAME")); in zfs_do_get()
2972 (void) printf("%*s", pl->pl_width, header); in print_header()
2974 (void) printf("%-*s", pl->pl_width, header); in print_header()
3050 (void) printf("%*s", pl->pl_width, propstr); in print_dataset()
3052 (void) printf("%-*s", pl->pl_width, propstr); in print_dataset()
/NextBSD/cddl/contrib/opensolaris/cmd/zpool/
HDzpool_main.c2788 width = pl->pl_width; in print_header()
2843 width = pl->pl_width; in print_pool()
5464 fake_name.pl_width = strlen(gettext("NAME")); in zpool_do_get()