Searched defs:vdev_id (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_pool.c | 423 uint64_t vdev_id; local 446 result = nvlist_lookup_uint64(vdev, ZPOOL_CONFIG_GUID, &vdev_id); 455 env, object->object, bean->method_setIndex, (jlong)vdev_id); 876 * Gets the vdev (an nvlist_t *) with the given vdev_id, below the
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | vdev_impl.h | 133 uint64_t vdev_id; /* child number in vdev parent */ member in struct:vdev
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 2014 uint64_t id, vdev_id; local 2047 vdev_id = strtoull(idx, &end, 10); 2056 if (vdev_id == id)
|
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 1324 uint64_t vdev_id; member in struct:mdb_vdev 1794 "%s-%llu", ops.vdev_op_type, vdev.vdev_id);
|
Completed in 1143 milliseconds