Searched refs:zprop_width (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/common/zfs/ |
H A D | zfs_prop.h | 122 size_t zprop_width(int, boolean_t *, zfs_type_t);
|
H A D | zprop_common.c | 375 zprop_width(int prop, boolean_t *fixed, zfs_type_t type) in zprop_width() function
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 258 zprop_width;
|
H A D | libzfs_util.c | 1292 entry->pl_width = zprop_width(prop, &entry->pl_fixed, in addlist() 1417 entry->pl_width = zprop_width(prop, &entry->pl_fixed, edp->type); in zprop_expand_list_cb() 1458 entry->pl_width = zprop_width(entry->pl_prop, in zprop_expand_list()
|
/titanic_50/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 2758 size_t width = zprop_width(prop, &fixed, ZFS_TYPE_POOL); in print_one_column()
|