Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_util.c1349 pl->pl_width > cbp->cb_colwidths[GET_COL_VALUE]) in zprop_print_headers()
1350 cbp->cb_colwidths[GET_COL_VALUE] = pl->pl_width; in zprop_print_headers()
1362 ZFS_PROP_NAME)) && pl->pl_width > in zprop_print_headers()
1364 cbp->cb_colwidths[GET_COL_NAME] = pl->pl_width; in zprop_print_headers()
1365 cbp->cb_colwidths[GET_COL_SOURCE] = pl->pl_width + in zprop_print_headers()
1961 entry->pl_width = strlen(propname); in addlist()
1963 entry->pl_width = zprop_width(prop, &entry->pl_fixed, in addlist()
2050 entry->pl_width = zprop_width(prop, &entry->pl_fixed, edp->type); in zprop_expand_list_cb()
2089 entry->pl_width = zprop_width(entry->pl_prop, in zprop_expand_list()
HDlibzfs_pool.c990 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
1002 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
1044 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
1058 if (strlen(buf) > entry->pl_width) in zpool_expand_proplist()
1059 entry->pl_width = strlen(buf); in zpool_expand_proplist()
1064 if (strlen(buf) > entry->pl_width) in zpool_expand_proplist()
1065 entry->pl_width = strlen(buf); in zpool_expand_proplist()
1094 if (strlen(buf) > entry->pl_width) in vdev_expand_proplist()
1095 entry->pl_width = strlen(buf); in vdev_expand_proplist()
1098 strlen(vdevname) > entry->pl_width) in vdev_expand_proplist()
[all …]
HDlibzfs_dataset.c4795 entry->pl_width = strlen(nvpair_name(elem)); in zfs_expand_proplist()
4812 if (strlen(buf) > entry->pl_width) in zfs_expand_proplist()
4813 entry->pl_width = strlen(buf); in zfs_expand_proplist()
4825 if (strlen(strval) > entry->pl_width) in zfs_expand_proplist()
4826 entry->pl_width = strlen(strval); in zfs_expand_proplist()
HDlibzfs.abi3844 <var-decl name='pl_width' type-id='b59d7dce' visibility='default'/>
/freebsd-head/sys/contrib/openzfs/include/
HDlibzfs.h600 size_t pl_width; member
/freebsd-head/sys/contrib/openzfs/cmd/zfs/
HDzfs_main.c2372 fake_name.pl_width = strlen(gettext("NAME")); in zfs_do_get()
3639 (void) printf("%*s", (int)pl->pl_width, header); in print_header()
3641 (void) printf("%-*s", (int)pl->pl_width, header); in print_header()
3809 (void) printf("%*s", (int)pl->pl_width, in collect_dataset()
3812 (void) printf("%-*s", (int)pl->pl_width, in collect_dataset()
/freebsd-head/sys/contrib/openzfs/cmd/zpool/
HDzpool_main.c6774 width = pl->pl_width; in print_header()
6842 width = pl->pl_width; in collect_pool()
12795 fake_name.pl_width = strlen(gettext("NAME")); in zpool_do_get()