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.h1916 #define ZPOOL_VDEV_PROPS_GET_VDEV "vdevprops_get_vdev" macro
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c5783 fnvlist_add_uint64(reqnvl, ZPOOL_VDEV_PROPS_GET_VDEV, vdev_guid); in zpool_get_vdev_prop()
5840 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.c3480 {ZPOOL_VDEV_PROPS_GET_VDEV, DATA_TYPE_UINT64, 0},
3493 if (nvlist_lookup_uint64(innvl, ZPOOL_VDEV_PROPS_GET_VDEV, in zfs_ioc_vdev_get_props()
H A Dvdev.c6366 if (nvlist_lookup_uint64(innvl, ZPOOL_VDEV_PROPS_GET_VDEV, in vdev_prop_get()