Searched refs:zprop_width (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/common/zfs/ |
H A D | zfs_prop.h | 125 size_t zprop_width(int, boolean_t *, zfs_type_t);
|
H A D | zprop_common.c | 381 zprop_width(int prop, boolean_t *fixed, zfs_type_t type) in zprop_width() function
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 303 zprop_width;
|
H A D | libzfs_util.c | 1453 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 D | zpool_main.c | 5156 size_t width = zprop_width(prop, &fixed, ZFS_TYPE_POOL); in print_one_column()
|