Home
last modified time | relevance | path

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 Dzfs.h70 #define ZPOOL_CONFIG_PHYS_PATH "phys_path" macro
/titanic_44/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c163 (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 Dzfs.h531 #define ZPOOL_CONFIG_PHYS_PATH "phys_path" macro
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c234 fnvlist_add_string(nv, ZPOOL_CONFIG_PHYS_PATH, in vdev_config_generate()
H A Dvdev.c472 if (nvlist_lookup_string(nv, ZPOOL_CONFIG_PHYS_PATH, in vdev_alloc()
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1478 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_PHYS_PATH, in vdev_get_bootpath()
/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2071 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()