Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1360 pl->pl_width > cbp->cb_colwidths[GET_COL_VALUE]) in zprop_print_headers()
1361 cbp->cb_colwidths[GET_COL_VALUE] = pl->pl_width; in zprop_print_headers()
1373 ZFS_PROP_NAME)) && pl->pl_width > in zprop_print_headers()
1375 cbp->cb_colwidths[GET_COL_NAME] = pl->pl_width; in zprop_print_headers()
1376 cbp->cb_colwidths[GET_COL_SOURCE] = pl->pl_width + in zprop_print_headers()
1972 entry->pl_width = strlen(propname); in addlist()
1974 entry->pl_width = zprop_width(prop, &entry->pl_fixed, in addlist()
2061 entry->pl_width = zprop_width(prop, &entry->pl_fixed, edp->type); in zprop_expand_list_cb()
2100 entry->pl_width = zprop_width(entry->pl_prop, in zprop_expand_list()
H A Dlibzfs_pool.c993 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
1005 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
1047 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
1061 if (strlen(buf) > entry->pl_width) in zpool_expand_proplist()
1062 entry->pl_width = strlen(buf); in zpool_expand_proplist()
1067 if (strlen(buf) > entry->pl_width) in zpool_expand_proplist()
1068 entry->pl_width = strlen(buf); in zpool_expand_proplist()
1097 if (strlen(buf) > entry->pl_width) in vdev_expand_proplist()
1098 entry->pl_width = strlen(buf); in vdev_expand_proplist()
1101 strlen(vdevname) > entry->pl_width) in vdev_expand_proplist()
[all …]
H A Dlibzfs_dataset.c4781 entry->pl_width = strlen(nvpair_name(elem)); in zfs_expand_proplist()
4798 if (strlen(buf) > entry->pl_width) in zfs_expand_proplist()
4799 entry->pl_width = strlen(buf); in zfs_expand_proplist()
4811 if (strlen(strval) > entry->pl_width) in zfs_expand_proplist()
4812 entry->pl_width = strlen(strval); in zfs_expand_proplist()
H A Dlibzfs.abi4076 <var-decl name='pl_width' type-id='b59d7dce' visibility='default'/>
/src/sys/contrib/openzfs/include/
H A Dlibzfs.h617 size_t pl_width; member
/src/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c2406 fake_name.pl_width = strlen(gettext("NAME")); in zfs_do_get()
3649 (void) printf("%*s", (int)pl->pl_width, header); in print_header()
3651 (void) printf("%-*s", (int)pl->pl_width, header); in print_header()
3819 (void) printf("%*s", (int)pl->pl_width, in collect_dataset()
3822 (void) printf("%-*s", (int)pl->pl_width, in collect_dataset()
/src/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c6776 width = pl->pl_width; in print_line()
6863 width = pl->pl_width; in collect_pool()
12988 fake_name.pl_width = strlen(gettext("NAME")); in zpool_do_get()