Home
last modified time | relevance | path

Searched refs:ZPOOL_CONFIG_NOT_PRESENT (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs.h66 #define ZPOOL_CONFIG_NOT_PRESENT "not_present" macro
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h670 #define ZPOOL_CONFIG_NOT_PRESENT "not_present" macro
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h781 #define ZPOOL_CONFIG_NOT_PRESENT "not_present" macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c467 fnvlist_add_uint64(nv, ZPOOL_CONFIG_NOT_PRESENT, 1); in vdev_config_generate()
H A Dvdev.c710 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_NOT_PRESENT, in vdev_alloc()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c888 (void) nvlist_find(nvlist, ZPOOL_CONFIG_NOT_PRESENT, DATA_TYPE_UINT64, in vdev_set_initial_state()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c4063 if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_NOT_PRESENT, &value) == 0 || in zpool_vdev_name()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c1905 if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_NOT_PRESENT, in print_status_config()