Home
last modified time | relevance | path

Searched refs:zprop_width (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/zfs/
H A Dzfs_prop.h125 size_t zprop_width(int, boolean_t *, zfs_type_t);
H A Dzprop_common.c381 zprop_width(int prop, boolean_t *fixed, zfs_type_t type) in zprop_width() function
/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers292 zprop_width;
H A Dlibzfs_util.c1453 entry->pl_width = zprop_width(prop, &entry->pl_fixed, in addlist()
1578 entry->pl_width = zprop_width(prop, &entry->pl_fixed, edp->type); in zprop_expand_list_cb()
1619 entry->pl_width = zprop_width(entry->pl_prop, in zprop_expand_list()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c5156 size_t width = zprop_width(prop, &fixed, ZFS_TYPE_POOL); in print_one_column()