Searched refs:zpool_get_prop (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 201 zpool_get_prop;
|
H A D | libzfs.h | 267 extern int zpool_get_prop(zpool_handle_t *, zpool_prop_t, char *,
|
H A D | libzfs_pool.c | 214 zpool_get_prop(zpool_handle_t *zhp, zpool_prop_t prop, char *buf, size_t len, in zpool_get_prop() function 381 return (zpool_get_prop(zhp, ZPOOL_PROP_BOOTFS, bootfs, in zpool_is_bootable() 762 zpool_get_prop(zhp, entry->pl_prop, buf, sizeof (buf), in zpool_expand_proplist()
|
H A D | libzfs_dataset.c | 2388 if ((zpool_get_prop(zhp->zpool_hdl, in zfs_prop_get()
|
/titanic_41/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_fs.c | 189 (ret = zpool_get_prop(zph, ZPOOL_PROP_BOOTFS, in get_zfs_root()
|
/titanic_41/usr/src/lib/libbe/common/ |
H A D | be_list.c | 1058 (void) zpool_get_prop(zphp, ZPOOL_PROP_BOOTFS, prop_buf, in be_get_node_data()
|
/titanic_41/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 2717 if (zpool_get_prop(zhp, pl->pl_prop, property, in print_pool() 5040 if (zpool_get_prop(zhp, pl->pl_prop, value, in get_callback()
|