Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_util.c977 pl->pl_width > cbp->cb_colwidths[GET_COL_VALUE]) in zprop_print_headers()
978 cbp->cb_colwidths[GET_COL_VALUE] = pl->pl_width; in zprop_print_headers()
990 pl->pl_width > cbp->cb_colwidths[GET_COL_NAME]) { in zprop_print_headers()
991 cbp->cb_colwidths[GET_COL_NAME] = pl->pl_width; in zprop_print_headers()
992 cbp->cb_colwidths[GET_COL_SOURCE] = pl->pl_width + in zprop_print_headers()
1402 entry->pl_width = strlen(propname); in addlist()
1404 entry->pl_width = zprop_width(prop, &entry->pl_fixed, in addlist()
1529 entry->pl_width = zprop_width(prop, &entry->pl_fixed, edp->type); in zprop_expand_list_cb()
1570 entry->pl_width = zprop_width(entry->pl_prop, in zprop_expand_list()
H A Dlibzfs.h465 size_t pl_width; member
H A Dlibzfs_dataset.c4202 entry->pl_width = strlen(nvpair_name(elem)); in zfs_expand_proplist()
4219 if (strlen(buf) > entry->pl_width) in zfs_expand_proplist()
4220 entry->pl_width = strlen(buf); in zfs_expand_proplist()
4232 if (strlen(strval) > entry->pl_width) in zfs_expand_proplist()
4233 entry->pl_width = strlen(strval); in zfs_expand_proplist()
H A Dlibzfs_pool.c742 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
785 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
800 if (strlen(buf) > entry->pl_width) in zpool_expand_proplist()
801 entry->pl_width = strlen(buf); in zpool_expand_proplist()
/netbsd-src/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c1840 fake_name.pl_width = strlen(gettext("NAME")); in zfs_do_get()
2985 (void) printf("%*s", pl->pl_width, header); in print_header()
2987 (void) printf("%-*s", pl->pl_width, header); in print_header()
3063 (void) printf("%*s", pl->pl_width, propstr); in print_dataset()
3065 (void) printf("%-*s", pl->pl_width, propstr); in print_dataset()
/netbsd-src/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_main.c2817 width = pl->pl_width; in print_header()
2872 width = pl->pl_width; in print_pool()
5464 fake_name.pl_width = strlen(gettext("NAME")); in zpool_do_get()