Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/common/zfs/
H A Dzfs_prop.h122 size_t zprop_width(int, boolean_t *, zfs_type_t);
H A Dzprop_common.c379 zprop_width(int prop, boolean_t *fixed, zfs_type_t type) in zprop_width() function
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_util.c1404 entry->pl_width = zprop_width(prop, &entry->pl_fixed, in addlist()
1529 entry->pl_width = zprop_width(prop, &entry->pl_fixed, edp->type); in zprop_expand_list_cb()
1570 entry->pl_width = zprop_width(entry->pl_prop, in zprop_expand_list()
/netbsd-src/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_main.c2931 size_t width = zprop_width(prop, &fixed, ZFS_TYPE_POOL); in print_one_column()