Searched refs:ZPOOL_CONFIG_PHYS_PATH (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zfs.h | 70 #define ZPOOL_CONFIG_PHYS_PATH "phys_path" macro
|
/titanic_44/usr/src/cmd/syseventd/modules/zfs_mod/ |
H A D | zfs_mod.c | 163 (void) nvlist_lookup_string(vdev, ZPOOL_CONFIG_PHYS_PATH, &physpath); in zfs_process_add() 245 ZPOOL_CONFIG_PHYS_PATH, physpath) != 0) || in zfs_process_add() 384 data.dd_prop = ZPOOL_CONFIG_PHYS_PATH; in devpath_iter()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 531 #define ZPOOL_CONFIG_PHYS_PATH "phys_path" macro
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | vdev_label.c | 234 fnvlist_add_string(nv, ZPOOL_CONFIG_PHYS_PATH, in vdev_config_generate()
|
H A D | vdev.c | 472 if (nvlist_lookup_string(nv, ZPOOL_CONFIG_PHYS_PATH, in vdev_alloc()
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 1478 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_PHYS_PATH, in vdev_get_bootpath()
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 2071 verify(nvlist_add_string(search, ZPOOL_CONFIG_PHYS_PATH, ppath) == 0); in zpool_find_vdev_by_physpath() 2158 if (nvlist_lookup_string(config, ZPOOL_CONFIG_PHYS_PATH, in vdev_get_one_physpath()
|