codes.c (7a5aac98bc37534537d4896efd4efd30627d221e) codes.c (dfc115332c94a2f62058ac7f2bce7631fbd20b3d)
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

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

16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22/*
23 * Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
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

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

16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22/*
23 * Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
24 * Copyright (c) 2013 by Delphix. All rights reserved.
24 * Copyright (c) 2013, 2016 by Delphix. All rights reserved.
25 * Copyright 2011 Nexenta Systems, Inc. All rights reserved.
26 * Copyright (c) 2015, Joyent, Inc. All rights reserved.
27 * Copyright (c) 2014, OmniTI Computer Consulting, Inc. All rights reserved.
28 */
29
30/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
31/* All Rights Reserved */
32

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

1275 { (uint_t)ZFS_IOC_CLONE, "ZFS_IOC_CLONE",
1276 "zfs_cmd_t" },
1277 { (uint_t)ZFS_IOC_BOOKMARK, "ZFS_IOC_BOOKMARK",
1278 "zfs_cmd_t" },
1279 { (uint_t)ZFS_IOC_GET_BOOKMARKS, "ZFS_IOC_GET_BOOKMARKS",
1280 "zfs_cmd_t" },
1281 { (uint_t)ZFS_IOC_DESTROY_BOOKMARKS, "ZFS_IOC_DESTROY_BOOKMARKS",
1282 "zfs_cmd_t" },
25 * Copyright 2011 Nexenta Systems, Inc. All rights reserved.
26 * Copyright (c) 2015, Joyent, Inc. All rights reserved.
27 * Copyright (c) 2014, OmniTI Computer Consulting, Inc. All rights reserved.
28 */
29
30/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
31/* All Rights Reserved */
32

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

1275 { (uint_t)ZFS_IOC_CLONE, "ZFS_IOC_CLONE",
1276 "zfs_cmd_t" },
1277 { (uint_t)ZFS_IOC_BOOKMARK, "ZFS_IOC_BOOKMARK",
1278 "zfs_cmd_t" },
1279 { (uint_t)ZFS_IOC_GET_BOOKMARKS, "ZFS_IOC_GET_BOOKMARKS",
1280 "zfs_cmd_t" },
1281 { (uint_t)ZFS_IOC_DESTROY_BOOKMARKS, "ZFS_IOC_DESTROY_BOOKMARKS",
1282 "zfs_cmd_t" },
1283 { (uint_t)ZFS_IOC_CHANNEL_PROGRAM, "ZFS_IOC_CHANNEL_PROGRAM",
1284 "zfs_cmd_t" },
1283
1284 /* kssl ioctls */
1285 { (uint_t)KSSL_ADD_ENTRY, "KSSL_ADD_ENTRY",
1286 "kssl_params_t"},
1287 { (uint_t)KSSL_DELETE_ENTRY, "KSSL_DELETE_ENTRY",
1288 "sockaddr_in"},
1289
1290 /* disk ioctls - (0x04 << 8) - dkio.h */

--- 1092 unchanged lines hidden ---
1285
1286 /* kssl ioctls */
1287 { (uint_t)KSSL_ADD_ENTRY, "KSSL_ADD_ENTRY",
1288 "kssl_params_t"},
1289 { (uint_t)KSSL_DELETE_ENTRY, "KSSL_DELETE_ENTRY",
1290 "sockaddr_in"},
1291
1292 /* disk ioctls - (0x04 << 8) - dkio.h */

--- 1092 unchanged lines hidden ---