Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/common/zfs/
Dzfs_prop.h122 size_t zprop_width(int, boolean_t *, zfs_type_t);
Dzprop_common.c379 zprop_width(int prop, boolean_t *fixed, zfs_type_t type) in zprop_width() function
/netbsd/src/external/cddl/osnet/lib/libzfs/
Dzfs.expsym338 zprop_width
/netbsd/src/external/cddl/osnet/dist/lib/libzfs/common/
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/
Dzpool_main.c2931 size_t width = zprop_width(prop, &fixed, ZFS_TYPE_POOL); in print_one_column()