Symbol: ZPOOL_CONFIG_POOL_STATE
usr/src/boot/libsa/zfs/zfsimpl.c
2069
if (nvlist_find(nvl, ZPOOL_CONFIG_POOL_STATE, DATA_TYPE_UINT64,
usr/src/cmd/availdevs/availdevs.c
134
nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, &state) ||
usr/src/cmd/fs.d/zfs/fstyp/fstyp.c
104
if (nvlist_lookup_uint64(h->config, ZPOOL_CONFIG_POOL_STATE,
usr/src/cmd/zdb/zdb.c
3297
ZPOOL_CONFIG_POOL_STATE, &l2cache) == 0 &&
usr/src/cmd/zpool/zpool_main.c
2229
verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE,
usr/src/cmd/zpool/zpool_main.c
2528
state = fnvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE);
usr/src/cmd/zpool/zpool_main.c
3106
verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE,
usr/src/grub/grub-0.97/stage2/fsys_zfs.c
1549
if (nvlist_lookup_value(nvlist, ZPOOL_CONFIG_POOL_STATE, &pool_state,
usr/src/lib/libzfs/common/libzfs_import.c
206
if (nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE,
usr/src/lib/libzfs/common/libzfs_import.c
215
ZPOOL_CONFIG_POOL_STATE, &l2cache) == 0 &&
usr/src/lib/libzfs/common/libzfs_import.c
338
verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE,
usr/src/lib/libzfs/common/libzfs_status.c
222
verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE,
usr/src/lib/libzfs_jni/common/libzfs_jni_pool.c
393
nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, &state) ||
usr/src/lib/libzutil/common/zutil_import.c
307
if (nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE,
usr/src/lib/libzutil/common/zutil_import.c
596
ZPOOL_CONFIG_POOL_STATE);
usr/src/lib/libzutil/common/zutil_import.c
598
ZPOOL_CONFIG_POOL_STATE, state);
usr/src/lib/libzutil/common/zutil_import.c
945
if (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_STATE,
usr/src/uts/common/fs/zfs/spa.c
2468
(void) nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, &state);
usr/src/uts/common/fs/zfs/spa.c
5835
if (nvlist_lookup_uint64(tryconfig, ZPOOL_CONFIG_POOL_STATE, &state))
usr/src/uts/common/fs/zfs/spa.c
5875
VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_POOL_STATE,
usr/src/uts/common/fs/zfs/spa.c
7116
VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_POOL_STATE,
usr/src/uts/common/fs/zfs/spa_config.c
409
fnvlist_add_uint64(config, ZPOOL_CONFIG_POOL_STATE, spa_state(spa));
usr/src/uts/common/fs/zfs/vdev.c
1963
if (nvlist_lookup_uint64(label, ZPOOL_CONFIG_POOL_STATE,
usr/src/uts/common/fs/zfs/vdev.c
1969
ZPOOL_CONFIG_POOL_STATE);
usr/src/uts/common/fs/zfs/vdev.c
3093
nvlist_lookup_uint64(label, ZPOOL_CONFIG_POOL_STATE, &state) != 0) {
usr/src/uts/common/fs/zfs/vdev_disk.c
1147
if (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_STATE,
usr/src/uts/common/fs/zfs/vdev_label.c
1063
VERIFY(nvlist_add_uint64(label, ZPOOL_CONFIG_POOL_STATE,
usr/src/uts/common/fs/zfs/vdev_label.c
1076
VERIFY(nvlist_add_uint64(label, ZPOOL_CONFIG_POOL_STATE,
usr/src/uts/common/fs/zfs/vdev_label.c
853
if (nvlist_lookup_uint64(label, ZPOOL_CONFIG_POOL_STATE,