Searched refs:pl_width (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
| H A D | libzfs_util.c | 977 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 D | libzfs.h | 465 size_t pl_width; member
|
| H A D | libzfs_dataset.c | 4202 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 D | libzfs_pool.c | 742 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 D | zfs_main.c | 1840 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 D | zpool_main.c | 2817 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()
|