Searched refs:zpool_get_config (Results 1 - 13 of 13) 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) function
236 config = zpool_get_config(zhp, NULL);
248 config = zpool_get_config(zhp, NULL);
H A Dlibzfs.h343 extern nvlist_t *zpool_get_config(zpool_handle_t *, nvlist_t **);
H A Dlibzfs_pool.c349 verify(nvlist_lookup_nvlist(zpool_get_config(zhp, NULL),
2642 verify(nvlist_lookup_nvlist(zpool_get_config(zhp, NULL),
2879 if ((config = zpool_get_config(zhp, NULL)) == NULL) {
4061 config = zpool_get_config(zhp, NULL);
H A Dlibzfs_import.c1605 (pool_config = zpool_get_config(zhp, NULL))
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c155 config = zpool_get_config(zhp, NULL);
180 config = zpool_get_config(zhp, NULL);
226 config = zpool_get_config(zhp, NULL);
/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c112 verify(nvlist_lookup_nvlist(zpool_get_config(zhp, NULL),
345 if ((config = zpool_get_config(zhp, NULL)) != NULL) {
668 config = zpool_get_config(zhp, NULL);
/illumos-gate/usr/src/cmd/fm/schemes/zfs/
H A Dscheme.c136 config = zpool_get_config(zhp, NULL);
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c540 if ((config = zpool_get_config(zhp, NULL)) == NULL) {
1303 config = zpool_get_config(zhp, NULL);
2504 newconfig = zpool_get_config(zhp, &oldconfig);
2535 if ((config = zpool_get_config(zhp, NULL)) != NULL) {
3059 config = zpool_get_config(zhp, NULL);
3243 if (zpool_get_config(zhp, NULL) == NULL) {
4122 config = zpool_get_config(zhp, NULL);
4519 config = zpool_get_config(zhp, NULL);
4590 config = zpool_get_config(zhp, NULL);
4639 config = zpool_get_config(zh
[all...]
H A Dzpool_vdev.c1436 if (zhp && ((poolconfig = zpool_get_config(zhp, NULL)) == NULL))
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c253 if ((config = zpool_get_config(zhp, NULL)) == NULL) {
308 if ((config = zpool_get_config(zhp, NULL)) == NULL) {
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c861 nvlist_t *attrs = zpool_get_config(zhp, NULL);
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c1032 config = zpool_get_config(zpool_handle, NULL);
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c1303 if ((config = zpool_get_config(zphp, NULL)) == NULL) {

Completed in 108 milliseconds