codes.c (8fd04b8338ed5093ec2d1e668fa620b7de44c177) codes.c (ab003da878e3fe36b164e1856f9e15a78384c9eb)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 1202 unchanged lines hidden (view full) ---

1211 { (uint_t)ZFS_IOC_POOL_SET_PROPS, "ZFS_IOC_POOL_SET_PROPS",
1212 "zfs_cmd_t" },
1213 { (uint_t)ZFS_IOC_POOL_GET_PROPS, "ZFS_IOC_POOL_GET_PROPS",
1214 "zfs_cmd_t" },
1215 { (uint_t)ZFS_IOC_SET_FSACL, "ZFS_IOC_SET_FSACL",
1216 "zfs_cmd_t" },
1217 { (uint_t)ZFS_IOC_GET_FSACL, "ZFS_IOC_GET_FSACL",
1218 "zfs_cmd_t" },
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 1202 unchanged lines hidden (view full) ---

1211 { (uint_t)ZFS_IOC_POOL_SET_PROPS, "ZFS_IOC_POOL_SET_PROPS",
1212 "zfs_cmd_t" },
1213 { (uint_t)ZFS_IOC_POOL_GET_PROPS, "ZFS_IOC_POOL_GET_PROPS",
1214 "zfs_cmd_t" },
1215 { (uint_t)ZFS_IOC_SET_FSACL, "ZFS_IOC_SET_FSACL",
1216 "zfs_cmd_t" },
1217 { (uint_t)ZFS_IOC_GET_FSACL, "ZFS_IOC_GET_FSACL",
1218 "zfs_cmd_t" },
1219 { (uint_t)ZFS_IOC_ISCSI_PERM_CHECK, "ZFS_IOC_ISCSI_PERM_CHECK",
1220 "zfs_cmd_t" },
1221 { (uint_t)ZFS_IOC_SHARE, "ZFS_IOC_SHARE",
1222 "zfs_cmd_t" },
1223 { (uint_t)ZFS_IOC_INHERIT_PROP, "ZFS_IOC_INHERIT_PROP",
1224 "zfs_cmd_t" },
1225 { (uint_t)ZFS_IOC_SMB_ACL, "ZFS_IOC_SMB_ACL",
1226 "zfs_cmd_t" },
1227 { (uint_t)ZFS_IOC_USERSPACE_ONE, "ZFS_IOC_USERSPACE_ONE",
1228 "zfs_cmd_t" },

--- 1101 unchanged lines hidden ---
1219 { (uint_t)ZFS_IOC_SHARE, "ZFS_IOC_SHARE",
1220 "zfs_cmd_t" },
1221 { (uint_t)ZFS_IOC_INHERIT_PROP, "ZFS_IOC_INHERIT_PROP",
1222 "zfs_cmd_t" },
1223 { (uint_t)ZFS_IOC_SMB_ACL, "ZFS_IOC_SMB_ACL",
1224 "zfs_cmd_t" },
1225 { (uint_t)ZFS_IOC_USERSPACE_ONE, "ZFS_IOC_USERSPACE_ONE",
1226 "zfs_cmd_t" },

--- 1101 unchanged lines hidden ---