1047 { (uint_t)ZFS_IOC_SNAPSHOT, "ZFS_IOC_SNAPSHOT",
1048 "zfs_cmd_t" },
1049 { (uint_t)ZFS_IOC_DSOBJ_TO_DSNAME, "ZFS_IOC_DSOBJ_TO_DSNAME",
1050 "zfs_cmd_t" },
1051 { (uint_t)ZFS_IOC_OBJ_TO_PATH, "ZFS_IOC_OBJ_TO_PATH",
1052 "zfs_cmd_t" },
1053 { (uint_t)ZFS_IOC_POOL_SET_PROPS, "ZFS_IOC_POOL_SET_PROPS",
1054 "zfs_cmd_t" },
1055 { (uint_t)ZFS_IOC_POOL_GET_PROPS, "ZFS_IOC_POOL_GET_PROPS",
1056 "zfs_cmd_t" },
1057 { (uint_t)ZFS_IOC_SET_FSACL, "ZFS_IOC_SET_FSACL",
1058 "zfs_cmd_t" },
1059 { (uint_t)ZFS_IOC_GET_FSACL, "ZFS_IOC_GET_FSACL",
1060 "zfs_cmd_t" },
1061 { (uint_t)ZFS_IOC_ISCSI_PERM_CHECK, "ZFS_IOC_ISCSI_PERM_CHECK",
1062 "zfs_cmd_t" },
1063 { (uint_t)ZFS_IOC_SHARE, "ZFS_IOC_SHARE",
1064 "zfs_cmd_t" },
1065 { (uint_t)ZFS_IOC_INHERIT_PROP, "ZFS_IOC_INHERIT_PROP",
1066 "zfs_cmd_t" },
1067
1068 /* kssl ioctls */
1069 { (uint_t)KSSL_ADD_ENTRY, "KSSL_ADD_ENTRY",
1070 "kssl_params_t"},
1071 { (uint_t)KSSL_DELETE_ENTRY, "KSSL_DELETE_ENTRY",
1072 "sockaddr_in"},
1073
1074 /* dkio ioctls - (0x04 << 8) */
1075 { (uint_t)DKIOCGGEOM, "DKIOCGGEOM",
1076 "struct dk_geom"},
1077 { (uint_t)DKIOCSGEOM, "DKIOCSGEOM",
1078 "struct dk_geom"},
1079 { (uint_t)DKIOCINFO, "DKIOCINFO",
1080 "struct dk_info"},
1081 { (uint_t)DKIOCGVTOC, "DKIOCGVTOC",
1082 "struct vtoc"},
1083 { (uint_t)DKIOCSVTOC, "DKIOCSVTOC",
1084 "struct vtoc"},
1085 { (uint_t)DKIOCADDBAD, "DKIOCADDBAD",
1086 NULL},
|
1047 { (uint_t)ZFS_IOC_SNAPSHOT, "ZFS_IOC_SNAPSHOT",
1048 "zfs_cmd_t" },
1049 { (uint_t)ZFS_IOC_DSOBJ_TO_DSNAME, "ZFS_IOC_DSOBJ_TO_DSNAME",
1050 "zfs_cmd_t" },
1051 { (uint_t)ZFS_IOC_OBJ_TO_PATH, "ZFS_IOC_OBJ_TO_PATH",
1052 "zfs_cmd_t" },
1053 { (uint_t)ZFS_IOC_POOL_SET_PROPS, "ZFS_IOC_POOL_SET_PROPS",
1054 "zfs_cmd_t" },
1055 { (uint_t)ZFS_IOC_POOL_GET_PROPS, "ZFS_IOC_POOL_GET_PROPS",
1056 "zfs_cmd_t" },
1057 { (uint_t)ZFS_IOC_SET_FSACL, "ZFS_IOC_SET_FSACL",
1058 "zfs_cmd_t" },
1059 { (uint_t)ZFS_IOC_GET_FSACL, "ZFS_IOC_GET_FSACL",
1060 "zfs_cmd_t" },
1061 { (uint_t)ZFS_IOC_ISCSI_PERM_CHECK, "ZFS_IOC_ISCSI_PERM_CHECK",
1062 "zfs_cmd_t" },
1063 { (uint_t)ZFS_IOC_SHARE, "ZFS_IOC_SHARE",
1064 "zfs_cmd_t" },
1065 { (uint_t)ZFS_IOC_INHERIT_PROP, "ZFS_IOC_INHERIT_PROP",
1066 "zfs_cmd_t" },
1067 { (uint_t)ZFS_IOC_CRYPTO, "ZFS_IOC_CRYPTO",
1068 "zfs_cmd_t" },
1069
1070 /* kssl ioctls */
1071 { (uint_t)KSSL_ADD_ENTRY, "KSSL_ADD_ENTRY",
1072 "kssl_params_t"},
1073 { (uint_t)KSSL_DELETE_ENTRY, "KSSL_DELETE_ENTRY",
1074 "sockaddr_in"},
1075
1076 /* dkio ioctls - (0x04 << 8) */
1077 { (uint_t)DKIOCGGEOM, "DKIOCGGEOM",
1078 "struct dk_geom"},
1079 { (uint_t)DKIOCSGEOM, "DKIOCSGEOM",
1080 "struct dk_geom"},
1081 { (uint_t)DKIOCINFO, "DKIOCINFO",
1082 "struct dk_info"},
1083 { (uint_t)DKIOCGVTOC, "DKIOCGVTOC",
1084 "struct vtoc"},
1085 { (uint_t)DKIOCSVTOC, "DKIOCSVTOC",
1086 "struct vtoc"},
1087 { (uint_t)DKIOCADDBAD, "DKIOCADDBAD",
1088 NULL},
|