/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/syseventd/modules/zfs_mod/ |
H A D | zfs_mod.c | 191 if (!zpool_get_prop_int(zhp, ZPOOL_PROP_AUTOREPLACE, NULL) || in zfs_process_add() 573 if (zpool_get_prop_int(zhp, ZPOOL_PROP_AUTOEXPAND, NULL)) { in zfsdle_vdev_online()
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 141 zpool_get_prop_int(zpool_handle_t *zhp, zpool_prop_t prop, zprop_source_t *src) in zpool_get_prop_int() function 235 intval = zpool_get_prop_int(zhp, prop, &src); in zpool_get_prop() 271 intval = zpool_get_prop_int(zhp, prop, &src); in zpool_get_prop() 340 intval = zpool_get_prop_int(zhp, prop, &src); in zpool_get_prop() 646 version = zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL); in zpool_set_prop() 1248 if (zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL) < in zpool_add() 1257 if (zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL) < in zpool_add() 2369 zpool_get_prop_int(zhp, ZPOOL_PROP_AUTOEXPAND, NULL)) { in zpool_vdev_online() 2645 uint64_t version = zpool_get_prop_int(zhp, in zpool_vdev_attach() 3049 version = zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL); in zpool_vdev_remove()
|
H A D | mapfile-vers | 207 zpool_get_prop_int;
|
H A D | libzfs.h | 271 extern uint64_t zpool_get_prop_int(zpool_handle_t *, zpool_prop_t,
|
H A D | libzfs_mount.c | 278 if (zpool_get_prop_int(zhp->zpool_hdl, ZPOOL_PROP_READONLY, NULL)) in zfs_mount()
|
H A D | libzfs_import.c | 1573 if (zpool_get_prop_int(zhp, ZPOOL_PROP_READONLY, NULL)) in zpool_in_use()
|
H A D | libzfs_dataset.c | 923 *spa_version = zpool_get_prop_int(zpool_handle, in zfs_spa_version() 1150 maxbs = zpool_get_prop_int(zpool_hdl, in zfs_valid_proplist()
|
H A D | libzfs_sendrecv.c | 1824 if (!flags->dryrun && !zpool_get_prop_int(zfs_get_pool_handle(zhp), in zfs_send()
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/fm/modules/common/zfs-diagnosis/ |
H A D | zfs_de.c | 242 pool_guid = zpool_get_prop_int(zhp, ZPOOL_PROP_GUID, NULL); in zfs_mark_pool() 302 pool_guid = zpool_get_prop_int(zhp, ZPOOL_PROP_GUID, NULL); in zpool_find_load_time()
|
/titanic_50/usr/src/cmd/zfs/ |
H A D | zfs_iter.c | 83 return (zpool_get_prop_int(zph, ZPOOL_PROP_LISTSNAPS, NULL)); in zfs_include_snapshots()
|
H A D | zfs_main.c | 869 spa_version = zpool_get_prop_int(zpool_handle, in zfs_do_create()
|
/titanic_50/usr/src/cmd/fm/modules/common/zfs-retire/ |
H A D | zfs_retire.c | 81 zpool_get_prop_int(zhp, ZPOOL_PROP_GUID, NULL)) { in find_pool()
|
/titanic_50/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 4584 cur_version = zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL); in upgrade_one()
|