Searched refs:zprop_width (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/include/ |
| H A D | zfs_prop.h | 143 _ZFS_PROP_H size_t zprop_width(int, boolean_t *, zfs_type_t);
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_util.c | 1814 entry->pl_width = zprop_width(prop, &entry->pl_fixed, in addlist() 1901 entry->pl_width = zprop_width(prop, &entry->pl_fixed, edp->type); in zprop_expand_list_cb() 1940 entry->pl_width = zprop_width(entry->pl_prop, in zprop_expand_list()
|
| H A D | libzfs.abi | 594 …<elf-symbol name='zprop_width' type='func-type' binding='global-binding' visibility='default-visib… 7723 …ion-decl name='zprop_width' mangled-name='zprop_width' visibility='default' binding='global' size-…
|
| /freebsd-14.2/sys/contrib/openzfs/module/zcommon/ |
| H A D | zprop_common.c | 433 zprop_width(int prop, boolean_t *fixed, zfs_type_t type) in zprop_width() function
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 6315 size_t width = zprop_width(prop, &fixed, ZFS_TYPE_POOL); in print_one_column()
|