Searched refs:zpool_get_prop (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/zpool/os/freebsd/ |
H A D | zpool_vdev_os.c | 113 if (zpool_get_prop(zhp, ZPOOL_PROP_BOOTFS, bootfs, in after_zpool_upgrade()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_status.c | 509 if (zpool_get_prop(zhp, ZPOOL_PROP_COMPATIBILITY, compatibility, in zpool_get_status()
|
H A D | libzfs_pool.c | 287 zpool_get_prop(zpool_handle_t *zhp, zpool_prop_t prop, char *buf, in zpool_get_prop() function 1057 zpool_get_prop(zhp, entry->pl_prop, buf, sizeof (buf), in zpool_expand_proplist()
|
H A D | libzfs_dataset.c | 2731 if ((zpool_get_prop(zhp->zpool_hdl, in zfs_prop_get()
|
H A D | libzfs.abi | 521 …<elf-symbol name='zpool_get_prop' type='func-type' binding='global-binding' visibility='default-vi… 4315 …decl name='zpool_get_prop' mangled-name='zpool_get_prop' visibility='default' binding='global' siz…
|
/freebsd/lib/libbe/ |
H A D | be.c | 148 if (zpool_get_prop(lbh->active_phandle, ZPOOL_PROP_BOOTFS, lbh->bootfs, in libbe_init() 152 if (zpool_get_prop(lbh->active_phandle, ZPOOL_PROP_ALTROOT, in libbe_init()
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzfs.h | 374 _LIBZFS_H int zpool_get_prop(zpool_handle_t *, zpool_prop_t, char *,
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 6854 if (zpool_get_prop(zhp, pl->pl_prop, property, in collect_pool() 11338 if (zpool_get_prop(zhp, ZPOOL_PROP_COMPATIBILITY, compat, in upgrade_version() 11389 if (zpool_get_prop(zhp, ZPOOL_PROP_COMPATIBILITY, compat, in upgrade_enable_all() 12630 if (zpool_get_prop(zhp, pl->pl_prop, value, in get_callback() 12952 if (zpool_get_prop(zhp, ZPOOL_PROP_COMPATIBILITY, in set_pool_callback()
|