Searched refs:pl_width (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_util.c | 1333 pl->pl_width > cbp->cb_colwidths[GET_COL_VALUE]) in zprop_print_headers() 1334 cbp->cb_colwidths[GET_COL_VALUE] = pl->pl_width; in zprop_print_headers() 1346 ZFS_PROP_NAME)) && pl->pl_width > in zprop_print_headers() 1348 cbp->cb_colwidths[GET_COL_NAME] = pl->pl_width; in zprop_print_headers() 1349 cbp->cb_colwidths[GET_COL_SOURCE] = pl->pl_width + in zprop_print_headers() 1812 entry->pl_width = strlen(propname); in addlist() 1814 entry->pl_width = zprop_width(prop, &entry->pl_fixed, in addlist() 1901 entry->pl_width = zprop_width(prop, &entry->pl_fixed, edp->type); in zprop_expand_list_cb() 1940 entry->pl_width = zprop_width(entry->pl_prop, in zprop_expand_list()
|
| H A D | libzfs_pool.c | 943 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist() 997 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist() 1011 if (strlen(buf) > entry->pl_width) in zpool_expand_proplist() 1012 entry->pl_width = strlen(buf); in zpool_expand_proplist() 1017 if (strlen(buf) > entry->pl_width) in zpool_expand_proplist() 1018 entry->pl_width = strlen(buf); in zpool_expand_proplist() 1047 if (strlen(buf) > entry->pl_width) in vdev_expand_proplist() 1048 entry->pl_width = strlen(buf); in vdev_expand_proplist() 1051 strlen(vdevname) > entry->pl_width) in vdev_expand_proplist() 1052 entry->pl_width = strlen(vdevname); in vdev_expand_proplist() [all …]
|
| H A D | libzfs_dataset.c | 4759 entry->pl_width = strlen(nvpair_name(elem)); in zfs_expand_proplist() 4776 if (strlen(buf) > entry->pl_width) in zfs_expand_proplist() 4777 entry->pl_width = strlen(buf); in zfs_expand_proplist() 4789 if (strlen(strval) > entry->pl_width) in zfs_expand_proplist() 4790 entry->pl_width = strlen(strval); in zfs_expand_proplist()
|
| H A D | libzfs.abi | 3663 <var-decl name='pl_width' type-id='b59d7dce' visibility='default'/>
|
| /freebsd-14.2/sys/contrib/openzfs/include/ |
| H A D | libzfs.h | 589 size_t pl_width; member
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 2217 fake_name.pl_width = strlen(gettext("NAME")); in zfs_do_get() 3473 (void) printf("%*s", (int)pl->pl_width, header); in print_header() 3475 (void) printf("%-*s", (int)pl->pl_width, header); in print_header() 3589 (void) printf("%*s", (int)pl->pl_width, propstr); in print_dataset() 3591 (void) printf("%-*s", (int)pl->pl_width, propstr); in print_dataset()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 6199 width = pl->pl_width; in print_header() 6253 width = pl->pl_width; in print_pool() 10702 fake_name.pl_width = strlen(gettext("NAME")); in zpool_do_get()
|