Searched refs:ZPOOL_CONFIG_DEVID (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zfs.h | 57 #define ZPOOL_CONFIG_DEVID "devid" macro
|
/titanic_41/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 502 ZPOOL_CONFIG_DEVID, devid_str) == 0); in make_leaf_vdev() 938 ZPOOL_CONFIG_DEVID, devid_str) == 0); in make_disks()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 513 #define ZPOOL_CONFIG_DEVID "devid" macro
|
/titanic_41/usr/src/cmd/syseventd/modules/zfs_mod/ |
H A D | zfs_mod.c | 441 data.dd_prop = ZPOOL_CONFIG_DEVID; in devid_iter()
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 199 (void) nvlist_remove_all(nv, ZPOOL_CONFIG_DEVID); in fix_paths() 201 if (nvlist_add_string(nv, ZPOOL_CONFIG_DEVID, devid) != 0) { in fix_paths()
|
H A D | libzfs_pool.c | 3317 nvlist_lookup_string(nv, ZPOOL_CONFIG_DEVID, &devid) == 0) { in zpool_vdev_name()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | vdev_label.c | 231 fnvlist_add_string(nv, ZPOOL_CONFIG_DEVID, vd->vdev_devid); in vdev_config_generate()
|
H A D | vdev.c | 470 if (nvlist_lookup_string(nv, ZPOOL_CONFIG_DEVID, &vd->vdev_devid) == 0) in vdev_alloc()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 1482 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_DEVID, in vdev_get_bootpath()
|