Home
last modified time | relevance | path

Searched refs:ZPOOL_VDEV_PROPS_GET_VDEV (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1780 #define ZPOOL_VDEV_PROPS_GET_VDEV "vdevprops_get_vdev" macro
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c5521 fnvlist_add_uint64(reqnvl, ZPOOL_VDEV_PROPS_GET_VDEV, vdev_guid); in zpool_get_vdev_prop()
5578 fnvlist_add_uint64(nvl, ZPOOL_VDEV_PROPS_GET_VDEV, vdev_guid); in zpool_get_all_vdev_props()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c3190 {ZPOOL_VDEV_PROPS_GET_VDEV, DATA_TYPE_UINT64, 0},
3203 if (nvlist_lookup_uint64(innvl, ZPOOL_VDEV_PROPS_GET_VDEV, in zfs_ioc_vdev_get_props()
H A Dvdev.c6094 if (nvlist_lookup_uint64(innvl, ZPOOL_VDEV_PROPS_GET_VDEV, in vdev_prop_get()