Searched refs:ZFS_IOC_POOL_GET_PROPS (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_ioctl_compat.c | 170 ZFS_IOC_POOL_GET_PROPS, /* 0x28:0x27 */
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | libzfs_input_check.c | 88 ZFS_IOC_POOL_GET_PROPS, 996 CHECK(ZFS_IOC_BASE + 39 == ZFS_IOC_POOL_GET_PROPS); in validate_ioc_values()
|
/freebsd/sys/contrib/openzfs/include/sys/fs/ |
H A D | zfs.h | 1514 ZFS_IOC_POOL_GET_PROPS, /* 0x5a27 */ enumerator
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.c | 647 return (lzc_ioctl(ZFS_IOC_POOL_GET_PROPS, poolname, NULL, props)); in lzc_get_props()
|
H A D | libzfs_core.abi | 1726 <enumerator name='ZFS_IOC_POOL_GET_PROPS' value='23079'/>
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_pool.c | 94 while (zfs_ioctl(hdl, ZFS_IOC_POOL_GET_PROPS, &zc) != 0) { in zpool_get_all_props()
|
H A D | libzfs.abi | 6261 <enumerator name='ZFS_IOC_POOL_GET_PROPS' value='23079'/>
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_ioctl.c | 7625 zfs_ioctl_register("get_props", ZFS_IOC_POOL_GET_PROPS, in zfs_ioctl_init()
|