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 D | zfs.h | 66 #define ZPOOL_CONFIG_NOT_PRESENT "not_present" macro
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 606 #define ZPOOL_CONFIG_NOT_PRESENT "not_present" macro
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 757 #define ZPOOL_CONFIG_NOT_PRESENT "not_present" macro
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_label.c | 302 fnvlist_add_uint64(nv, ZPOOL_CONFIG_NOT_PRESENT, 1);
|
H A D | vdev.c | 697 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_NOT_PRESENT,
|
/illumos-gate/usr/src/boot/lib/libstand/zfs/ |
H A D | zfsimpl.c | 1143 nvlist_find(nvlist, ZPOOL_CONFIG_NOT_PRESENT, DATA_TYPE_UINT64, NULL,
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 3961 if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_NOT_PRESENT, &value) == 0 ||
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 1786 if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_NOT_PRESENT,
|
Completed in 245 milliseconds