Searched refs:ZFS_IOC_FIRST (Results 1 – 5 of 5) sorted by relevance
43 static boolean_t ioc_tested[ZFS_IOC_LAST - ZFS_IOC_FIRST];123 ioc_tested[ioc - ZFS_IOC_FIRST] = B_TRUE; \907 if (ioc_tested[ioc_skip[i] - ZFS_IOC_FIRST]) in zfs_ioc_input_tests()909 (int)(ioc_skip[i] - ZFS_IOC_FIRST)); in zfs_ioc_input_tests()911 ioc_tested[ioc_skip[i] - ZFS_IOC_FIRST] = B_TRUE; in zfs_ioc_input_tests()917 for (unsigned ioc = ZFS_IOC_FIRST; ioc < ZFS_IOC_LAST; ioc++) { in zfs_ioc_input_tests()918 unsigned cmd = ioc - ZFS_IOC_FIRST; in zfs_ioc_input_tests()
1393 ZFS_IOC_FIRST = 0, enumerator1395 ZFS_IOC_FIRST = ('Z' << 8),1397 ZFS_IOC = ZFS_IOC_FIRST,1398 ZFS_IOC_POOL_CREATE = ZFS_IOC_FIRST, /* 0x5a00 */1490 ZFS_IOC_PLATFORM = ZFS_IOC_FIRST + 0x80,
136 vecnum = cmd - ZFS_IOC_FIRST; in zfsdev_ioctl()
6981 static zfs_ioc_vec_t zfs_ioc_vec[ZFS_IOC_LAST - ZFS_IOC_FIRST];6988 zfs_ioc_vec_t *vec = &zfs_ioc_vec[ioc - ZFS_IOC_FIRST]; in zfs_ioctl_register_legacy()6990 ASSERT3U(ioc, >=, ZFS_IOC_FIRST); in zfs_ioctl_register_legacy()7012 zfs_ioc_vec_t *vec = &zfs_ioc_vec[ioc - ZFS_IOC_FIRST]; in zfs_ioctl_register()7014 ASSERT3U(ioc, >=, ZFS_IOC_FIRST); in zfs_ioctl_register()
1267 <enumerator name='ZFS_IOC_FIRST' value='23040'/>