Searched refs:lzc_ioctl_run (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | libzfs_input_check.c | 131 lzc_ioctl_run(zfs_ioc_t ioc, const char *name, nvlist_t *innvl, int expected) in lzc_ioctl_run() function 208 lzc_ioctl_run(ioc, name, input, expected_error); in lzc_ioctl_test() 217 lzc_ioctl_run(ioc, name, input, ZFS_ERR_IOC_ARG_UNAVAIL); in lzc_ioctl_test() 226 lzc_ioctl_run(ioc, name, empty, ZFS_ERR_IOC_ARG_REQUIRED); in lzc_ioctl_test() 256 lzc_ioctl_run(ioc, name, input, ZFS_ERR_IOC_ARG_BADTYPE); in lzc_ioctl_test()
|