Searched refs:pl_width (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_util.c | 1348 pl->pl_width > cbp->cb_colwidths[GET_COL_VALUE]) in zprop_print_headers() 1349 cbp->cb_colwidths[GET_COL_VALUE] = pl->pl_width; in zprop_print_headers() 1361 ZFS_PROP_NAME)) && pl->pl_width > in zprop_print_headers() 1363 cbp->cb_colwidths[GET_COL_NAME] = pl->pl_width; in zprop_print_headers() 1364 cbp->cb_colwidths[GET_COL_SOURCE] = pl->pl_width + in zprop_print_headers() 1960 entry->pl_width = strlen(propname); in addlist() 1962 entry->pl_width = zprop_width(prop, &entry->pl_fixed, in addlist() 2049 entry->pl_width = zprop_width(prop, &entry->pl_fixed, edp->type); in zprop_expand_list_cb() 2088 entry->pl_width = zprop_width(entry->pl_prop, in zprop_expand_list()
|
H A D | libzfs_pool.c | 988 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist() 1000 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist() 1042 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist() 1056 if (strlen(buf) > entry->pl_width) in zpool_expand_proplist() 1057 entry->pl_width = strlen(buf); in zpool_expand_proplist() 1062 if (strlen(buf) > entry->pl_width) in zpool_expand_proplist() 1063 entry->pl_width = strlen(buf); in zpool_expand_proplist() 1092 if (strlen(buf) > entry->pl_width) in vdev_expand_proplist() 1093 entry->pl_width = strlen(buf); in vdev_expand_proplist() 1096 strlen(vdevname) > entry->pl_width) in vdev_expand_proplist() [all …]
|
H A D | libzfs_dataset.c | 4768 entry->pl_width = strlen(nvpair_name(elem)); in zfs_expand_proplist() 4785 if (strlen(buf) > entry->pl_width) in zfs_expand_proplist() 4786 entry->pl_width = strlen(buf); in zfs_expand_proplist() 4798 if (strlen(strval) > entry->pl_width) in zfs_expand_proplist() 4799 entry->pl_width = strlen(strval); in zfs_expand_proplist()
|
H A D | libzfs.abi | 3854 <var-decl name='pl_width' type-id='b59d7dce' visibility='default'/>
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzfs.h | 599 size_t pl_width; member
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 2371 fake_name.pl_width = strlen(gettext("NAME")); in zfs_do_get() 3635 (void) printf("%*s", (int)pl->pl_width, header); in print_header() 3637 (void) printf("%-*s", (int)pl->pl_width, header); in print_header() 3805 (void) printf("%*s", (int)pl->pl_width, in collect_dataset() 3808 (void) printf("%-*s", (int)pl->pl_width, in collect_dataset()
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 6773 width = pl->pl_width; in print_header() 6841 width = pl->pl_width; in collect_pool() 12792 fake_name.pl_width = strlen(gettext("NAME")); in zpool_do_get()
|