/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/ |
H A D | zfs_mod.c | 195 if (!zpool_get_prop_int(zhp, ZPOOL_PROP_AUTOREPLACE, NULL) || in zfs_process_add() 232 boot_size = zpool_get_prop_int(zhp, ZPOOL_PROP_BOOTSIZE, NULL); in zfs_process_add() 597 if (zpool_get_prop_int(zhp, ZPOOL_PROP_AUTOEXPAND, NULL)) { in zfsdle_vdev_online()
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | zfs.c | 148 if (zpool_get_prop_int(zhp, ZPOOL_PROP_GUID, NULL) == cbp->cb_guid) { in find_pool()
|
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/ |
H A D | zfs_retire.c | 85 zpool_get_prop_int(zhp, ZPOOL_PROP_GUID, NULL)) { in find_pool() 289 ashift = zpool_get_prop_int(zhp, ZPOOL_PROP_ASHIFT, &source); in replace_with_spare()
|
/illumos-gate/usr/src/cmd/fm/schemes/zfs/ |
H A D | scheme.c | 44 if (zpool_get_prop_int(zhp, ZPOOL_PROP_GUID, NULL) == cbp->cb_guid) { in find_pool()
|
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/ |
H A D | zfs_de.c | 249 pool_guid = zpool_get_prop_int(zhp, ZPOOL_PROP_GUID, NULL); in zfs_mark_pool() 303 zpool_get_prop_int(zhp, ZPOOL_PROP_GUID, NULL)) { in find_pool() 332 pool_guid = zpool_get_prop_int(zhp, ZPOOL_PROP_GUID, NULL); in zpool_find_load_time()
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 149 zpool_get_prop_int(zpool_handle_t *zhp, zpool_prop_t prop, zprop_source_t *src) in zpool_get_prop_int() function 274 intval = zpool_get_prop_int(zhp, prop, &src); in zpool_get_prop() 310 intval = zpool_get_prop_int(zhp, prop, &src); in zpool_get_prop() 390 intval = zpool_get_prop_int(zhp, prop, &src); in zpool_get_prop() 747 version = zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL); in zpool_set_prop() 1452 if (zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL) < in zpool_add() 1461 if (zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL) < in zpool_add() 2897 zpool_get_prop_int(zhp, ZPOOL_PROP_AUTOEXPAND, NULL)) && in zpool_vdev_online() 3178 uint64_t version = zpool_get_prop_int(zhp, in zpool_vdev_attach() 3574 version = zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL); in zpool_vdev_remove()
|
H A D | mapfile-vers | 247 zpool_get_prop_int;
|
H A D | libzfs_import.c | 360 if (zpool_get_prop_int(zhp, ZPOOL_PROP_READONLY, NULL)) in zpool_in_use()
|
H A D | libzfs.h | 328 extern uint64_t zpool_get_prop_int(zpool_handle_t *, zpool_prop_t,
|
H A D | libzfs_mount.c | 358 if (zpool_get_prop_int(zhp->zpool_hdl, ZPOOL_PROP_READONLY, NULL)) in zfs_mount()
|
H A D | libzfs_crypto.c | 683 if (zpool_get_prop_int(zph, ZPOOL_PROP_VERSION, NULL) in encryption_feature_is_enabled()
|
H A D | libzfs_dataset.c | 929 *spa_version = zpool_get_prop_int(zpool_handle, in zfs_spa_version() 1163 maxbs = zpool_get_prop_int(zpool_hdl, in zfs_valid_proplist()
|
H A D | libzfs_sendrecv.c | 2045 if (!flags->dryrun && !zpool_get_prop_int(zfs_get_pool_handle(zhp), in zfs_send()
|
/illumos-gate/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_dataset.c | 375 zpool_get_prop_int(zphp, ZPOOL_PROP_SIZE, NULL)); in populate_PoolBean() 389 zpool_get_prop_int(zphp, ZPOOL_PROP_VERSION, NULL)); in populate_PoolBean()
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_iter.c | 84 return (zpool_get_prop_int(zph, ZPOOL_PROP_LISTSNAPS, NULL)); in zfs_include_snapshots()
|
H A D | zfs_main.c | 1024 spa_version = zpool_get_prop_int(zpool_handle, in zfs_do_create()
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 773 intval = zpool_get_prop_int(zhp, ZPOOL_PROP_ASHIFT, &src); in zpool_do_add() 782 boot_size = zpool_get_prop_int(zhp, ZPOOL_PROP_BOOTSIZE, NULL); in zpool_do_add() 5627 boot_size = zpool_get_prop_int(zhp, ZPOOL_PROP_BOOTSIZE, NULL); in zpool_do_attach_or_replace() 5635 intval = zpool_get_prop_int(zhp, ZPOOL_PROP_ASHIFT, &src); in zpool_do_attach_or_replace() 7766 cur_version = zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL); in upgrade_one()
|
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_mount.c | 2736 if (zpool_get_prop_int(zfs_get_pool_handle(zhp), ZPOOL_PROP_READONLY, in mount_zfs()
|