Searched refs:ZFS_IOC_FIRST (Results 1 – 6 of 6) sorted by relevance
44 static boolean_t ioc_tested[ZFS_IOC_LAST - ZFS_IOC_FIRST];124 ioc_tested[ioc - ZFS_IOC_FIRST] = B_TRUE; \908 if (ioc_tested[ioc_skip[i] - ZFS_IOC_FIRST]) in zfs_ioc_input_tests()910 (int)(ioc_skip[i] - ZFS_IOC_FIRST)); in zfs_ioc_input_tests()912 ioc_tested[ioc_skip[i] - ZFS_IOC_FIRST] = B_TRUE; in zfs_ioc_input_tests()918 for (unsigned ioc = ZFS_IOC_FIRST; ioc < ZFS_IOC_LAST; ioc++) { in zfs_ioc_input_tests()919 unsigned cmd = ioc - ZFS_IOC_FIRST; in zfs_ioc_input_tests()
1464 ZFS_IOC_FIRST = 0, enumerator1466 ZFS_IOC_FIRST = ('Z' << 8),1468 ZFS_IOC = ZFS_IOC_FIRST,1469 ZFS_IOC_POOL_CREATE = ZFS_IOC_FIRST, /* 0x5a00 */1563 ZFS_IOC_PLATFORM = ZFS_IOC_FIRST + 0x80,
137 vecnum = cmd - ZFS_IOC_FIRST; in zfsdev_ioctl()
7224 static zfs_ioc_vec_t zfs_ioc_vec[ZFS_IOC_LAST - ZFS_IOC_FIRST];7231 zfs_ioc_vec_t *vec = &zfs_ioc_vec[ioc - ZFS_IOC_FIRST]; in zfs_ioctl_register_legacy()7233 ASSERT3U(ioc, >=, ZFS_IOC_FIRST); in zfs_ioctl_register_legacy()7255 zfs_ioc_vec_t *vec = &zfs_ioc_vec[ioc - ZFS_IOC_FIRST]; in zfs_ioctl_register()7257 ASSERT3U(ioc, >=, ZFS_IOC_FIRST); in zfs_ioctl_register()
1529 <enumerator name='ZFS_IOC_FIRST' value='23040'/>
6020 <enumerator name='ZFS_IOC_FIRST' value='23040'/>