Home
last modified time | relevance | path

Searched refs:zpool_get_config (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_config.c220 zpool_get_config(zpool_handle_t *zhp, nvlist_t **oldconfig) in zpool_get_config() function
236 config = zpool_get_config(zhp, NULL); in zpool_get_features()
248 config = zpool_get_config(zhp, NULL); in zpool_get_features()
H A Dmapfile-vers239 zpool_get_config;
H A Dlibzfs_import.c394 (pool_config = zpool_get_config(zhp, NULL)) in zpool_in_use()
H A Dlibzfs.h405 extern nvlist_t *zpool_get_config(zpool_handle_t *, nvlist_t **);
H A Dlibzfs_pool.c369 verify(nvlist_lookup_nvlist(zpool_get_config(zhp, NULL), in zpool_get_prop()
3134 verify(nvlist_lookup_nvlist(zpool_get_config(zhp, NULL), in zpool_vdev_attach()
3378 if ((config = zpool_get_config(zhp, NULL)) == NULL) { in zpool_vdev_split()
4872 config = zpool_get_config(zhp, NULL); in zvol_check_dump_config()
H A Dlibzfs_dataset.c5379 config = zpool_get_config(zhp, NULL); in volsize_from_vdevs()
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c167 config = zpool_get_config(zhp, NULL); in find_by_guid()
192 config = zpool_get_config(zhp, NULL); in search_pool()
272 config = zpool_get_config(zhp, NULL); in replace_with_spare()
/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c114 verify(nvlist_lookup_nvlist(zpool_get_config(zhp, NULL), in zfs_toplevel_state()
356 if ((config = zpool_get_config(zhp, NULL)) != NULL) { in zfs_iter_pool()
692 config = zpool_get_config(zhp, NULL); in zfs_deliver_update()
/illumos-gate/usr/src/cmd/fm/schemes/zfs/
H A Dscheme.c136 config = zpool_get_config(zhp, NULL); in find_vdev()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c755 if ((config = zpool_get_config(zhp, NULL)) == NULL) { in zpool_do_add()
1697 config = zpool_get_config(zhp, NULL); in find_spare()
1987 root = fnvlist_lookup_nvlist(zpool_get_config(zhp, NULL), in print_status_config()
2666 nvlist_t *config = zpool_get_config(zhp, NULL); in name_or_guid_exists()
4232 newconfig = zpool_get_config(zhp, &oldconfig); in print_iostat()
4285 if ((config = zpool_get_config(zhp, NULL)) != NULL) { in get_namewidth()
4397 config = zpool_get_config(zhp, NULL); in get_stat_flags_cb()
5383 config = zpool_get_config(zhp, NULL); in list_callback()
5615 if (zpool_get_config(zhp, NULL) == NULL) { in zpool_do_attach_or_replace()
6239 config = zpool_get_config(zhp, NULL); in zpool_has_checkpoint()
[all …]
H A Dzpool_iter.c317 if ((config = zpool_get_config(zhp, NULL)) != NULL) { in for_each_vdev()
H A Dzpool_vdev.c1654 if (zhp && ((poolconfig = zpool_get_config(zhp, NULL)) == NULL)) in make_root_vdev()
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c260 if ((config = zpool_get_config(zhp, NULL)) == NULL) { in zfs_mark_pool()
338 if ((config = zpool_get_config(zhp, NULL)) == NULL) { in zpool_find_load_time()
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c1033 config = zpool_get_config(zpool_handle, NULL); in ztop()
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c865 nvlist_t *attrs = zpool_get_config(zhp, NULL); in zjni_get_root_vdev()
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c1424 if ((config = zpool_get_config(zphp, NULL)) == NULL) { in be_do_installboot()