xref: /onnv-gate/usr/src/cmd/truss/codes.c (revision 8863)
10Sstevel@tonic-gate /*
20Sstevel@tonic-gate  * CDDL HEADER START
30Sstevel@tonic-gate  *
40Sstevel@tonic-gate  * The contents of this file are subject to the terms of the
51544Seschrock  * Common Development and Distribution License (the "License").
61544Seschrock  * You may not use this file except in compliance with the License.
70Sstevel@tonic-gate  *
80Sstevel@tonic-gate  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
90Sstevel@tonic-gate  * or http://www.opensolaris.org/os/licensing.
100Sstevel@tonic-gate  * See the License for the specific language governing permissions
110Sstevel@tonic-gate  * and limitations under the License.
120Sstevel@tonic-gate  *
130Sstevel@tonic-gate  * When distributing Covered Code, include this CDDL HEADER in each
140Sstevel@tonic-gate  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
150Sstevel@tonic-gate  * If applicable, add the following below this CDDL HEADER, with the
160Sstevel@tonic-gate  * fields enclosed by brackets "[]" replaced with your own identifying
170Sstevel@tonic-gate  * information: Portions Copyright [yyyy] [name of copyright owner]
180Sstevel@tonic-gate  *
190Sstevel@tonic-gate  * CDDL HEADER END
200Sstevel@tonic-gate  */
210Sstevel@tonic-gate /*
228485SPeter.Memishian@Sun.COM  * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
230Sstevel@tonic-gate  * Use is subject to license terms.
240Sstevel@tonic-gate  */
250Sstevel@tonic-gate 
260Sstevel@tonic-gate /*	Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T	*/
270Sstevel@tonic-gate /*	  All Rights Reserved  	*/
280Sstevel@tonic-gate 
290Sstevel@tonic-gate 
300Sstevel@tonic-gate #include <stdio.h>
310Sstevel@tonic-gate #include <stdlib.h>
320Sstevel@tonic-gate #include <unistd.h>
330Sstevel@tonic-gate #include <sys/types.h>
340Sstevel@tonic-gate #include <libproc.h>
350Sstevel@tonic-gate 
360Sstevel@tonic-gate #include <ctype.h>
370Sstevel@tonic-gate #include <string.h>
380Sstevel@tonic-gate #include <sys/dlpi.h>
390Sstevel@tonic-gate #include <sys/ipc.h>
400Sstevel@tonic-gate #include <sys/ipc_impl.h>
410Sstevel@tonic-gate #include <sys/msg.h>
420Sstevel@tonic-gate #include <sys/sem.h>
430Sstevel@tonic-gate #include <sys/shm.h>
440Sstevel@tonic-gate #include <sys/fstyp.h>
450Sstevel@tonic-gate #if defined(__i386) || defined(__amd64)
460Sstevel@tonic-gate #include <sys/sysi86.h>
470Sstevel@tonic-gate #endif /* __i386 */
480Sstevel@tonic-gate #include <sys/unistd.h>
490Sstevel@tonic-gate #include <sys/file.h>
500Sstevel@tonic-gate #include <sys/tiuser.h>
510Sstevel@tonic-gate #include <sys/timod.h>
520Sstevel@tonic-gate #include <sys/stream.h>
530Sstevel@tonic-gate #include <sys/stropts.h>
540Sstevel@tonic-gate #include <sys/termios.h>
550Sstevel@tonic-gate #include <sys/termiox.h>
560Sstevel@tonic-gate #include <sys/jioctl.h>
570Sstevel@tonic-gate #include <sys/filio.h>
580Sstevel@tonic-gate #include <fcntl.h>
590Sstevel@tonic-gate #include <sys/termio.h>
600Sstevel@tonic-gate #include <sys/stermio.h>
610Sstevel@tonic-gate #include <sys/ttold.h>
620Sstevel@tonic-gate #include <sys/lock.h>
630Sstevel@tonic-gate #include <sys/mount.h>
640Sstevel@tonic-gate #include <sys/utssys.h>
650Sstevel@tonic-gate #include <sys/sysconfig.h>
660Sstevel@tonic-gate #include <sys/statvfs.h>
670Sstevel@tonic-gate #include <sys/kstat.h>
680Sstevel@tonic-gate #include <sys/audio.h>
690Sstevel@tonic-gate #include <sys/mixer.h>
700Sstevel@tonic-gate #include <sys/cpc_impl.h>
710Sstevel@tonic-gate #include <sys/devpoll.h>
720Sstevel@tonic-gate #include <sys/strredir.h>
730Sstevel@tonic-gate #include <sys/sockio.h>
740Sstevel@tonic-gate #include <netinet/ip_mroute.h>
750Sstevel@tonic-gate #include <net/if.h>
760Sstevel@tonic-gate #include <net/if_arp.h>
770Sstevel@tonic-gate #include <sys/ptyvar.h>
780Sstevel@tonic-gate #include <sys/des.h>
790Sstevel@tonic-gate #include <sys/prnio.h>
800Sstevel@tonic-gate #include <sys/dtrace.h>
810Sstevel@tonic-gate #include <sys/crypto/ioctladmin.h>
820Sstevel@tonic-gate #include <sys/crypto/ioctl.h>
830Sstevel@tonic-gate #include <sys/kbio.h>
840Sstevel@tonic-gate #include <sys/ptms.h>
850Sstevel@tonic-gate #include <sys/aggr.h>
860Sstevel@tonic-gate #include <sys/dld.h>
878275SEric Cheng #include <sys/vnic.h>
88789Sahrens #include <sys/fs/zfs.h>
891400Skrishna #include <inet/kssl/kssl.h>
906318Sedp #include <sys/dkio.h>
91*8863SEdward.Pilatowicz@Sun.COM #include <sys/fdio.h>
92*8863SEdward.Pilatowicz@Sun.COM #include <sys/cdio.h>
93*8863SEdward.Pilatowicz@Sun.COM #include <sys/scsi/impl/uscsi.h>
94*8863SEdward.Pilatowicz@Sun.COM #include <sys/devinfo_impl.h>
956318Sedp #include <sys/dumpadm.h>
966318Sedp #include <sys/mntio.h>
978770SJordan.Vaughan@Sun.com #include <sys/zcons.h>
980Sstevel@tonic-gate 
990Sstevel@tonic-gate #include "ramdata.h"
1000Sstevel@tonic-gate #include "proto.h"
1010Sstevel@tonic-gate 
1020Sstevel@tonic-gate #define	FCNTLMIN	F_DUPFD
1038646Sdp@eng.sun.com #define	FCNTLMAX	F_BADFD
1040Sstevel@tonic-gate const char *const FCNTLname[] = {
1050Sstevel@tonic-gate 	"F_DUPFD",
1060Sstevel@tonic-gate 	"F_GETFD",
1070Sstevel@tonic-gate 	"F_SETFD",
1080Sstevel@tonic-gate 	"F_GETFL",
1090Sstevel@tonic-gate 	"F_SETFL",
1100Sstevel@tonic-gate 	"F_O_GETLK",
1110Sstevel@tonic-gate 	"F_SETLK",
1120Sstevel@tonic-gate 	"F_SETLKW",
1130Sstevel@tonic-gate 	"F_CHKFL",
1140Sstevel@tonic-gate 	"F_DUP2FD",
1150Sstevel@tonic-gate 	"F_ALLOCSP",
1160Sstevel@tonic-gate 	"F_FREESP",
1170Sstevel@tonic-gate 	NULL,		/* 12 */
1180Sstevel@tonic-gate 	NULL,		/* 13 */
1190Sstevel@tonic-gate 	"F_GETLK",
1200Sstevel@tonic-gate 	NULL,		/* 15 */
1210Sstevel@tonic-gate 	NULL,		/* 16 */
1220Sstevel@tonic-gate 	NULL,		/* 17 */
1230Sstevel@tonic-gate 	NULL,		/* 18 */
1240Sstevel@tonic-gate 	NULL,		/* 19 */
1250Sstevel@tonic-gate 	NULL,		/* 20 */
1260Sstevel@tonic-gate 	NULL,		/* 21 */
1270Sstevel@tonic-gate 	NULL,		/* 22 */
1280Sstevel@tonic-gate 	"F_GETOWN",
1290Sstevel@tonic-gate 	"F_SETOWN",
1300Sstevel@tonic-gate 	"F_REVOKE",
1310Sstevel@tonic-gate 	"F_HASREMOTELOCKS",
1320Sstevel@tonic-gate 	"F_FREESP64",
1330Sstevel@tonic-gate 	NULL,		/* 28 */
1340Sstevel@tonic-gate 	NULL,		/* 29 */
1350Sstevel@tonic-gate 	NULL,		/* 30 */
1360Sstevel@tonic-gate 	NULL,		/* 31 */
1370Sstevel@tonic-gate 	NULL,		/* 32 */
1380Sstevel@tonic-gate 	"F_GETLK64",
1390Sstevel@tonic-gate 	"F_SETLK64",
1400Sstevel@tonic-gate 	"F_SETLKW64",
1410Sstevel@tonic-gate 	NULL,		/* 36 */
1420Sstevel@tonic-gate 	NULL,		/* 37 */
1430Sstevel@tonic-gate 	NULL,		/* 38 */
1440Sstevel@tonic-gate 	NULL,		/* 39 */
1450Sstevel@tonic-gate 	"F_SHARE",
1460Sstevel@tonic-gate 	"F_UNSHARE",
1470Sstevel@tonic-gate 	"F_SETLK_NBMAND",
1480Sstevel@tonic-gate 	"F_SHARE_NBMAND",
1498646Sdp@eng.sun.com 	"F_SETLK64_NBMAND",
1508646Sdp@eng.sun.com 	NULL,		/* 45 */
1518646Sdp@eng.sun.com 	"F_BADFD"
1520Sstevel@tonic-gate };
1530Sstevel@tonic-gate 
1540Sstevel@tonic-gate #define	SYSFSMIN	GETFSIND
1550Sstevel@tonic-gate #define	SYSFSMAX	GETNFSTYP
1560Sstevel@tonic-gate const char *const SYSFSname[] = {
1570Sstevel@tonic-gate 	"GETFSIND",
1580Sstevel@tonic-gate 	"GETFSTYP",
1590Sstevel@tonic-gate 	"GETNFSTYP"
1600Sstevel@tonic-gate };
1610Sstevel@tonic-gate 
1620Sstevel@tonic-gate #define	PLOCKMIN	UNLOCK
1630Sstevel@tonic-gate #define	PLOCKMAX	DATLOCK
1640Sstevel@tonic-gate const char *const PLOCKname[] = {
1650Sstevel@tonic-gate 	"UNLOCK",
1660Sstevel@tonic-gate 	"PROCLOCK",
1670Sstevel@tonic-gate 	"TXTLOCK",
1680Sstevel@tonic-gate 	NULL,
1690Sstevel@tonic-gate 	"DATLOCK"
1700Sstevel@tonic-gate };
1710Sstevel@tonic-gate 
1720Sstevel@tonic-gate #define	SCONFMIN	_CONFIG_NGROUPS
1738646Sdp@eng.sun.com #define	SCONFMAX	_CONFIG_EPHID_MAX
1740Sstevel@tonic-gate const char *const SCONFname[] = {
1750Sstevel@tonic-gate 	"_CONFIG_NGROUPS",		/*  2 */
1760Sstevel@tonic-gate 	"_CONFIG_CHILD_MAX",		/*  3 */
1770Sstevel@tonic-gate 	"_CONFIG_OPEN_FILES",		/*  4 */
1780Sstevel@tonic-gate 	"_CONFIG_POSIX_VER",		/*  5 */
1790Sstevel@tonic-gate 	"_CONFIG_PAGESIZE",		/*  6 */
1800Sstevel@tonic-gate 	"_CONFIG_CLK_TCK",		/*  7 */
1810Sstevel@tonic-gate 	"_CONFIG_XOPEN_VER",		/*  8 */
1820Sstevel@tonic-gate 	"_CONFIG_HRESCLK_TCK",		/*  9 */
1830Sstevel@tonic-gate 	"_CONFIG_PROF_TCK",		/* 10 */
1840Sstevel@tonic-gate 	"_CONFIG_NPROC_CONF",		/* 11 */
1850Sstevel@tonic-gate 	"_CONFIG_NPROC_ONLN",		/* 12 */
1860Sstevel@tonic-gate 	"_CONFIG_AIO_LISTIO_MAX",	/* 13 */
1870Sstevel@tonic-gate 	"_CONFIG_AIO_MAX",		/* 14 */
1880Sstevel@tonic-gate 	"_CONFIG_AIO_PRIO_DELTA_MAX",	/* 15 */
1890Sstevel@tonic-gate 	"_CONFIG_DELAYTIMER_MAX",	/* 16 */
1900Sstevel@tonic-gate 	"_CONFIG_MQ_OPEN_MAX",		/* 17 */
1910Sstevel@tonic-gate 	"_CONFIG_MQ_PRIO_MAX",		/* 18 */
1920Sstevel@tonic-gate 	"_CONFIG_RTSIG_MAX",		/* 19 */
1930Sstevel@tonic-gate 	"_CONFIG_SEM_NSEMS_MAX",	/* 20 */
1940Sstevel@tonic-gate 	"_CONFIG_SEM_VALUE_MAX",	/* 21 */
1950Sstevel@tonic-gate 	"_CONFIG_SIGQUEUE_MAX",		/* 22 */
1960Sstevel@tonic-gate 	"_CONFIG_SIGRT_MIN",		/* 23 */
1970Sstevel@tonic-gate 	"_CONFIG_SIGRT_MAX",		/* 24 */
1980Sstevel@tonic-gate 	"_CONFIG_TIMER_MAX",		/* 25 */
1990Sstevel@tonic-gate 	"_CONFIG_PHYS_PAGES",		/* 26 */
2000Sstevel@tonic-gate 	"_CONFIG_AVPHYS_PAGES",		/* 27 */
2010Sstevel@tonic-gate 	"_CONFIG_COHERENCY",		/* 28 */
2020Sstevel@tonic-gate 	"_CONFIG_SPLIT_CACHE",		/* 29 */
2030Sstevel@tonic-gate 	"_CONFIG_ICACHESZ",		/* 30 */
2040Sstevel@tonic-gate 	"_CONFIG_DCACHESZ",		/* 31 */
2050Sstevel@tonic-gate 	"_CONFIG_ICACHELINESZ",		/* 32 */
2060Sstevel@tonic-gate 	"_CONFIG_DCACHELINESZ",		/* 33 */
2070Sstevel@tonic-gate 	"_CONFIG_ICACHEBLKSZ",		/* 34 */
2080Sstevel@tonic-gate 	"_CONFIG_DCACHEBLKSZ",		/* 35 */
2090Sstevel@tonic-gate 	"_CONFIG_DCACHETBLKSZ",		/* 36 */
2100Sstevel@tonic-gate 	"_CONFIG_ICACHE_ASSOC",		/* 37 */
2110Sstevel@tonic-gate 	"_CONFIG_DCACHE_ASSOC",		/* 38 */
2120Sstevel@tonic-gate 	NULL,				/* 39 */
2130Sstevel@tonic-gate 	NULL,				/* 40 */
2140Sstevel@tonic-gate 	NULL,				/* 41 */
2150Sstevel@tonic-gate 	"_CONFIG_MAXPID",		/* 42 */
2160Sstevel@tonic-gate 	"_CONFIG_STACK_PROT",		/* 43 */
2170Sstevel@tonic-gate 	"_CONFIG_NPROC_MAX",		/* 44 */
2188646Sdp@eng.sun.com 	"_CONFIG_CPUID_MAX",		/* 45 */
2198646Sdp@eng.sun.com 	"_CONFIG_SYMLOOP_MAX",		/* 46 */
2208646Sdp@eng.sun.com 	"_CONFIG_EPHID_MAX",		/* 47 */
2210Sstevel@tonic-gate };
2220Sstevel@tonic-gate 
2230Sstevel@tonic-gate #define	PATHCONFMIN	_PC_LINK_MAX
2248646Sdp@eng.sun.com #define	PATHCONFMAX	_PC_XATTR_EXISTS
2250Sstevel@tonic-gate const char *const PATHCONFname[] = {
2268646Sdp@eng.sun.com 	"_PC_LINK_MAX",			/*  1 */
2278646Sdp@eng.sun.com 	"_PC_MAX_CANON",		/*  2 */
2288646Sdp@eng.sun.com 	"_PC_MAX_INPUT",		/*  3 */
2298646Sdp@eng.sun.com 	"_PC_NAME_MAX",			/*  4 */
2308646Sdp@eng.sun.com 	"_PC_PATH_MAX",			/*  5 */
2318646Sdp@eng.sun.com 	"_PC_PIPE_BUF",			/*  6 */
2328646Sdp@eng.sun.com 	"_PC_NO_TRUNC",			/*  7 */
2338646Sdp@eng.sun.com 	"_PC_VDISABLE",			/*  8 */
2348646Sdp@eng.sun.com 	"_PC_CHOWN_RESTRICTED",		/*  9 */
2358646Sdp@eng.sun.com 	"_PC_ASYNC_IO",			/* 10 */
2368646Sdp@eng.sun.com 	"_PC_PRIO_IO",			/* 11 */
2378646Sdp@eng.sun.com 	"_PC_SYNC_IO",			/* 12 */
2388646Sdp@eng.sun.com 	"_PC_ALLOC_SIZE_MIN",		/* 13 */
2398646Sdp@eng.sun.com 	"_PC_REC_INCR_XFER_SIZE",	/* 14 */
2408646Sdp@eng.sun.com 	"_PC_REC_MAX_XFER_SIZE",	/* 15 */
2418646Sdp@eng.sun.com 	"_PC_REC_MIN_XFER_SIZE",	/* 16 */
2428646Sdp@eng.sun.com 	"_PC_REC_XFER_ALIGN",		/* 17 */
2438646Sdp@eng.sun.com 	"_PC_SYMLINK_MAX",		/* 18 */
2448646Sdp@eng.sun.com 	"_PC_2_SYMLINKS",		/* 19 */
2458646Sdp@eng.sun.com 	"_PC_ACL_ENABLED",		/* 20 */
2468646Sdp@eng.sun.com 	"_PC_MIN_HOLE_SIZE",		/* 21 */
2478646Sdp@eng.sun.com 	"_PC_CASE_BEHAVIOR",		/* 22 */
2488646Sdp@eng.sun.com 	"_PC_SATTR_ENABLED",		/* 23 */
2498646Sdp@eng.sun.com 	"_PC_SATTR_EXISTS",		/* 24 */
2508646Sdp@eng.sun.com 	NULL,				/* 25 */
2518646Sdp@eng.sun.com 	NULL,				/* 26 */
2528646Sdp@eng.sun.com 	NULL,				/* 27 */
2538646Sdp@eng.sun.com 	NULL,				/* 28 */
2548646Sdp@eng.sun.com 	NULL,				/* 29 */
2558646Sdp@eng.sun.com 	NULL,				/* 30 */
2568646Sdp@eng.sun.com 	NULL,				/* 31 */
2578646Sdp@eng.sun.com 	NULL,				/* 32 */
2588646Sdp@eng.sun.com 	NULL,				/* 33 */
2598646Sdp@eng.sun.com 	NULL,				/* 34 */
2608646Sdp@eng.sun.com 	NULL,				/* 35 */
2618646Sdp@eng.sun.com 	NULL,				/* 36 */
2628646Sdp@eng.sun.com 	NULL,				/* 37 */
2638646Sdp@eng.sun.com 	NULL,				/* 38 */
2648646Sdp@eng.sun.com 	NULL,				/* 39 */
2658646Sdp@eng.sun.com 	NULL,				/* 40 */
2668646Sdp@eng.sun.com 	NULL,				/* 41 */
2678646Sdp@eng.sun.com 	NULL,				/* 42 */
2688646Sdp@eng.sun.com 	NULL,				/* 43 */
2698646Sdp@eng.sun.com 	NULL,				/* 44 */
2708646Sdp@eng.sun.com 	NULL,				/* 45 */
2718646Sdp@eng.sun.com 	NULL,				/* 46 */
2728646Sdp@eng.sun.com 	NULL,				/* 47 */
2738646Sdp@eng.sun.com 	NULL,				/* 48 */
2748646Sdp@eng.sun.com 	NULL,				/* 49 */
2758646Sdp@eng.sun.com 	NULL,				/* 50 */
2768646Sdp@eng.sun.com 	NULL,				/* 51 */
2778646Sdp@eng.sun.com 	NULL,				/* 52 */
2788646Sdp@eng.sun.com 	NULL,				/* 53 */
2798646Sdp@eng.sun.com 	NULL,				/* 54 */
2808646Sdp@eng.sun.com 	NULL,				/* 55 */
2818646Sdp@eng.sun.com 	NULL,				/* 56 */
2828646Sdp@eng.sun.com 	NULL,				/* 57 */
2838646Sdp@eng.sun.com 	NULL,				/* 58 */
2848646Sdp@eng.sun.com 	NULL,				/* 59 */
2858646Sdp@eng.sun.com 	NULL,				/* 60 */
2868646Sdp@eng.sun.com 	NULL,				/* 61 */
2878646Sdp@eng.sun.com 	NULL,				/* 62 */
2888646Sdp@eng.sun.com 	NULL,				/* 63 */
2898646Sdp@eng.sun.com 	NULL,				/* 64 */
2908646Sdp@eng.sun.com 	NULL,				/* 65 */
2918646Sdp@eng.sun.com 	NULL,				/* 66 */
2928646Sdp@eng.sun.com 	"_PC_FILESIZEBITS",		/* 67 */
2938646Sdp@eng.sun.com 	NULL,				/* 68 */
2948646Sdp@eng.sun.com 	NULL,				/* 69 */
2958646Sdp@eng.sun.com 	NULL,				/* 70 */
2968646Sdp@eng.sun.com 	NULL,				/* 71 */
2978646Sdp@eng.sun.com 	NULL,				/* 72 */
2988646Sdp@eng.sun.com 	NULL,				/* 73 */
2998646Sdp@eng.sun.com 	NULL,				/* 74 */
3008646Sdp@eng.sun.com 	NULL,				/* 75 */
3018646Sdp@eng.sun.com 	NULL,				/* 76 */
3028646Sdp@eng.sun.com 	NULL,				/* 77 */
3038646Sdp@eng.sun.com 	NULL,				/* 78 */
3048646Sdp@eng.sun.com 	NULL,				/* 79 */
3058646Sdp@eng.sun.com 	NULL,				/* 80 */
3068646Sdp@eng.sun.com 	NULL,				/* 81 */
3078646Sdp@eng.sun.com 	NULL,				/* 82 */
3088646Sdp@eng.sun.com 	NULL,				/* 83 */
3098646Sdp@eng.sun.com 	NULL,				/* 84 */
3108646Sdp@eng.sun.com 	NULL,				/* 85 */
3118646Sdp@eng.sun.com 	NULL,				/* 86 */
3128646Sdp@eng.sun.com 	NULL,				/* 87 */
3138646Sdp@eng.sun.com 	NULL,				/* 88 */
3148646Sdp@eng.sun.com 	NULL,				/* 89 */
3158646Sdp@eng.sun.com 	NULL,				/* 90 */
3168646Sdp@eng.sun.com 	NULL,				/* 91 */
3178646Sdp@eng.sun.com 	NULL,				/* 92 */
3188646Sdp@eng.sun.com 	NULL,				/* 93 */
3198646Sdp@eng.sun.com 	NULL,				/* 94 */
3208646Sdp@eng.sun.com 	NULL,				/* 95 */
3218646Sdp@eng.sun.com 	NULL,				/* 96 */
3228646Sdp@eng.sun.com 	NULL,				/* 97 */
3238646Sdp@eng.sun.com 	NULL,				/* 98 */
3248646Sdp@eng.sun.com 	NULL,				/* 99 */
3258646Sdp@eng.sun.com 	"_PC_XATTR_ENABLED",		/* 100 */
3268646Sdp@eng.sun.com 	"_PC_XATTR_EXISTS",		/* 101, _PC_LAST */
3270Sstevel@tonic-gate };
3280Sstevel@tonic-gate 
3290Sstevel@tonic-gate const struct ioc {
3300Sstevel@tonic-gate 	uint_t	code;
3310Sstevel@tonic-gate 	const char *name;
3320Sstevel@tonic-gate 	const char *datastruct;
3330Sstevel@tonic-gate } ioc[] = {
3340Sstevel@tonic-gate 	{ (uint_t)TCGETA,	"TCGETA",	NULL },
3350Sstevel@tonic-gate 	{ (uint_t)TCSETA,	"TCSETA",	NULL },
3360Sstevel@tonic-gate 	{ (uint_t)TCSETAW,	"TCSETAW",	NULL },
3370Sstevel@tonic-gate 	{ (uint_t)TCSETAF,	"TCSETAF",	NULL },
3380Sstevel@tonic-gate 	{ (uint_t)TCFLSH,	"TCFLSH",	NULL },
3390Sstevel@tonic-gate 	{ (uint_t)TIOCKBON,	"TIOCKBON",	NULL },
3400Sstevel@tonic-gate 	{ (uint_t)TIOCKBOF,	"TIOCKBOF",	NULL },
3410Sstevel@tonic-gate 	{ (uint_t)KBENABLED,	"KBENABLED",	NULL },
3420Sstevel@tonic-gate 	{ (uint_t)TCGETS,	"TCGETS",	NULL },
3430Sstevel@tonic-gate 	{ (uint_t)TCSETS,	"TCSETS",	NULL },
3440Sstevel@tonic-gate 	{ (uint_t)TCSETSW,	"TCSETSW",	NULL },
3450Sstevel@tonic-gate 	{ (uint_t)TCSETSF,	"TCSETSF",	NULL },
3460Sstevel@tonic-gate 	{ (uint_t)TCXONC,	"TCXONC",	NULL },
3470Sstevel@tonic-gate 	{ (uint_t)TCSBRK,	"TCSBRK",	NULL },
3480Sstevel@tonic-gate 	{ (uint_t)TCDSET,	"TCDSET",	NULL },
3490Sstevel@tonic-gate 	{ (uint_t)RTS_TOG,	"RTS_TOG",	NULL },
3500Sstevel@tonic-gate 	{ (uint_t)TIOCSWINSZ,	"TIOCSWINSZ",	NULL },
3510Sstevel@tonic-gate 	{ (uint_t)TIOCGWINSZ,	"TIOCGWINSZ",	NULL },
3520Sstevel@tonic-gate 	{ (uint_t)TIOCGETD,	"TIOCGETD",	NULL },
3530Sstevel@tonic-gate 	{ (uint_t)TIOCSETD,	"TIOCSETD",	NULL },
3540Sstevel@tonic-gate 	{ (uint_t)TIOCHPCL,	"TIOCHPCL",	NULL },
3550Sstevel@tonic-gate 	{ (uint_t)TIOCGETP,	"TIOCGETP",	NULL },
3560Sstevel@tonic-gate 	{ (uint_t)TIOCSETP,	"TIOCSETP",	NULL },
3570Sstevel@tonic-gate 	{ (uint_t)TIOCSETN,	"TIOCSETN",	NULL },
3580Sstevel@tonic-gate 	{ (uint_t)TIOCEXCL,	"TIOCEXCL",	NULL },
3590Sstevel@tonic-gate 	{ (uint_t)TIOCNXCL,	"TIOCNXCL",	NULL },
3600Sstevel@tonic-gate 	{ (uint_t)TIOCFLUSH,	"TIOCFLUSH",	NULL },
3610Sstevel@tonic-gate 	{ (uint_t)TIOCSETC,	"TIOCSETC",	NULL },
3620Sstevel@tonic-gate 	{ (uint_t)TIOCGETC,	"TIOCGETC",	NULL },
3630Sstevel@tonic-gate 	{ (uint_t)TIOCGPGRP,	"TIOCGPGRP",	NULL },
3640Sstevel@tonic-gate 	{ (uint_t)TIOCSPGRP,	"TIOCSPGRP",	NULL },
3650Sstevel@tonic-gate 	{ (uint_t)TIOCGSID,	"TIOCGSID",	NULL },
3660Sstevel@tonic-gate 	{ (uint_t)TIOCSTI,	"TIOCSTI",	NULL },
3670Sstevel@tonic-gate 	{ (uint_t)TIOCMSET,	"TIOCMSET",	NULL },
3680Sstevel@tonic-gate 	{ (uint_t)TIOCMBIS,	"TIOCMBIS",	NULL },
3690Sstevel@tonic-gate 	{ (uint_t)TIOCMBIC,	"TIOCMBIC",	NULL },
3700Sstevel@tonic-gate 	{ (uint_t)TIOCMGET,	"TIOCMGET",	NULL },
3710Sstevel@tonic-gate 	{ (uint_t)TIOCREMOTE,	"TIOCREMOTE",	NULL },
3720Sstevel@tonic-gate 	{ (uint_t)TIOCSIGNAL,	"TIOCSIGNAL",	NULL },
3730Sstevel@tonic-gate 	{ (uint_t)TIOCSTART,	"TIOCSTART",	NULL },
3740Sstevel@tonic-gate 	{ (uint_t)TIOCSTOP,	"TIOCSTOP",	NULL },
3750Sstevel@tonic-gate 	{ (uint_t)TIOCNOTTY,	"TIOCNOTTY",	NULL },
3760Sstevel@tonic-gate 	{ (uint_t)TIOCOUTQ,	"TIOCOUTQ",	NULL },
3770Sstevel@tonic-gate 	{ (uint_t)TIOCGLTC,	"TIOCGLTC",	NULL },
3780Sstevel@tonic-gate 	{ (uint_t)TIOCSLTC,	"TIOCSLTC",	NULL },
3790Sstevel@tonic-gate 	{ (uint_t)TIOCCDTR,	"TIOCCDTR",	NULL },
3800Sstevel@tonic-gate 	{ (uint_t)TIOCSDTR,	"TIOCSDTR",	NULL },
3810Sstevel@tonic-gate 	{ (uint_t)TIOCCBRK,	"TIOCCBRK",	NULL },
3820Sstevel@tonic-gate 	{ (uint_t)TIOCSBRK,	"TIOCSBRK",	NULL },
3830Sstevel@tonic-gate 	{ (uint_t)TIOCLGET,	"TIOCLGET",	NULL },
3840Sstevel@tonic-gate 	{ (uint_t)TIOCLSET,	"TIOCLSET",	NULL },
3850Sstevel@tonic-gate 	{ (uint_t)TIOCLBIC,	"TIOCLBIC",	NULL },
3860Sstevel@tonic-gate 	{ (uint_t)TIOCLBIS,	"TIOCLBIS",	NULL },
3870Sstevel@tonic-gate 
3880Sstevel@tonic-gate 	{ (uint_t)TIOCPKT,	"TIOCPKT",	NULL },	/* ptyvar.h */
3890Sstevel@tonic-gate 	{ (uint_t)TIOCUCNTL,	"TIOCUCNTL",	NULL },
3900Sstevel@tonic-gate 	{ (uint_t)TIOCTCNTL,	"TIOCTCNTL",	NULL },
3910Sstevel@tonic-gate 	{ (uint_t)TIOCISPACE,	"TIOCISPACE",	NULL },
3920Sstevel@tonic-gate 	{ (uint_t)TIOCISIZE,	"TIOCISIZE",	NULL },
3930Sstevel@tonic-gate 	{ (uint_t)TIOCSSIZE,	"TIOCSSIZE",	"ttysize" },
3940Sstevel@tonic-gate 	{ (uint_t)TIOCGSIZE,	"TIOCGSIZE",	"ttysize" },
3950Sstevel@tonic-gate 
3960Sstevel@tonic-gate 	/*
3973147Sxc151355 	 * Unfortunately, the DLIOC and LDIOC codes overlap.  Since the LDIOC
3980Sstevel@tonic-gate 	 * ioctls (for xenix compatibility) are far less likely to be used, we
3993147Sxc151355 	 * give preference to DLIOC.
4000Sstevel@tonic-gate 	 */
4010Sstevel@tonic-gate 	{ (uint_t)DLIOCRAW,	"DLIOCRAW",	NULL },
4023147Sxc151355 	{ (uint_t)DLIOCNATIVE,	"DLIOCNATIVE",	NULL },
4038023SPhil.Kirk@Sun.COM 	{ (uint_t)DLIOCIPNETINFO, "DLIOCIPNETINFO", NULL},
4040Sstevel@tonic-gate 
4050Sstevel@tonic-gate 	{ (uint_t)LDOPEN,	"LDOPEN",	NULL },
4060Sstevel@tonic-gate 	{ (uint_t)LDCLOSE,	"LDCLOSE",	NULL },
4070Sstevel@tonic-gate 	{ (uint_t)LDCHG,	"LDCHG",	NULL },
4080Sstevel@tonic-gate 	{ (uint_t)LDGETT,	"LDGETT",	NULL },
4090Sstevel@tonic-gate 	{ (uint_t)LDSETT,	"LDSETT",	NULL },
4100Sstevel@tonic-gate 	{ (uint_t)LDSMAP,	"LDSMAP",	NULL },
4110Sstevel@tonic-gate 	{ (uint_t)LDGMAP,	"LDGMAP",	NULL },
4120Sstevel@tonic-gate 	{ (uint_t)LDNMAP,	"LDNMAP",	NULL },
4130Sstevel@tonic-gate 	{ (uint_t)TCGETX,	"TCGETX",	NULL },
4140Sstevel@tonic-gate 	{ (uint_t)TCSETX,	"TCSETX",	NULL },
4150Sstevel@tonic-gate 	{ (uint_t)TCSETXW,	"TCSETXW",	NULL },
4160Sstevel@tonic-gate 	{ (uint_t)TCSETXF,	"TCSETXF",	NULL },
4170Sstevel@tonic-gate 	{ (uint_t)FIORDCHK,	"FIORDCHK",	NULL },
4180Sstevel@tonic-gate 	{ (uint_t)FIOCLEX,	"FIOCLEX",	NULL },
4190Sstevel@tonic-gate 	{ (uint_t)FIONCLEX,	"FIONCLEX",	NULL },
4200Sstevel@tonic-gate 	{ (uint_t)FIONREAD,	"FIONREAD",	NULL },
4210Sstevel@tonic-gate 	{ (uint_t)FIONBIO,	"FIONBIO",	NULL },
4220Sstevel@tonic-gate 	{ (uint_t)FIOASYNC,	"FIOASYNC",	NULL },
4230Sstevel@tonic-gate 	{ (uint_t)FIOSETOWN,	"FIOSETOWN",	NULL },
4240Sstevel@tonic-gate 	{ (uint_t)FIOGETOWN,	"FIOGETOWN",	NULL },
4250Sstevel@tonic-gate #ifdef DIOCGETP
4260Sstevel@tonic-gate 	{ (uint_t)DIOCGETP,	"DIOCGETP",	NULL },
4270Sstevel@tonic-gate 	{ (uint_t)DIOCSETP,	"DIOCSETP",	NULL },
4280Sstevel@tonic-gate #endif
4290Sstevel@tonic-gate #ifdef DIOCGETC
4300Sstevel@tonic-gate 	{ (uint_t)DIOCGETC,	"DIOCGETC",	NULL },
4310Sstevel@tonic-gate 	{ (uint_t)DIOCGETB,	"DIOCGETB",	NULL },
4320Sstevel@tonic-gate 	{ (uint_t)DIOCSETE,	"DIOCSETE",	NULL },
4330Sstevel@tonic-gate #endif
4340Sstevel@tonic-gate #ifdef IFFORMAT
4350Sstevel@tonic-gate 	{ (uint_t)IFFORMAT,	"IFFORMAT",	NULL },
4360Sstevel@tonic-gate 	{ (uint_t)IFBCHECK,	"IFBCHECK",	NULL },
4370Sstevel@tonic-gate 	{ (uint_t)IFCONFIRM,	"IFCONFIRM",	NULL },
4380Sstevel@tonic-gate #endif
4390Sstevel@tonic-gate #ifdef LIOCGETP
4400Sstevel@tonic-gate 	{ (uint_t)LIOCGETP,	"LIOCGETP",	NULL },
4410Sstevel@tonic-gate 	{ (uint_t)LIOCSETP,	"LIOCSETP",	NULL },
4420Sstevel@tonic-gate 	{ (uint_t)LIOCGETS,	"LIOCGETS",	NULL },
4430Sstevel@tonic-gate 	{ (uint_t)LIOCSETS,	"LIOCSETS",	NULL },
4440Sstevel@tonic-gate #endif
4450Sstevel@tonic-gate #ifdef JBOOT
4460Sstevel@tonic-gate 	{ (uint_t)JBOOT,	"JBOOT",	NULL },
4470Sstevel@tonic-gate 	{ (uint_t)JTERM,	"JTERM",	NULL },
4480Sstevel@tonic-gate 	{ (uint_t)JMPX,		"JMPX",	NULL },
4490Sstevel@tonic-gate #ifdef JTIMO
4500Sstevel@tonic-gate 	{ (uint_t)JTIMO,	"JTIMO",	NULL },
4510Sstevel@tonic-gate #endif
4520Sstevel@tonic-gate 	{ (uint_t)JWINSIZE,	"JWINSIZE",	NULL },
4530Sstevel@tonic-gate 	{ (uint_t)JTIMOM,	"JTIMOM",	NULL },
4540Sstevel@tonic-gate 	{ (uint_t)JZOMBOOT,	"JZOMBOOT",	NULL },
4550Sstevel@tonic-gate 	{ (uint_t)JAGENT,	"JAGENT",	NULL },
4560Sstevel@tonic-gate 	{ (uint_t)JTRUN,	"JTRUN",	NULL },
4570Sstevel@tonic-gate 	{ (uint_t)JXTPROTO,	"JXTPROTO",	NULL },
4580Sstevel@tonic-gate #endif
4590Sstevel@tonic-gate 	{ (uint_t)KSTAT_IOC_CHAIN_ID,	"KSTAT_IOC_CHAIN_ID",	NULL },
4600Sstevel@tonic-gate 	{ (uint_t)KSTAT_IOC_READ,	"KSTAT_IOC_READ",	NULL },
4610Sstevel@tonic-gate 	{ (uint_t)KSTAT_IOC_WRITE,	"KSTAT_IOC_WRITE",	NULL },
4620Sstevel@tonic-gate 	{ (uint_t)STGET,	"STGET",	NULL },
4630Sstevel@tonic-gate 	{ (uint_t)STSET,	"STSET",	NULL },
4640Sstevel@tonic-gate 	{ (uint_t)STTHROW,	"STTHROW",	NULL },
4650Sstevel@tonic-gate 	{ (uint_t)STWLINE,	"STWLINE",	NULL },
4660Sstevel@tonic-gate 	{ (uint_t)STTSV,	"STTSV",	NULL },
4670Sstevel@tonic-gate 	{ (uint_t)I_NREAD,	"I_NREAD",	NULL },
4680Sstevel@tonic-gate 	{ (uint_t)I_PUSH,	"I_PUSH",	NULL },
4690Sstevel@tonic-gate 	{ (uint_t)I_POP,	"I_POP",	NULL },
4700Sstevel@tonic-gate 	{ (uint_t)I_LOOK,	"I_LOOK",	NULL },
4710Sstevel@tonic-gate 	{ (uint_t)I_FLUSH,	"I_FLUSH",	NULL },
4720Sstevel@tonic-gate 	{ (uint_t)I_SRDOPT,	"I_SRDOPT",	NULL },
4730Sstevel@tonic-gate 	{ (uint_t)I_GRDOPT,	"I_GRDOPT",	NULL },
4740Sstevel@tonic-gate 	{ (uint_t)I_STR,	"I_STR",	NULL },
4750Sstevel@tonic-gate 	{ (uint_t)I_SETSIG,	"I_SETSIG",	NULL },
4760Sstevel@tonic-gate 	{ (uint_t)I_GETSIG,	"I_GETSIG",	NULL },
4770Sstevel@tonic-gate 	{ (uint_t)I_FIND,	"I_FIND",	NULL },
4780Sstevel@tonic-gate 	{ (uint_t)I_LINK,	"I_LINK",	NULL },
4790Sstevel@tonic-gate 	{ (uint_t)I_UNLINK,	"I_UNLINK",	NULL },
4800Sstevel@tonic-gate 	{ (uint_t)I_PEEK,	"I_PEEK",	NULL },
4810Sstevel@tonic-gate 	{ (uint_t)I_FDINSERT,	"I_FDINSERT",	NULL },
4820Sstevel@tonic-gate 	{ (uint_t)I_SENDFD,	"I_SENDFD",	NULL },
4830Sstevel@tonic-gate 	{ (uint_t)I_RECVFD,	"I_RECVFD",	NULL },
4840Sstevel@tonic-gate 	{ (uint_t)I_SWROPT,	"I_SWROPT",	NULL },
4850Sstevel@tonic-gate 	{ (uint_t)I_GWROPT,	"I_GWROPT",	NULL },
4860Sstevel@tonic-gate 	{ (uint_t)I_LIST,	"I_LIST",	NULL },
4870Sstevel@tonic-gate 	{ (uint_t)I_PLINK,	"I_PLINK",	NULL },
4880Sstevel@tonic-gate 	{ (uint_t)I_PUNLINK,	"I_PUNLINK",	NULL },
4890Sstevel@tonic-gate 	{ (uint_t)I_FLUSHBAND,	"I_FLUSHBAND",	NULL },
4900Sstevel@tonic-gate 	{ (uint_t)I_CKBAND,	"I_CKBAND",	NULL },
4910Sstevel@tonic-gate 	{ (uint_t)I_GETBAND,	"I_GETBAND",	NULL },
4920Sstevel@tonic-gate 	{ (uint_t)I_ATMARK,	"I_ATMARK",	NULL },
4930Sstevel@tonic-gate 	{ (uint_t)I_SETCLTIME,	"I_SETCLTIME",	NULL },
4940Sstevel@tonic-gate 	{ (uint_t)I_GETCLTIME,	"I_GETCLTIME",	NULL },
4950Sstevel@tonic-gate 	{ (uint_t)I_CANPUT,	"I_CANPUT",	NULL },
4960Sstevel@tonic-gate 	{ (uint_t)I_ANCHOR,	"I_ANCHOR",	NULL },
4978752SPeter.Memishian@Sun.COM 	{ (uint_t)_I_CMD,	"_I_CMD",	NULL },
4980Sstevel@tonic-gate #ifdef TI_GETINFO
4990Sstevel@tonic-gate 	{ (uint_t)TI_GETINFO,	"TI_GETINFO",	NULL },
5000Sstevel@tonic-gate 	{ (uint_t)TI_OPTMGMT,	"TI_OPTMGMT",	NULL },
5010Sstevel@tonic-gate 	{ (uint_t)TI_BIND,	"TI_BIND",	NULL },
5020Sstevel@tonic-gate 	{ (uint_t)TI_UNBIND,	"TI_UNBIND",	NULL },
5030Sstevel@tonic-gate #endif
5040Sstevel@tonic-gate #ifdef	TI_CAPABILITY
5050Sstevel@tonic-gate 	{ (uint_t)TI_CAPABILITY,	"TI_CAPABILITY",	NULL },
5060Sstevel@tonic-gate #endif
5070Sstevel@tonic-gate #ifdef TI_GETMYNAME
5080Sstevel@tonic-gate 	{ (uint_t)TI_GETMYNAME,		"TI_GETMYNAME",		NULL },
5090Sstevel@tonic-gate 	{ (uint_t)TI_GETPEERNAME,	"TI_GETPEERNAME",	NULL },
5100Sstevel@tonic-gate 	{ (uint_t)TI_SETMYNAME,		"TI_SETMYNAME",		NULL },
5110Sstevel@tonic-gate 	{ (uint_t)TI_SETPEERNAME,	"TI_SETPEERNAME",	NULL },
5120Sstevel@tonic-gate #endif
5130Sstevel@tonic-gate #ifdef V_PREAD
5140Sstevel@tonic-gate 	{ (uint_t)V_PREAD,	"V_PREAD",	NULL },
5150Sstevel@tonic-gate 	{ (uint_t)V_PWRITE,	"V_PWRITE",	NULL },
5160Sstevel@tonic-gate 	{ (uint_t)V_PDREAD,	"V_PDREAD",	NULL },
5170Sstevel@tonic-gate 	{ (uint_t)V_PDWRITE,	"V_PDWRITE",	NULL },
5180Sstevel@tonic-gate #if !defined(__i386) && !defined(__amd64)
5190Sstevel@tonic-gate 	{ (uint_t)V_GETSSZ,	"V_GETSSZ",	NULL },
5200Sstevel@tonic-gate #endif /* !__i386 */
5210Sstevel@tonic-gate #endif
5220Sstevel@tonic-gate 	/* audio */
5230Sstevel@tonic-gate 	{ (uint_t)AUDIO_GETINFO,	"AUDIO_GETINFO",	NULL },
5240Sstevel@tonic-gate 	{ (uint_t)AUDIO_SETINFO,	"AUDIO_SETINFO",	NULL },
5250Sstevel@tonic-gate 	{ (uint_t)AUDIO_DRAIN,		"AUDIO_DRAIN",		NULL },
5260Sstevel@tonic-gate 	{ (uint_t)AUDIO_GETDEV,		"AUDIO_GETDEV",		NULL },
5270Sstevel@tonic-gate 	{ (uint_t)AUDIO_DIAG_LOOPBACK,	"AUDIO_DIAG_LOOPBACK",	NULL },
5280Sstevel@tonic-gate 	{ (uint_t)AUDIO_GET_CH_NUMBER,	"AUDIO_GET_CH_NUMBER",	NULL },
5290Sstevel@tonic-gate 	{ (uint_t)AUDIO_GET_CH_TYPE,	"AUDIO_GET_CH_TYPE",	NULL },
5300Sstevel@tonic-gate 	{ (uint_t)AUDIO_GET_NUM_CHS,	"AUDIO_GET_NUM_CHS",	NULL },
5310Sstevel@tonic-gate 	{ (uint_t)AUDIO_GET_AD_DEV,	"AUDIO_GET_AD_DEV",	NULL },
5320Sstevel@tonic-gate 	{ (uint_t)AUDIO_GET_APM_DEV,	"AUDIO_GET_APM_DEV",	NULL },
5330Sstevel@tonic-gate 	{ (uint_t)AUDIO_GET_AS_DEV,	"AUDIO_GET_AS_DEV",	NULL },
5340Sstevel@tonic-gate 	{ (uint_t)AUDIO_MIXER_MULTIPLE_OPEN,	"AUDIO_MIXER_MULTIPLE_OPEN",
5350Sstevel@tonic-gate 	    NULL },
5360Sstevel@tonic-gate 	{ (uint_t)AUDIO_MIXER_SINGLE_OPEN,	"AUDIO_MIXER_SINGLE_OPEN",
5370Sstevel@tonic-gate 	    NULL },
5380Sstevel@tonic-gate 	{ (uint_t)AUDIO_MIXER_GET_SAMPLE_RATES,	"AUDIO_MIXER_GET_SAMPLE_RATES",
5390Sstevel@tonic-gate 	    NULL },
5400Sstevel@tonic-gate 	{ (uint_t)AUDIO_MIXERCTL_GETINFO,	"AUDIO_MIXERCTL_GETINFO",
5410Sstevel@tonic-gate 	    NULL },
5420Sstevel@tonic-gate 	{ (uint_t)AUDIO_MIXERCTL_SETINFO,	"AUDIO_MIXERCTL_SETINFO",
5430Sstevel@tonic-gate 	    NULL },
5440Sstevel@tonic-gate 	{ (uint_t)AUDIO_MIXERCTL_GET_CHINFO,	"AUDIO_MIXERCTL_GET_CHINFO",
5450Sstevel@tonic-gate 	    NULL },
5460Sstevel@tonic-gate 	{ (uint_t)AUDIO_MIXERCTL_SET_CHINFO,	"AUDIO_MIXERCTL_SET_CHINFO",
5470Sstevel@tonic-gate 	    NULL },
5480Sstevel@tonic-gate 	{ (uint_t)AUDIO_MIXERCTL_GET_MODE,	"AUDIO_MIXERCTL_GET_MODE",
5490Sstevel@tonic-gate 	    NULL },
5500Sstevel@tonic-gate 	{ (uint_t)AUDIO_MIXERCTL_SET_MODE,	"AUDIO_MIXERCTL_SET_MODE",
5510Sstevel@tonic-gate 	    NULL },
5520Sstevel@tonic-gate 	/* STREAMS redirection ioctls */
5530Sstevel@tonic-gate 	{ (uint_t)SRIOCSREDIR,		"SRIOCSREDIR",	NULL },
5540Sstevel@tonic-gate 	{ (uint_t)SRIOCISREDIR,		"SRIOCISREDIR",	NULL },
5550Sstevel@tonic-gate 	{ (uint_t)CPCIO_BIND,		"CPCIO_BIND",		NULL },
5560Sstevel@tonic-gate 	{ (uint_t)CPCIO_SAMPLE,		"CPCIO_SAMPLE",		NULL },
5570Sstevel@tonic-gate 	{ (uint_t)CPCIO_RELE,		"CPCIO_RELE",		NULL },
5580Sstevel@tonic-gate 	/* /dev/poll ioctl() control codes */
5590Sstevel@tonic-gate 	{ (uint_t)DP_POLL,	"DP_POLL",	NULL },
5600Sstevel@tonic-gate 	{ (uint_t)DP_ISPOLLED,	"DP_ISPOLLED",	NULL },
5610Sstevel@tonic-gate 	/* the old /proc ioctl() control codes */
5620Sstevel@tonic-gate #define	PIOC	('q'<<8)
5630Sstevel@tonic-gate 	{ (uint_t)(PIOC|1),	"PIOCSTATUS",	NULL },
5640Sstevel@tonic-gate 	{ (uint_t)(PIOC|2),	"PIOCSTOP",	NULL },
5650Sstevel@tonic-gate 	{ (uint_t)(PIOC|3),	"PIOCWSTOP",	NULL },
5660Sstevel@tonic-gate 	{ (uint_t)(PIOC|4),	"PIOCRUN",	NULL },
5670Sstevel@tonic-gate 	{ (uint_t)(PIOC|5),	"PIOCGTRACE",	NULL },
5680Sstevel@tonic-gate 	{ (uint_t)(PIOC|6),	"PIOCSTRACE",	NULL },
5690Sstevel@tonic-gate 	{ (uint_t)(PIOC|7),	"PIOCSSIG",	NULL },
5700Sstevel@tonic-gate 	{ (uint_t)(PIOC|8),	"PIOCKILL",	NULL },
5710Sstevel@tonic-gate 	{ (uint_t)(PIOC|9),	"PIOCUNKILL",	NULL },
5720Sstevel@tonic-gate 	{ (uint_t)(PIOC|10),	"PIOCGHOLD",	NULL },
5730Sstevel@tonic-gate 	{ (uint_t)(PIOC|11),	"PIOCSHOLD",	NULL },
5740Sstevel@tonic-gate 	{ (uint_t)(PIOC|12),	"PIOCMAXSIG",	NULL },
5750Sstevel@tonic-gate 	{ (uint_t)(PIOC|13),	"PIOCACTION",	NULL },
5760Sstevel@tonic-gate 	{ (uint_t)(PIOC|14),	"PIOCGFAULT",	NULL },
5770Sstevel@tonic-gate 	{ (uint_t)(PIOC|15),	"PIOCSFAULT",	NULL },
5780Sstevel@tonic-gate 	{ (uint_t)(PIOC|16),	"PIOCCFAULT",	NULL },
5790Sstevel@tonic-gate 	{ (uint_t)(PIOC|17),	"PIOCGENTRY",	NULL },
5800Sstevel@tonic-gate 	{ (uint_t)(PIOC|18),	"PIOCSENTRY",	NULL },
5810Sstevel@tonic-gate 	{ (uint_t)(PIOC|19),	"PIOCGEXIT",	NULL },
5820Sstevel@tonic-gate 	{ (uint_t)(PIOC|20),	"PIOCSEXIT",	NULL },
5830Sstevel@tonic-gate 	{ (uint_t)(PIOC|21),	"PIOCSFORK",	NULL },
5840Sstevel@tonic-gate 	{ (uint_t)(PIOC|22),	"PIOCRFORK",	NULL },
5850Sstevel@tonic-gate 	{ (uint_t)(PIOC|23),	"PIOCSRLC",	NULL },
5860Sstevel@tonic-gate 	{ (uint_t)(PIOC|24),	"PIOCRRLC",	NULL },
5870Sstevel@tonic-gate 	{ (uint_t)(PIOC|25),	"PIOCGREG",	NULL },
5880Sstevel@tonic-gate 	{ (uint_t)(PIOC|26),	"PIOCSREG",	NULL },
5890Sstevel@tonic-gate 	{ (uint_t)(PIOC|27),	"PIOCGFPREG",	NULL },
5900Sstevel@tonic-gate 	{ (uint_t)(PIOC|28),	"PIOCSFPREG",	NULL },
5910Sstevel@tonic-gate 	{ (uint_t)(PIOC|29),	"PIOCNICE",	NULL },
5920Sstevel@tonic-gate 	{ (uint_t)(PIOC|30),	"PIOCPSINFO",	NULL },
5930Sstevel@tonic-gate 	{ (uint_t)(PIOC|31),	"PIOCNMAP",	NULL },
5940Sstevel@tonic-gate 	{ (uint_t)(PIOC|32),	"PIOCMAP",	NULL },
5950Sstevel@tonic-gate 	{ (uint_t)(PIOC|33),	"PIOCOPENM",	NULL },
5960Sstevel@tonic-gate 	{ (uint_t)(PIOC|34),	"PIOCCRED",	NULL },
5970Sstevel@tonic-gate 	{ (uint_t)(PIOC|35),	"PIOCGROUPS",	NULL },
5980Sstevel@tonic-gate 	{ (uint_t)(PIOC|36),	"PIOCGETPR",	NULL },
5990Sstevel@tonic-gate 	{ (uint_t)(PIOC|37),	"PIOCGETU",	NULL },
6000Sstevel@tonic-gate 	{ (uint_t)(PIOC|38),	"PIOCSET",	NULL },
6010Sstevel@tonic-gate 	{ (uint_t)(PIOC|39),	"PIOCRESET",	NULL },
6020Sstevel@tonic-gate 	{ (uint_t)(PIOC|43),	"PIOCUSAGE",	NULL },
6030Sstevel@tonic-gate 	{ (uint_t)(PIOC|44),	"PIOCOPENPD",	NULL },
6040Sstevel@tonic-gate 	{ (uint_t)(PIOC|45),	"PIOCLWPIDS",	NULL },
6050Sstevel@tonic-gate 	{ (uint_t)(PIOC|46),	"PIOCOPENLWP",	NULL },
6060Sstevel@tonic-gate 	{ (uint_t)(PIOC|47),	"PIOCLSTATUS",	NULL },
6070Sstevel@tonic-gate 	{ (uint_t)(PIOC|48),	"PIOCLUSAGE",	NULL },
6080Sstevel@tonic-gate 	{ (uint_t)(PIOC|49),	"PIOCNAUXV",	NULL },
6090Sstevel@tonic-gate 	{ (uint_t)(PIOC|50),	"PIOCAUXV",	NULL },
6100Sstevel@tonic-gate 	{ (uint_t)(PIOC|51),	"PIOCGXREGSIZE",	NULL },
6110Sstevel@tonic-gate 	{ (uint_t)(PIOC|52),	"PIOCGXREG",	NULL },
6120Sstevel@tonic-gate 	{ (uint_t)(PIOC|53),	"PIOCSXREG",	NULL },
6130Sstevel@tonic-gate 	{ (uint_t)(PIOC|101),	"PIOCGWIN",	NULL },
6140Sstevel@tonic-gate 	{ (uint_t)(PIOC|103),	"PIOCNLDT",	NULL },
6150Sstevel@tonic-gate 	{ (uint_t)(PIOC|104),	"PIOCLDT",	NULL },
6160Sstevel@tonic-gate 
6170Sstevel@tonic-gate 	/* ioctl's applicable on sockets */
6180Sstevel@tonic-gate 	{ (uint_t)SIOCSHIWAT,	"SIOCSHIWAT",	NULL },
6190Sstevel@tonic-gate 	{ (uint_t)SIOCGHIWAT,	"SIOCGHIWAT",	NULL },
6200Sstevel@tonic-gate 	{ (uint_t)SIOCSLOWAT,	"SIOCSLOWAT",	NULL },
6210Sstevel@tonic-gate 	{ (uint_t)SIOCGLOWAT,	"SIOCGLOWAT",	NULL },
6220Sstevel@tonic-gate 	{ (uint_t)SIOCATMARK,	"SIOCATMARK",	NULL },
6230Sstevel@tonic-gate 	{ (uint_t)SIOCSPGRP,	"SIOCSPGRP",	NULL },
6240Sstevel@tonic-gate 	{ (uint_t)SIOCGPGRP,	"SIOCGPGRP",	NULL },
6250Sstevel@tonic-gate 	{ (uint_t)SIOCADDRT,	"SIOCADDRT",	"rtentry" },
6260Sstevel@tonic-gate 	{ (uint_t)SIOCDELRT,	"SIOCDELRT",	"rtentry" },
6270Sstevel@tonic-gate 	{ (uint_t)SIOCGETVIFCNT,	"SIOCGETVIFCNT", "sioc_vif_req" },
6280Sstevel@tonic-gate 	{ (uint_t)SIOCGETSGCNT,	"SIOCGETSGCNT",	"sioc_sg_req" },
6290Sstevel@tonic-gate 	{ (uint_t)SIOCGETLSGCNT,	"SIOCGETLSGCNT", "sioc_lsg_req" },
6300Sstevel@tonic-gate 	{ (uint_t)SIOCSIFADDR,	"SIOCSIFADDR",	"ifreq" },
6310Sstevel@tonic-gate 	{ (uint_t)SIOCGIFADDR,	"SIOCGIFADDR",	"ifreq" },
6320Sstevel@tonic-gate 	{ (uint_t)SIOCSIFDSTADDR,	"SIOCSIFDSTADDR", "ifreq" },
6330Sstevel@tonic-gate 	{ (uint_t)SIOCGIFDSTADDR,	"SIOCGIFDSTADDR", "ifreq" },
6340Sstevel@tonic-gate 	{ (uint_t)SIOCSIFFLAGS,	"SIOCSIFFLAGS",	"ifreq" },
6350Sstevel@tonic-gate 	{ (uint_t)SIOCGIFFLAGS,	"SIOCGIFFLAGS",	"ifreq" },
6360Sstevel@tonic-gate 	{ (uint_t)SIOCSIFMEM,	"SIOCSIFMEM",	"ifreq" },
6370Sstevel@tonic-gate 	{ (uint_t)SIOCGIFMEM,	"SIOCGIFMEM",	"ifreq" },
6380Sstevel@tonic-gate 	{ (uint_t)SIOCGIFCONF,	"SIOCGIFCONF",	"ifconf" },
6390Sstevel@tonic-gate 	{ (uint_t)SIOCSIFMTU,	"SIOCSIFMTU",	"ifreq" },
6400Sstevel@tonic-gate 	{ (uint_t)SIOCGIFMTU,	"SIOCGIFMTU",	"ifreq" },
6410Sstevel@tonic-gate 	{ (uint_t)SIOCGIFBRDADDR,	"SIOCGIFBRDADDR",	"ifreq" },
6420Sstevel@tonic-gate 	{ (uint_t)SIOCSIFBRDADDR,	"SIOCSIFBRDADDR",	"ifreq" },
6430Sstevel@tonic-gate 	{ (uint_t)SIOCGIFNETMASK,	"SIOCGIFNETMASK",	"ifreq" },
6440Sstevel@tonic-gate 	{ (uint_t)SIOCSIFNETMASK,	"SIOCSIFNETMASK",	"ifreq" },
6450Sstevel@tonic-gate 	{ (uint_t)SIOCGIFMETRIC,	"SIOCGIFMETRIC",	"ifreq" },
6460Sstevel@tonic-gate 	{ (uint_t)SIOCSIFMETRIC,	"SIOCSIFMETRIC",	"ifreq" },
6470Sstevel@tonic-gate 	{ (uint_t)SIOCSARP,	"SIOCSARP",	"arpreq" },
6480Sstevel@tonic-gate 	{ (uint_t)SIOCGARP,	"SIOCGARP",	"arpreq" },
6490Sstevel@tonic-gate 	{ (uint_t)SIOCDARP,	"SIOCDARP",	"arpreq" },
6500Sstevel@tonic-gate 	{ (uint_t)SIOCUPPER,	"SIOCUPPER",	"ifreq" },
6510Sstevel@tonic-gate 	{ (uint_t)SIOCLOWER,	"SIOCLOWER",	"ifreq" },
6520Sstevel@tonic-gate 	{ (uint_t)SIOCSETSYNC,	"SIOCSETSYNC",	"ifreq" },
6530Sstevel@tonic-gate 	{ (uint_t)SIOCGETSYNC,	"SIOCGETSYNC",	"ifreq" },
6540Sstevel@tonic-gate 	{ (uint_t)SIOCSSDSTATS,	"SIOCSSDSTATS",	"ifreq" },
6550Sstevel@tonic-gate 	{ (uint_t)SIOCSSESTATS,	"SIOCSSESTATS",	"ifreq" },
6560Sstevel@tonic-gate 	{ (uint_t)SIOCSPROMISC,	"SIOCSPROMISC",	NULL },
6570Sstevel@tonic-gate 	{ (uint_t)SIOCADDMULTI,	"SIOCADDMULTI",	"ifreq" },
6580Sstevel@tonic-gate 	{ (uint_t)SIOCDELMULTI,	"SIOCDELMULTI",	"ifreq" },
6590Sstevel@tonic-gate 	{ (uint_t)SIOCGETNAME,	"SIOCGETNAME",	"sockaddr" },
6600Sstevel@tonic-gate 	{ (uint_t)SIOCGETPEER,	"SIOCGETPEER",	"sockaddr" },
6610Sstevel@tonic-gate 	{ (uint_t)IF_UNITSEL,	"IF_UNITSEL",	NULL },
6620Sstevel@tonic-gate 	{ (uint_t)SIOCXPROTO,	"SIOCXPROTO",	NULL },
6630Sstevel@tonic-gate 	{ (uint_t)SIOCIFDETACH,	"SIOCIFDETACH",	"ifreq" },
6640Sstevel@tonic-gate 	{ (uint_t)SIOCGENPSTATS,	"SIOCGENPSTATS",	"ifreq" },
6650Sstevel@tonic-gate 	{ (uint_t)SIOCX25XMT,	"SIOCX25XMT",	"ifreq" },
6660Sstevel@tonic-gate 	{ (uint_t)SIOCX25RCV,	"SIOCX25RCV",	"ifreq" },
6670Sstevel@tonic-gate 	{ (uint_t)SIOCX25TBL,	"SIOCX25TBL",	"ifreq" },
6680Sstevel@tonic-gate 	{ (uint_t)SIOCSLGETREQ,	"SIOCSLGETREQ",	"ifreq" },
6690Sstevel@tonic-gate 	{ (uint_t)SIOCSLSTAT,	"SIOCSLSTAT",	"ifreq" },
6700Sstevel@tonic-gate 	{ (uint_t)SIOCSIFNAME,	"SIOCSIFNAME",	"ifreq" },
6710Sstevel@tonic-gate 	{ (uint_t)SIOCGENADDR,	"SIOCGENADDR",	"ifreq" },
6720Sstevel@tonic-gate 	{ (uint_t)SIOCGIFNUM,	"SIOCGIFNUM",	NULL },
6730Sstevel@tonic-gate 	{ (uint_t)SIOCGIFMUXID,	"SIOCGIFMUXID",	"ifreq" },
6740Sstevel@tonic-gate 	{ (uint_t)SIOCSIFMUXID,	"SIOCSIFMUXID",	"ifreq" },
6750Sstevel@tonic-gate 	{ (uint_t)SIOCGIFINDEX,	"SIOCGIFINDEX",	"ifreq" },
6760Sstevel@tonic-gate 	{ (uint_t)SIOCSIFINDEX,	"SIOCSIFINDEX",	"ifreq" },
6770Sstevel@tonic-gate 	{ (uint_t)SIOCLIFREMOVEIF,	"SIOCLIFREMOVEIF",	"lifreq" },
6780Sstevel@tonic-gate 	{ (uint_t)SIOCLIFADDIF,		"SIOCLIFADDIF",		"lifreq" },
6790Sstevel@tonic-gate 	{ (uint_t)SIOCSLIFADDR,		"SIOCSLIFADDR",		"lifreq" },
6800Sstevel@tonic-gate 	{ (uint_t)SIOCGLIFADDR,		"SIOCGLIFADDR",		"lifreq" },
6810Sstevel@tonic-gate 	{ (uint_t)SIOCSLIFDSTADDR,	"SIOCSLIFDSTADDR",	"lifreq" },
6820Sstevel@tonic-gate 	{ (uint_t)SIOCGLIFDSTADDR,	"SIOCGLIFDSTADDR",	"lifreq" },
6830Sstevel@tonic-gate 	{ (uint_t)SIOCSLIFFLAGS,	"SIOCSLIFFLAGS",	"lifreq" },
6840Sstevel@tonic-gate 	{ (uint_t)SIOCGLIFFLAGS,	"SIOCGLIFFLAGS",	"lifreq" },
6850Sstevel@tonic-gate 	{ (uint_t)SIOCGLIFCONF,		"SIOCGLIFCONF",		"lifconf" },
6860Sstevel@tonic-gate 	{ (uint_t)SIOCSLIFMTU,		"SIOCSLIFMTU",		"lifreq" },
6870Sstevel@tonic-gate 	{ (uint_t)SIOCGLIFMTU,		"SIOCGLIFMTU",		"lifreq" },
6880Sstevel@tonic-gate 	{ (uint_t)SIOCGLIFBRDADDR,	"SIOCGLIFBRDADDR",	"lifreq" },
6890Sstevel@tonic-gate 	{ (uint_t)SIOCSLIFBRDADDR,	"SIOCSLIFBRDADDR",	"lifreq" },
6900Sstevel@tonic-gate 	{ (uint_t)SIOCGLIFNETMASK,	"SIOCGLIFNETMASK",	"lifreq" },
6910Sstevel@tonic-gate 	{ (uint_t)SIOCSLIFNETMASK,	"SIOCSLIFNETMASK",	"lifreq" },
6920Sstevel@tonic-gate 	{ (uint_t)SIOCGLIFMETRIC,	"SIOCGLIFMETRIC",	"lifreq" },
6930Sstevel@tonic-gate 	{ (uint_t)SIOCSLIFMETRIC,	"SIOCSLIFMETRIC",	"lifreq" },
6940Sstevel@tonic-gate 	{ (uint_t)SIOCSLIFNAME,		"SIOCSLIFNAME",		"lifreq" },
6950Sstevel@tonic-gate 	{ (uint_t)SIOCGLIFNUM,		"SIOCGLIFNUM",		"lifnum" },
6960Sstevel@tonic-gate 	{ (uint_t)SIOCGLIFMUXID,	"SIOCGLIFMUXID",	"lifreq" },
6970Sstevel@tonic-gate 	{ (uint_t)SIOCSLIFMUXID,	"SIOCSLIFMUXID",	"lifreq" },
6980Sstevel@tonic-gate 	{ (uint_t)SIOCGLIFINDEX,	"SIOCGLIFINDEX",	"lifreq" },
6990Sstevel@tonic-gate 	{ (uint_t)SIOCSLIFINDEX,	"SIOCSLIFINDEX",	"lifreq" },
7000Sstevel@tonic-gate 	{ (uint_t)SIOCSLIFTOKEN,	"SIOCSLIFTOKEN",	"lifreq" },
7010Sstevel@tonic-gate 	{ (uint_t)SIOCGLIFTOKEN,	"SIOCGLIFTOKEN",	"lifreq" },
7020Sstevel@tonic-gate 	{ (uint_t)SIOCSLIFSUBNET,	"SIOCSLIFSUBNET",	"lifreq" },
7030Sstevel@tonic-gate 	{ (uint_t)SIOCGLIFSUBNET,	"SIOCGLIFSUBNET",	"lifreq" },
7040Sstevel@tonic-gate 	{ (uint_t)SIOCSLIFLNKINFO,	"SIOCSLIFLNKINFO",	"lifreq" },
7050Sstevel@tonic-gate 	{ (uint_t)SIOCGLIFLNKINFO,	"SIOCGLIFLNKINFO",	"lifreq" },
7060Sstevel@tonic-gate 	{ (uint_t)SIOCLIFDELND,		"SIOCLIFDELND",		"lifreq" },
7070Sstevel@tonic-gate 	{ (uint_t)SIOCLIFGETND,		"SIOCLIFGETND",		"lifreq" },
7080Sstevel@tonic-gate 	{ (uint_t)SIOCLIFSETND,		"SIOCLIFSETND",		"lifreq" },
7090Sstevel@tonic-gate 	{ (uint_t)SIOCTMYADDR,		"SIOCTMYADDR",	"sioc_addrreq" },
7100Sstevel@tonic-gate 	{ (uint_t)SIOCTONLINK,		"SIOCTONLINK",	"sioc_addrreq" },
7110Sstevel@tonic-gate 	{ (uint_t)SIOCTMYSITE,		"SIOCTMYSITE",	"sioc_addrreq" },
7128023SPhil.Kirk@Sun.COM 	{ (uint_t)SIOCGTUNPARAM,        "SIOCGTUNPARAM",        "iftun_req" },
7138023SPhil.Kirk@Sun.COM 	{ (uint_t)SIOCSTUNPARAM,        "SIOCSTUNPARAM",        "iftun_req" },
7140Sstevel@tonic-gate 	{ (uint_t)SIOCFIPSECONFIG,	"SIOCFIPSECONFIG",	NULL },
7150Sstevel@tonic-gate 	{ (uint_t)SIOCSIPSECONFIG,	"SIOCSIPSECONFIG",	NULL },
7160Sstevel@tonic-gate 	{ (uint_t)SIOCDIPSECONFIG,	"SIOCDIPSECONFIG",	NULL },
7170Sstevel@tonic-gate 	{ (uint_t)SIOCLIPSECONFIG,	"SIOCLIPSECONFIG",	NULL },
7188485SPeter.Memishian@Sun.COM 	{ (uint_t)SIOCGLIFBINDING,	"SIOCGLIFBINDING",	"lifreq" },
7190Sstevel@tonic-gate 	{ (uint_t)SIOCSLIFGROUPNAME,	"SIOCSLIFGROUPNAME",	"lifreq" },
7200Sstevel@tonic-gate 	{ (uint_t)SIOCGLIFGROUPNAME,	"SIOCGLIFGROUPNAME",	"lifreq" },
7218485SPeter.Memishian@Sun.COM 	{ (uint_t)SIOCGLIFGROUPINFO,	"SIOCGLIFGROUPINFO", "lifgroupinfo" },
7220Sstevel@tonic-gate 	{ (uint_t)SIOCGDSTINFO,		"SIOCGDSTINFO",		NULL },
7230Sstevel@tonic-gate 	{ (uint_t)SIOCGIP6ADDRPOLICY,	"SIOCGIP6ADDRPOLICY",	NULL },
7240Sstevel@tonic-gate 	{ (uint_t)SIOCSIP6ADDRPOLICY,	"SIOCSIP6ADDRPOLICY", 	NULL },
7250Sstevel@tonic-gate 	{ (uint_t)SIOCSXARP,		"SIOCSXARP",		"xarpreq" },
7260Sstevel@tonic-gate 	{ (uint_t)SIOCGXARP,		"SIOCGXARP",		"xarpreq" },
7270Sstevel@tonic-gate 	{ (uint_t)SIOCDXARP,		"SIOCDXARP",		"xarpreq" },
7280Sstevel@tonic-gate 	{ (uint_t)SIOCGLIFZONE,		"SIOCGLIFZONE",		"lifreq" },
7290Sstevel@tonic-gate 	{ (uint_t)SIOCSLIFZONE,		"SIOCSLIFZONE",		"lifreq" },
7300Sstevel@tonic-gate 	{ (uint_t)SIOCSCTPSOPT,		"SIOCSCTPSOPT",		NULL },
7310Sstevel@tonic-gate 	{ (uint_t)SIOCSCTPGOPT,		"SIOCSCTPGOPT",		NULL },
7320Sstevel@tonic-gate 	{ (uint_t)SIOCSCTPPEELOFF,	"SIOPCSCTPPEELOFF",	"int" },
7330Sstevel@tonic-gate 	{ (uint_t)SIOCGLIFUSESRC,	"SIOCGLIFUSESRC",	"lifreq" },
7340Sstevel@tonic-gate 	{ (uint_t)SIOCSLIFUSESRC,	"SIOCSLIFUSESRC",	"lifreq" },
7350Sstevel@tonic-gate 	{ (uint_t)SIOCGLIFSRCOF,	"SIOCGLIFSRCOF",	"lifsrcof" },
7360Sstevel@tonic-gate 	{ (uint_t)SIOCGMSFILTER,	"SIOCGMSFILTER",    "group_filter" },
7370Sstevel@tonic-gate 	{ (uint_t)SIOCSMSFILTER,	"SIOCSMSFILTER",    "group_filter" },
7380Sstevel@tonic-gate 	{ (uint_t)SIOCGIPMSFILTER,	"SIOCGIPMSFILTER",  "ip_msfilter" },
7390Sstevel@tonic-gate 	{ (uint_t)SIOCSIPMSFILTER,	"SIOCSIPMSFILTER",  "ip_msfilter" },
7400Sstevel@tonic-gate 
7410Sstevel@tonic-gate 	/* DES encryption */
7420Sstevel@tonic-gate 	{ (uint_t)DESIOCBLOCK,	"DESIOCBLOCK", 	"desparams" },
7430Sstevel@tonic-gate 	{ (uint_t)DESIOCQUICK,	"DESIOCQUICK", 	"desparams" },
7440Sstevel@tonic-gate 
7450Sstevel@tonic-gate 	/* Printing system */
7460Sstevel@tonic-gate 	{ (uint_t)PRNIOC_GET_IFCAP,	"PRNIOC_GET_IFCAP", 	NULL },
7470Sstevel@tonic-gate 	{ (uint_t)PRNIOC_SET_IFCAP,	"PRNIOC_SET_IFCAP", 	NULL },
7480Sstevel@tonic-gate 	{ (uint_t)PRNIOC_GET_IFINFO,	"PRNIOC_GET_IFINFO",
7490Sstevel@tonic-gate 	    "prn_interface_info" },
7500Sstevel@tonic-gate 	{ (uint_t)PRNIOC_GET_STATUS,	"PRNIOC_GET_STATUS", 	NULL },
7510Sstevel@tonic-gate 	{ (uint_t)PRNIOC_GET_1284_DEVID,	"PRNIOC_GET_1284_DEVID",
7520Sstevel@tonic-gate 	    "prn_1284_device_id" },
7530Sstevel@tonic-gate 	{ (uint_t)PRNIOC_GET_1284_STATUS,
7540Sstevel@tonic-gate 	    "PRNIOC_GET_IFCANIOC_GET_1284_STATUS", NULL },
7550Sstevel@tonic-gate 	{ (uint_t)PRNIOC_GET_TIMEOUTS,	"PRNIOC_GET_TIMEOUTS",
7560Sstevel@tonic-gate 	    "prn_timeouts" },
7570Sstevel@tonic-gate 	{ (uint_t)PRNIOC_SET_TIMEOUTS,	"PRNIOC_SET_TIMEOUTS",
7580Sstevel@tonic-gate 	    "prn_timeouts" },
7590Sstevel@tonic-gate 	{ (uint_t)PRNIOC_RESET,	"PRNIOC_RESET", 	NULL },
7600Sstevel@tonic-gate 
7610Sstevel@tonic-gate 	/* DTrace */
7620Sstevel@tonic-gate 	{ (uint_t)DTRACEIOC_PROVIDER,	"DTRACEIOC_PROVIDER",	NULL },
7630Sstevel@tonic-gate 	{ (uint_t)DTRACEIOC_PROBES,	"DTRACEIOC_PROBES",	NULL },
7640Sstevel@tonic-gate 	{ (uint_t)DTRACEIOC_BUFSNAP,	"DTRACEIOC_BUFSNAP",	NULL },
7650Sstevel@tonic-gate 	{ (uint_t)DTRACEIOC_PROBEMATCH,	"DTRACEIOC_PROBEMATCH",	NULL },
7660Sstevel@tonic-gate 	{ (uint_t)DTRACEIOC_ENABLE,	"DTRACEIOC_ENABLE",	NULL },
7670Sstevel@tonic-gate 	{ (uint_t)DTRACEIOC_AGGSNAP,	"DTRACEIOC_AGGSNAP",	NULL },
7680Sstevel@tonic-gate 	{ (uint_t)DTRACEIOC_EPROBE,	"DTRACEIOC_EPROBE",	NULL },
7690Sstevel@tonic-gate 	{ (uint_t)DTRACEIOC_PROBEARG,   "DTRACEIOC_PROBEARG",   NULL },
7700Sstevel@tonic-gate 	{ (uint_t)DTRACEIOC_CONF,	"DTRACEIOC_CONF",	NULL },
7710Sstevel@tonic-gate 	{ (uint_t)DTRACEIOC_STATUS,	"DTRACEIOC_STATUS",	NULL },
7720Sstevel@tonic-gate 	{ (uint_t)DTRACEIOC_GO,		"DTRACEIOC_GO",		NULL },
7730Sstevel@tonic-gate 	{ (uint_t)DTRACEIOC_STOP,	"DTRACEIOC_STOP",	NULL },
7740Sstevel@tonic-gate 	{ (uint_t)DTRACEIOC_AGGDESC,	"DTRACEIOC_AGGDESC",	NULL },
7750Sstevel@tonic-gate 	{ (uint_t)DTRACEIOC_FORMAT,	"DTRACEIOC_FORMAT",	NULL },
7760Sstevel@tonic-gate 	{ (uint_t)DTRACEIOC_DOFGET,	"DTRACEIOC_DOFGET",	NULL },
7770Sstevel@tonic-gate 	{ (uint_t)DTRACEIOC_REPLICATE,	"DTRACEIOC_REPLICATE",	NULL },
7780Sstevel@tonic-gate 
7790Sstevel@tonic-gate 	{ (uint_t)DTRACEHIOC_ADD,	"DTRACEHIOC_ADD",	NULL },
7800Sstevel@tonic-gate 	{ (uint_t)DTRACEHIOC_REMOVE,	"DTRACEHIOC_REMOVE",	NULL },
7810Sstevel@tonic-gate 	{ (uint_t)DTRACEHIOC_ADDDOF,	"DTRACEHIOC_ADDDOF",	NULL },
7820Sstevel@tonic-gate 
7830Sstevel@tonic-gate 	/* /dev/cryptoadm ioctl() control codes */
7840Sstevel@tonic-gate 	{ (uint_t)CRYPTO_GET_VERSION,	"CRYPTO_GET_VERSION",	NULL },
7850Sstevel@tonic-gate 	{ (uint_t)CRYPTO_GET_DEV_LIST,	"CRYPTO_GET_DEV_LIST",	NULL },
7860Sstevel@tonic-gate 	{ (uint_t)CRYPTO_GET_SOFT_LIST,	"CRYPTO_GET_SOFT_LIST",	NULL },
7870Sstevel@tonic-gate 	{ (uint_t)CRYPTO_GET_DEV_INFO,	"CRYPTO_GET_DEV_INFO",	NULL },
7880Sstevel@tonic-gate 	{ (uint_t)CRYPTO_GET_SOFT_INFO,	"CRYPTO_GET_SOFT_INFO",	NULL },
7890Sstevel@tonic-gate 	{ (uint_t)CRYPTO_LOAD_DEV_DISABLED,	"CRYPTO_LOAD_DEV_DISABLED",
7900Sstevel@tonic-gate 	    NULL },
7910Sstevel@tonic-gate 	{ (uint_t)CRYPTO_LOAD_SOFT_DISABLED,	"CRYPTO_LOAD_SOFT_DISABLED",
7920Sstevel@tonic-gate 	    NULL },
7930Sstevel@tonic-gate 	{ (uint_t)CRYPTO_UNLOAD_SOFT_MODULE,	"CRYPTO_UNLOAD_SOFT_MODULE",
7940Sstevel@tonic-gate 	    NULL },
7950Sstevel@tonic-gate 	{ (uint_t)CRYPTO_LOAD_SOFT_CONFIG,	"CRYPTO_LOAD_SOFT_CONFIG",
7960Sstevel@tonic-gate 	    NULL },
7970Sstevel@tonic-gate 	{ (uint_t)CRYPTO_POOL_CREATE,	"CRYPTO_POOL_CREATE",	NULL },
7980Sstevel@tonic-gate 	{ (uint_t)CRYPTO_POOL_WAIT,	"CRYPTO_POOL_WAIT",	NULL },
7990Sstevel@tonic-gate 	{ (uint_t)CRYPTO_POOL_RUN,	"CRYPTO_POOL_RUN",	NULL },
8000Sstevel@tonic-gate 	{ (uint_t)CRYPTO_LOAD_DOOR,	"CRYPTO_LOAD_DOOR",	NULL },
8010Sstevel@tonic-gate 
8020Sstevel@tonic-gate 	/* /dev/crypto ioctl() control codes */
8030Sstevel@tonic-gate 	{ (uint_t)CRYPTO_GET_FUNCTION_LIST,	"CRYPTO_GET_FUNCTION_LIST",
8040Sstevel@tonic-gate 	    NULL },
8050Sstevel@tonic-gate 	{ (uint_t)CRYPTO_GET_MECHANISM_NUMBER,	"CRYPTO_GET_MECHANISM_NUMBER",
8060Sstevel@tonic-gate 	    NULL },
8070Sstevel@tonic-gate 	{ (uint_t)CRYPTO_OPEN_SESSION,	"CRYPTO_OPEN_SESSION",	NULL },
8080Sstevel@tonic-gate 	{ (uint_t)CRYPTO_CLOSE_SESSION,	"CRYPTO_CLOSE_SESSION",	NULL },
8090Sstevel@tonic-gate 	{ (uint_t)CRYPTO_CLOSE_ALL_SESSIONS,	"CRYPTO_CLOSE_ALL_SESSIONS",
8100Sstevel@tonic-gate 	    NULL },
8110Sstevel@tonic-gate 	{ (uint_t)CRYPTO_LOGIN,		"CRYPTO_LOGIN",		NULL },
8120Sstevel@tonic-gate 	{ (uint_t)CRYPTO_LOGOUT,	"CRYPTO_LOGOUT",	NULL },
8130Sstevel@tonic-gate 	{ (uint_t)CRYPTO_ENCRYPT,	"CRYPTO_ENCRYPT",	NULL },
8140Sstevel@tonic-gate 	{ (uint_t)CRYPTO_ENCRYPT_INIT,	"CRYPTO_ENCRYPT_INIT",	NULL },
8150Sstevel@tonic-gate 	{ (uint_t)CRYPTO_ENCRYPT_UPDATE,	"CRYPTO_ENCRYPT_UPDATE",
8160Sstevel@tonic-gate 	    NULL },
8170Sstevel@tonic-gate 	{ (uint_t)CRYPTO_ENCRYPT_FINAL,	"CRYPTO_ENCRYPT_FINAL",	NULL },
8180Sstevel@tonic-gate 	{ (uint_t)CRYPTO_DECRYPT,	"CRYPTO_DECRYPT",	NULL },
8190Sstevel@tonic-gate 	{ (uint_t)CRYPTO_DECRYPT_INIT,	"CRYPTO_DECRYPT_INIT",	NULL },
8200Sstevel@tonic-gate 	{ (uint_t)CRYPTO_DECRYPT_UPDATE,	"CRYPTO_DECRYPT_UPDATE",
8210Sstevel@tonic-gate 	    NULL },
8220Sstevel@tonic-gate 	{ (uint_t)CRYPTO_DECRYPT_FINAL,	"CRYPTO_DECRYPT_FINAL",	NULL },
8230Sstevel@tonic-gate 	{ (uint_t)CRYPTO_DIGEST,	"CRYPTO_DIGEST",	NULL },
8240Sstevel@tonic-gate 	{ (uint_t)CRYPTO_DIGEST_INIT,	"CRYPTO_DIGEST_INIT",	NULL },
8250Sstevel@tonic-gate 	{ (uint_t)CRYPTO_DIGEST_UPDATE,	"CRYPTO_DIGEST_UPDATE",	NULL },
8260Sstevel@tonic-gate 	{ (uint_t)CRYPTO_DIGEST_KEY,	"CRYPTO_DIGEST_KEY",	NULL },
8270Sstevel@tonic-gate 	{ (uint_t)CRYPTO_DIGEST_FINAL,	"CRYPTO_DIGEST_FINAL",	NULL },
8280Sstevel@tonic-gate 	{ (uint_t)CRYPTO_MAC,		"CRYPTO_MAC",		NULL },
8290Sstevel@tonic-gate 	{ (uint_t)CRYPTO_MAC_INIT,	"CRYPTO_MAC_INIT",	NULL },
8300Sstevel@tonic-gate 	{ (uint_t)CRYPTO_MAC_UPDATE,	"CRYPTO_MAC_UPDATE",	NULL },
8310Sstevel@tonic-gate 	{ (uint_t)CRYPTO_MAC_FINAL,	"CRYPTO_MAC_FINAL",	NULL },
8320Sstevel@tonic-gate 	{ (uint_t)CRYPTO_SIGN,		"CRYPTO_SIGN",		NULL },
8330Sstevel@tonic-gate 	{ (uint_t)CRYPTO_SIGN_INIT,	"CRYPTO_SIGN_INIT",	NULL },
8340Sstevel@tonic-gate 	{ (uint_t)CRYPTO_SIGN_UPDATE,	"CRYPTO_SIGN_UPDATE",	NULL },
8350Sstevel@tonic-gate 	{ (uint_t)CRYPTO_SIGN_FINAL,	"CRYPTO_SIGN_FINAL",	NULL },
8360Sstevel@tonic-gate 	{ (uint_t)CRYPTO_SIGN_RECOVER_INIT,	"CRYPTO_SIGN_RECOVER_INIT",
8370Sstevel@tonic-gate 	    NULL },
8380Sstevel@tonic-gate 	{ (uint_t)CRYPTO_SIGN_RECOVER,	"CRYPTO_SIGN_RECOVER",	NULL },
8390Sstevel@tonic-gate 	{ (uint_t)CRYPTO_VERIFY,	"CRYPTO_VERIFY",	NULL },
8400Sstevel@tonic-gate 	{ (uint_t)CRYPTO_VERIFY_INIT,	"CRYPTO_VERIFY_INIT",	NULL },
8410Sstevel@tonic-gate 	{ (uint_t)CRYPTO_VERIFY_UPDATE,	"CRYPTO_VERIFY_UPDATE",	NULL },
8420Sstevel@tonic-gate 	{ (uint_t)CRYPTO_VERIFY_FINAL,	"CRYPTO_VERIFY_FINAL",	NULL },
8430Sstevel@tonic-gate 	{ (uint_t)CRYPTO_VERIFY_RECOVER_INIT,	"CRYPTO_VERIFY_RECOVER_INIT",
8440Sstevel@tonic-gate 	    NULL },
8450Sstevel@tonic-gate 	{ (uint_t)CRYPTO_VERIFY_RECOVER,	"CRYPTO_VERIFY_RECOVER",
8460Sstevel@tonic-gate 	    NULL },
8470Sstevel@tonic-gate 	{ (uint_t)CRYPTO_DIGEST_ENCRYPT_UPDATE,	"CRYPTO_DIGEST_ENCRYPT_UPDATE",
8480Sstevel@tonic-gate 	    NULL },
8490Sstevel@tonic-gate 	{ (uint_t)CRYPTO_DECRYPT_DIGEST_UPDATE,	"CRYPTO_DECRYPT_DIGEST_UPDATE",
8500Sstevel@tonic-gate 	    NULL },
8510Sstevel@tonic-gate 	{ (uint_t)CRYPTO_SIGN_ENCRYPT_UPDATE,	"CRYPTO_SIGN_ENCRYPT_UPDATE",
8520Sstevel@tonic-gate 	    NULL },
8530Sstevel@tonic-gate 	{ (uint_t)CRYPTO_DECRYPT_VERIFY_UPDATE,	"CRYPTO_DECRYPT_VERIFY_UPDATE",
8540Sstevel@tonic-gate 	    NULL },
8550Sstevel@tonic-gate 	{ (uint_t)CRYPTO_SEED_RANDOM,	"CRYPTO_SEED_RANDOM",	NULL },
8560Sstevel@tonic-gate 	{ (uint_t)CRYPTO_GENERATE_RANDOM,	"CRYPTO_GENERATE_RANDOM",
8570Sstevel@tonic-gate 	    NULL },
8580Sstevel@tonic-gate 	{ (uint_t)CRYPTO_OBJECT_CREATE,	"CRYPTO_OBJECT_CREATE",	NULL },
8590Sstevel@tonic-gate 	{ (uint_t)CRYPTO_OBJECT_COPY,	"CRYPTO_OBJECT_COPY",	NULL },
8600Sstevel@tonic-gate 	{ (uint_t)CRYPTO_OBJECT_DESTROY,	"CRYPTO_OBJECT_DESTROY",
8610Sstevel@tonic-gate 	    NULL },
8620Sstevel@tonic-gate 	{ (uint_t)CRYPTO_OBJECT_GET_ATTRIBUTE_VALUE,
8630Sstevel@tonic-gate 	    "CRYPTO_OBJECT_GET_ATTRIBUTE_VALUE",	NULL },
8640Sstevel@tonic-gate 	{ (uint_t)CRYPTO_OBJECT_GET_SIZE, "CRYPTO_OBJECT_GET_SIZE",	NULL },
8650Sstevel@tonic-gate 	{ (uint_t)CRYPTO_OBJECT_SET_ATTRIBUTE_VALUE,
8660Sstevel@tonic-gate 	    "CRYPTO_OBJECT_SET_ATTRIBUTE_VALUE",	NULL },
8670Sstevel@tonic-gate 	{ (uint_t)CRYPTO_OBJECT_FIND_INIT,	"CRYPTO_OBJECT_FIND_INIT",
8680Sstevel@tonic-gate 	    NULL },
8690Sstevel@tonic-gate 	{ (uint_t)CRYPTO_OBJECT_FIND_UPDATE,	"CRYPTO_OBJECT_FIND_UPDATE",
8700Sstevel@tonic-gate 	    NULL },
8710Sstevel@tonic-gate 	{ (uint_t)CRYPTO_OBJECT_FIND_FINAL,	"CRYPTO_OBJECT_FIND_FINAL",
8720Sstevel@tonic-gate 	    NULL },
8730Sstevel@tonic-gate 	{ (uint_t)CRYPTO_GENERATE_KEY,	"CRYPTO_GENERATE_KEY",	NULL },
8740Sstevel@tonic-gate 	{ (uint_t)CRYPTO_GENERATE_KEY_PAIR,	"CRYPTO_GENERATE_KEY_PAIR",
8750Sstevel@tonic-gate 	    NULL },
8760Sstevel@tonic-gate 	{ (uint_t)CRYPTO_WRAP_KEY,	"CRYPTO_WRAP_KEY",	NULL },
8770Sstevel@tonic-gate 	{ (uint_t)CRYPTO_UNWRAP_KEY,	"CRYPTO_UNWRAP_KEY",	NULL },
8780Sstevel@tonic-gate 	{ (uint_t)CRYPTO_DERIVE_KEY,	"CRYPTO_DERIVE_KEY",	NULL },
8790Sstevel@tonic-gate 	{ (uint_t)CRYPTO_GET_PROVIDER_LIST,	"CRYPTO_GET_PROVIDER_LIST",
8800Sstevel@tonic-gate 	    NULL },
8810Sstevel@tonic-gate 	{ (uint_t)CRYPTO_GET_PROVIDER_INFO,	"CRYPTO_GET_PROVIDER_INFO",
8820Sstevel@tonic-gate 	    NULL },
8830Sstevel@tonic-gate 	{ (uint_t)CRYPTO_GET_PROVIDER_MECHANISMS,
8840Sstevel@tonic-gate 	    "CRYPTO_GET_PROVIDER_MECHANISMS",	NULL },
8850Sstevel@tonic-gate 	{ (uint_t)CRYPTO_GET_PROVIDER_MECHANISM_INFO,
8860Sstevel@tonic-gate 	    "CRYPTO_GET_PROVIDER_MECHANISM_INFO",	NULL },
8870Sstevel@tonic-gate 	{ (uint_t)CRYPTO_INIT_TOKEN,	"CRYPTO_INIT_TOKEN",	NULL },
8880Sstevel@tonic-gate 	{ (uint_t)CRYPTO_INIT_PIN,	"CRYPTO_INIT_PIN",	NULL },
8890Sstevel@tonic-gate 	{ (uint_t)CRYPTO_SET_PIN,	"CRYPTO_SET_PIN",	NULL },
8904219Smcpowers 	{ (uint_t)CRYPTO_NOSTORE_GENERATE_KEY,
8914219Smcpowers 	    "CRYPTO_NOSTORE_GENERATE_KEY",	NULL },
8924219Smcpowers 	{ (uint_t)CRYPTO_NOSTORE_GENERATE_KEY_PAIR,
8934219Smcpowers 	    "CRYPTO_NOSTORE_GENERATE_KEY_PAIR",	NULL },
8944219Smcpowers 	{ (uint_t)CRYPTO_NOSTORE_DERIVE_KEY,
8954219Smcpowers 	    "CRYPTO_NOSTORE_DERIVE_KEY",	NULL },
8960Sstevel@tonic-gate 
8970Sstevel@tonic-gate 	/* kbio ioctls */
8980Sstevel@tonic-gate 	{ (uint_t)KIOCTRANS,		"KIOCTRANS",	NULL },
8990Sstevel@tonic-gate 	{ (uint_t)KIOCGTRANS,		"KIOCGTRANS",	NULL },
9000Sstevel@tonic-gate 	{ (uint_t)KIOCTRANSABLE,	"KIOCTRANSABLE",	NULL },
9010Sstevel@tonic-gate 	{ (uint_t)KIOCGTRANSABLE,	"KIOCGTRANSABLE",	NULL },
9020Sstevel@tonic-gate 	{ (uint_t)KIOCSETKEY,		"KIOCSETKEY",	NULL },
9030Sstevel@tonic-gate 	{ (uint_t)KIOCGETKEY,		"KIOCGETKEY",	NULL },
9040Sstevel@tonic-gate 	{ (uint_t)KIOCCMD,		"KIOCCMD",	NULL },
9050Sstevel@tonic-gate 	{ (uint_t)KIOCTYPE,		"KIOCTYPE",	NULL },
9060Sstevel@tonic-gate 	{ (uint_t)KIOCSDIRECT,		"KIOCSDIRECT",	NULL },
9070Sstevel@tonic-gate 	{ (uint_t)KIOCGDIRECT,		"KIOCGDIRECT",	NULL },
9080Sstevel@tonic-gate 	{ (uint_t)KIOCSKEY,		"KIOCSKEY",	NULL },
9090Sstevel@tonic-gate 	{ (uint_t)KIOCGKEY,		"KIOCGKEY",	NULL },
9100Sstevel@tonic-gate 	{ (uint_t)KIOCSLED,		"KIOCSLED",	NULL },
9110Sstevel@tonic-gate 	{ (uint_t)KIOCGLED,		"KIOCGLED",	NULL },
9120Sstevel@tonic-gate 	{ (uint_t)KIOCSCOMPAT,		"KIOCSCOMPAT",	NULL },
9130Sstevel@tonic-gate 	{ (uint_t)KIOCGCOMPAT,		"KIOCGCOMPAT",	NULL },
9140Sstevel@tonic-gate 	{ (uint_t)KIOCSLAYOUT,		"KIOCSLAYOUT",	NULL },
9150Sstevel@tonic-gate 	{ (uint_t)KIOCLAYOUT,		"KIOCLAYOUT",	NULL },
9160Sstevel@tonic-gate 	{ (uint_t)KIOCSKABORTEN,	"KIOCSKABORTEN",	NULL },
9170Sstevel@tonic-gate 	{ (uint_t)KIOCGRPTDELAY,	"KIOCGRPTDELAY",	NULL },
9180Sstevel@tonic-gate 	{ (uint_t)KIOCSRPTDELAY,	"KIOCSRPTDELAY",	NULL },
9190Sstevel@tonic-gate 	{ (uint_t)KIOCGRPTRATE,		"KIOCGRPTRATE",	NULL },
9200Sstevel@tonic-gate 	{ (uint_t)KIOCSRPTRATE,		"KIOCSRPTRATE",	NULL },
9213497Srz201010 	{ (uint_t)KIOCSETFREQ,		"KIOCSETFREQ",	NULL },
9225129Smarx 	{ (uint_t)KIOCMKTONE,		"KIOCMKTONE",	NULL },
9230Sstevel@tonic-gate 
9240Sstevel@tonic-gate 	/* ptm/pts driver I_STR ioctls */
9250Sstevel@tonic-gate 	{ (uint_t)ISPTM,		"ISPTM",		NULL},
9260Sstevel@tonic-gate 	{ (uint_t)UNLKPT,		"UNLKPT",		NULL},
9270Sstevel@tonic-gate 	{ (uint_t)PTSSTTY,		"PTSSTTY",		NULL},
9280Sstevel@tonic-gate 	{ (uint_t)ZONEPT,		"ZONEPT",		NULL},
9293442Svikram 	{ (uint_t)OWNERPT,		"OWNERPT",		NULL},
9300Sstevel@tonic-gate 
9310Sstevel@tonic-gate 	/* aggr link aggregation pseudo driver ioctls */
9320Sstevel@tonic-gate 	{ (uint_t)LAIOC_CREATE,		"LAIOC_CREATE",		"laioc_create"},
9330Sstevel@tonic-gate 	{ (uint_t)LAIOC_DELETE,		"LAIOC_DELETE",		"laioc_delete"},
9340Sstevel@tonic-gate 	{ (uint_t)LAIOC_INFO,		"LAIOC_INFO",		"laioc_info"},
9350Sstevel@tonic-gate 	{ (uint_t)LAIOC_ADD,		"LAIOC_ADD",
9360Sstevel@tonic-gate 	    "laioc_add_rem"},
9370Sstevel@tonic-gate 	{ (uint_t)LAIOC_REMOVE,		"LAIOC_REMOVE",
9380Sstevel@tonic-gate 	    "laioc_add_rem"},
9390Sstevel@tonic-gate 	{ (uint_t)LAIOC_MODIFY,		"LAIOC_MODIFY",		"laioc_modify"},
9400Sstevel@tonic-gate 
941269Sericheng 	/* dld data-link ioctls */
9425895Syz147064 	{ (uint_t)DLDIOC_ATTR,		"DLDIOC_ATTR",		"dld_ioc_attr"},
9435895Syz147064 	{ (uint_t)DLDIOC_PHYS_ATTR,	"DLDIOC_PHYS_ATTR",
9445895Syz147064 		"dld_ioc_phys_attr"},
9458275SEric Cheng 	{ (uint_t)DLDIOC_DOORSERVER,	"DLDIOC_DOORSERVER", "dld_ioc_door"},
9468275SEric Cheng 	{ (uint_t)DLDIOC_RENAME,	"DLDIOC_RENAME", "dld_ioc_rename"},
9478275SEric Cheng 	{ (uint_t)DLDIOC_SECOBJ_GET,		"DLDIOC_SECOBJ_GET",
9488275SEric Cheng 		"dld_ioc_secobj_get"},
9498275SEric Cheng 	{ (uint_t)DLDIOC_SECOBJ_SET,		"DLDIOC_SECOBJ_SET",
9508275SEric Cheng 		"dld_ioc_secobj_set"},
9518275SEric Cheng 	{ (uint_t)DLDIOC_SECOBJ_UNSET,		"DLDIOC_SECOBJ_UNSET",
9528275SEric Cheng 		"dld_ioc_secobj_unset"},
9538275SEric Cheng 	{ (uint_t)DLDIOC_MACADDRGET,		"DLDIOC_MACADDRGET",
9548275SEric Cheng 		"dld_ioc_macaddrget"},
9558275SEric Cheng 	{ (uint_t)DLDIOC_SETMACPROP,		"DLDIOC_SETMACPROP",
9568275SEric Cheng 		"dld_ioc_macprop_s"},
9578275SEric Cheng 	{ (uint_t)DLDIOC_GETMACPROP,		"DLDIOC_GETMACPROP",
9587342SAruna.Ramakrishna@Sun.COM 		"dld_ioc_macprop_s"},
9598275SEric Cheng 	{ (uint_t)DLDIOC_ADDFLOW,		"DLDIOC_ADDFLOW",
9608275SEric Cheng 		"dld_ioc_addflow"},
9618275SEric Cheng 	{ (uint_t)DLDIOC_REMOVEFLOW,		"DLDIOC_REMOVEFLOW",
9628275SEric Cheng 		"dld_ioc_removeflow"},
9638275SEric Cheng 	{ (uint_t)DLDIOC_MODIFYFLOW,		"DLDIOC_MODIFYFLOW",
9648275SEric Cheng 		"dld_ioc_modifyflow"},
9658275SEric Cheng 	{ (uint_t)DLDIOC_WALKFLOW,		"DLDIOC_WALKFLOW",
9668275SEric Cheng 		"dld_ioc_walkflow"},
9678275SEric Cheng 	{ (uint_t)DLDIOC_USAGELOG,		"DLDIOC_USAGELOG",
9688275SEric Cheng 		"dld_ioc_usagelog"},
9698275SEric Cheng 
9708275SEric Cheng 	/* vnic ioctls */
9718275SEric Cheng 	{ (uint_t)VNIC_IOC_CREATE,		"VNIC_IOC_CREATE",
9728275SEric Cheng 		"vnic_ioc_create"},
9738275SEric Cheng 	{ (uint_t)VNIC_IOC_DELETE,		"VNIC_IOC_DELETE",
9748275SEric Cheng 		"vnic_ioc_delete"},
9758275SEric Cheng 	{ (uint_t)VNIC_IOC_INFO,		"VNIC_IOC_INFO",
9768275SEric Cheng 		"vnic_ioc_info"},
977789Sahrens 
978789Sahrens 	/* ZFS ioctls */
979789Sahrens 	{ (uint_t)ZFS_IOC_POOL_CREATE,		"ZFS_IOC_POOL_CREATE",
980789Sahrens 		"zfs_cmd_t" },
981789Sahrens 	{ (uint_t)ZFS_IOC_POOL_DESTROY,		"ZFS_IOC_POOL_DESTROY",
982789Sahrens 		"zfs_cmd_t" },
983789Sahrens 	{ (uint_t)ZFS_IOC_POOL_IMPORT,		"ZFS_IOC_POOL_IMPORT",
984789Sahrens 		"zfs_cmd_t" },
985789Sahrens 	{ (uint_t)ZFS_IOC_POOL_EXPORT,		"ZFS_IOC_POOL_EXPORT",
986789Sahrens 		"zfs_cmd_t" },
987789Sahrens 	{ (uint_t)ZFS_IOC_POOL_CONFIGS,		"ZFS_IOC_POOL_CONFIGS",
988789Sahrens 		"zfs_cmd_t" },
989789Sahrens 	{ (uint_t)ZFS_IOC_POOL_STATS,		"ZFS_IOC_POOL_STATS",
990789Sahrens 		"zfs_cmd_t" },
991789Sahrens 	{ (uint_t)ZFS_IOC_POOL_TRYIMPORT,	"ZFS_IOC_POOL_TRYIMPORT",
992789Sahrens 		"zfs_cmd_t" },
993789Sahrens 	{ (uint_t)ZFS_IOC_POOL_SCRUB,		"ZFS_IOC_POOL_SCRUB",
994789Sahrens 		"zfs_cmd_t" },
995789Sahrens 	{ (uint_t)ZFS_IOC_POOL_FREEZE,		"ZFS_IOC_POOL_FREEZE",
996789Sahrens 		"zfs_cmd_t" },
9971760Seschrock 	{ (uint_t)ZFS_IOC_POOL_UPGRADE,		"ZFS_IOC_POOL_UPGRADE",
9981760Seschrock 		"zfs_cmd_t" },
9992926Sek110237 	{ (uint_t)ZFS_IOC_POOL_GET_HISTORY,	"ZFS_IOC_POOL_GET_HISTORY",
10002926Sek110237 		"zfs_cmd_t" },
1001789Sahrens 	{ (uint_t)ZFS_IOC_VDEV_ADD,		"ZFS_IOC_VDEV_ADD",
1002789Sahrens 		"zfs_cmd_t" },
1003789Sahrens 	{ (uint_t)ZFS_IOC_VDEV_REMOVE,		"ZFS_IOC_VDEV_REMOVE",
1004789Sahrens 		"zfs_cmd_t" },
10054451Seschrock 	{ (uint_t)ZFS_IOC_VDEV_SET_STATE,	"ZFS_IOC_VDEV_SET_STATE",
1006789Sahrens 		"zfs_cmd_t" },
1007789Sahrens 	{ (uint_t)ZFS_IOC_VDEV_ATTACH,		"ZFS_IOC_VDEV_ATTACH",
1008789Sahrens 		"zfs_cmd_t" },
1009789Sahrens 	{ (uint_t)ZFS_IOC_VDEV_DETACH,		"ZFS_IOC_VDEV_DETACH",
1010789Sahrens 		"zfs_cmd_t" },
10111354Seschrock 	{ (uint_t)ZFS_IOC_VDEV_SETPATH,		"ZFS_IOC_VDEV_SETPATH",
10121354Seschrock 		"zfs_cmd_t" },
1013789Sahrens 	{ (uint_t)ZFS_IOC_OBJSET_STATS,		"ZFS_IOC_OBJSET_STATS",
1014789Sahrens 		"zfs_cmd_t" },
10158761STim.Haley@Sun.COM 	{ (uint_t)ZFS_IOC_OBJSET_ZPLPROPS,	"ZFS_IOC_OBJSET_ZPLPROPS",
10168761STim.Haley@Sun.COM 		"zfs_cmd_t" },
1017789Sahrens 	{ (uint_t)ZFS_IOC_DATASET_LIST_NEXT,	"ZFS_IOC_DATASET_LIST_NEXT",
1018789Sahrens 		"zfs_cmd_t" },
1019789Sahrens 	{ (uint_t)ZFS_IOC_SNAPSHOT_LIST_NEXT,	"ZFS_IOC_SNAPSHOT_LIST_NEXT",
1020789Sahrens 		"zfs_cmd_t" },
1021789Sahrens 	{ (uint_t)ZFS_IOC_SET_PROP,		"ZFS_IOC_SET_PROP",
1022789Sahrens 		"zfs_cmd_t" },
1023789Sahrens 	{ (uint_t)ZFS_IOC_CREATE_MINOR,		"ZFS_IOC_CREATE_MINOR",
1024789Sahrens 		"zfs_cmd_t" },
1025789Sahrens 	{ (uint_t)ZFS_IOC_REMOVE_MINOR,		"ZFS_IOC_REMOVE_MINOR",
1026789Sahrens 		"zfs_cmd_t" },
1027789Sahrens 	{ (uint_t)ZFS_IOC_CREATE,		"ZFS_IOC_CREATE",
1028789Sahrens 		"zfs_cmd_t" },
1029789Sahrens 	{ (uint_t)ZFS_IOC_DESTROY,		"ZFS_IOC_DESTROY",
1030789Sahrens 		"zfs_cmd_t" },
1031789Sahrens 	{ (uint_t)ZFS_IOC_ROLLBACK,		"ZFS_IOC_ROLLBACK",
1032789Sahrens 		"zfs_cmd_t" },
1033789Sahrens 	{ (uint_t)ZFS_IOC_RENAME,		"ZFS_IOC_RENAME",
1034789Sahrens 		"zfs_cmd_t" },
10355367Sahrens 	{ (uint_t)ZFS_IOC_RECV,			"ZFS_IOC_RECV",
1036789Sahrens 		"zfs_cmd_t" },
10375367Sahrens 	{ (uint_t)ZFS_IOC_SEND,			"ZFS_IOC_SEND",
1038789Sahrens 		"zfs_cmd_t" },
10391544Seschrock 	{ (uint_t)ZFS_IOC_INJECT_FAULT,		"ZFS_IOC_INJECT_FAULT",
10401544Seschrock 		"zfs_cmd_t" },
10411544Seschrock 	{ (uint_t)ZFS_IOC_CLEAR_FAULT,		"ZFS_IOC_CLEAR_FAULT",
10421544Seschrock 		"zfs_cmd_t" },
10431544Seschrock 	{ (uint_t)ZFS_IOC_INJECT_LIST_NEXT,	"ZFS_IOC_INJECT_LIST_NEXT",
10441544Seschrock 		"zfs_cmd_t" },
10451544Seschrock 	{ (uint_t)ZFS_IOC_ERROR_LOG,		"ZFS_IOC_ERROR_LOG",
10461544Seschrock 		"zfs_cmd_t" },
10471544Seschrock 	{ (uint_t)ZFS_IOC_CLEAR,		"ZFS_IOC_CLEAR",
10481544Seschrock 		"zfs_cmd_t" },
10492082Seschrock 	{ (uint_t)ZFS_IOC_PROMOTE,		"ZFS_IOC_PROMOTE",
10502082Seschrock 		"zfs_cmd_t" },
10512199Sahrens 	{ (uint_t)ZFS_IOC_DESTROY_SNAPS,	"ZFS_IOC_DESTROY_SNAPS",
10522199Sahrens 		"zfs_cmd_t" },
10532199Sahrens 	{ (uint_t)ZFS_IOC_SNAPSHOT,		"ZFS_IOC_SNAPSHOT",
10542199Sahrens 		"zfs_cmd_t" },
10553444Sek110237 	{ (uint_t)ZFS_IOC_DSOBJ_TO_DSNAME,	"ZFS_IOC_DSOBJ_TO_DSNAME",
10563444Sek110237 		"zfs_cmd_t" },
10573444Sek110237 	{ (uint_t)ZFS_IOC_OBJ_TO_PATH,		"ZFS_IOC_OBJ_TO_PATH",
10583444Sek110237 		"zfs_cmd_t" },
10593912Slling 	{ (uint_t)ZFS_IOC_POOL_SET_PROPS,	"ZFS_IOC_POOL_SET_PROPS",
10603912Slling 		"zfs_cmd_t" },
10613912Slling 	{ (uint_t)ZFS_IOC_POOL_GET_PROPS,	"ZFS_IOC_POOL_GET_PROPS",
10623912Slling 		"zfs_cmd_t" },
10634543Smarks 	{ (uint_t)ZFS_IOC_SET_FSACL,		"ZFS_IOC_SET_FSACL",
10644543Smarks 		"zfs_cmd_t" },
10654543Smarks 	{ (uint_t)ZFS_IOC_GET_FSACL,		"ZFS_IOC_GET_FSACL",
10664543Smarks 		"zfs_cmd_t" },
10674543Smarks 	{ (uint_t)ZFS_IOC_ISCSI_PERM_CHECK,	"ZFS_IOC_ISCSI_PERM_CHECK",
10684543Smarks 		"zfs_cmd_t" },
10694543Smarks 	{ (uint_t)ZFS_IOC_SHARE,		"ZFS_IOC_SHARE",
10704543Smarks 		"zfs_cmd_t" },
10714849Sahrens 	{ (uint_t)ZFS_IOC_INHERIT_PROP,		"ZFS_IOC_INHERIT_PROP",
10724849Sahrens 		"zfs_cmd_t" },
10738845Samw@Sun.COM 	{ (uint_t)ZFS_IOC_SMB_ACL,		"ZFS_IOC_SMB_ACL",
10748845Samw@Sun.COM 		"zfs_cmd_t" },
1075789Sahrens 
10761400Skrishna 	/* kssl ioctls */
10771400Skrishna 	{ (uint_t)KSSL_ADD_ENTRY,		"KSSL_ADD_ENTRY",
10781400Skrishna 		"kssl_params_t"},
10791400Skrishna 	{ (uint_t)KSSL_DELETE_ENTRY,		"KSSL_DELETE_ENTRY",
10801400Skrishna 		"sockaddr_in"},
10811400Skrishna 
1082*8863SEdward.Pilatowicz@Sun.COM 	/* disk ioctls - (0x04 << 8) - dkio.h */
10836318Sedp 	{ (uint_t)DKIOCGGEOM,		"DKIOCGGEOM",
10846318Sedp 		"struct dk_geom"},
10856318Sedp 	{ (uint_t)DKIOCINFO,		"DKIOCINFO",
10866318Sedp 		"struct dk_info"},
1087*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCEJECT,		"DKIOCEJECT",
1088*8863SEdward.Pilatowicz@Sun.COM 		NULL},
10896318Sedp 	{ (uint_t)DKIOCGVTOC,		"DKIOCGVTOC",
10906318Sedp 		"struct vtoc"},
10916318Sedp 	{ (uint_t)DKIOCSVTOC,		"DKIOCSVTOC",
10926318Sedp 		"struct vtoc"},
1093*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCGEXTVTOC,	"DKIOCGEXTVTOC",
1094*8863SEdward.Pilatowicz@Sun.COM 		"struct extvtoc"},
1095*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCSEXTVTOC,	"DKIOCSEXTVTOC",
1096*8863SEdward.Pilatowicz@Sun.COM 		"struct extvtoc"},
1097*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCFLUSHWRITECACHE,	"DKIOCFLUSHWRITECACHE",
1098*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1099*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCGETWCE,		"DKIOCGETWCE",
11006318Sedp 		NULL},
1101*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCSETWCE,		"DKIOCSETWCE",
1102*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1103*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCSGEOM,		"DKIOCSGEOM",
1104*8863SEdward.Pilatowicz@Sun.COM 		"struct dk_geom"},
1105*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCSAPART,		"DKIOCSAPART",
1106*8863SEdward.Pilatowicz@Sun.COM 		"struct dk_allmap"},
1107*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCGAPART,		"DKIOCGAPART",
1108*8863SEdward.Pilatowicz@Sun.COM 		"struct dk_allmap"},
11096318Sedp 	{ (uint_t)DKIOCG_PHYGEOM,	"DKIOCG_PHYGEOM",
11106318Sedp 		"struct dk_geom"},
11116318Sedp 	{ (uint_t)DKIOCG_VIRTGEOM,	"DKIOCG_VIRTGEOM",
11126318Sedp 		"struct dk_geom"},
1113*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCLOCK,		"DKIOCLOCK",
1114*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1115*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCUNLOCK,		"DKIOCUNLOCK",
1116*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1117*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCSTATE,		"DKIOCSTATE",
1118*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1119*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCREMOVABLE,	"DKIOCREMOVABLE",
1120*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1121*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCHOTPLUGGABLE,	"DKIOCHOTPLUGGABLE",
1122*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1123*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCADDBAD,		"DKIOCADDBAD",
1124*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1125*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCGETDEF,		"DKIOCGETDEF",
1126*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1127*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCPARTINFO,	"DKIOCPARTINFO",
1128*8863SEdward.Pilatowicz@Sun.COM 		"struct part_info"},
1129*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCEXTPARTINFO,	"DKIOCEXTPARTINFO",
1130*8863SEdward.Pilatowicz@Sun.COM 		"struct extpart_info"},
11316318Sedp 	{ (uint_t)DKIOCGMEDIAINFO,	"DKIOCGMEDIAINFO",
11326318Sedp 		"struct dk_minfo"},
1133*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCGMBOOT,		"DKIOCGMBOOT",
1134*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1135*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCSMBOOT,		"DKIOCSMBOOT",
1136*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1137*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCSETEFI,		"DKIOCSETEFI",
1138*8863SEdward.Pilatowicz@Sun.COM 		"struct dk_efi"},
1139*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCGETEFI,		"DKIOCGETEFI",
1140*8863SEdward.Pilatowicz@Sun.COM 		"struct dk_efi"},
1141*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCPARTITION,	"DKIOCPARTITION",
1142*8863SEdward.Pilatowicz@Sun.COM 		"struct partition64"},
1143*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCGETVOLCAP,	"DKIOCGETVOLCAP",
1144*8863SEdward.Pilatowicz@Sun.COM 		"struct volcap_t"},
1145*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCSETVOLCAP,	"DKIOCSETVOLCAP",
1146*8863SEdward.Pilatowicz@Sun.COM 		"struct volcap_t"},
1147*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCDMR,		"DKIOCDMR",
1148*8863SEdward.Pilatowicz@Sun.COM 		"struct vol_directed_rd"},
1149*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCDUMPINIT,	"DKIOCDUMPINIT",
1150*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1151*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DKIOCDUMPFINI,	"DKIOCDUMPFINI",
1152*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1153*8863SEdward.Pilatowicz@Sun.COM 
1154*8863SEdward.Pilatowicz@Sun.COM 	/* disk ioctls - (0x04 << 8) - fdio.h */
1155*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)FDIOGCHAR,		"FDIOGCHAR",
1156*8863SEdward.Pilatowicz@Sun.COM 		"struct fd_char"},
1157*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)FDIOSCHAR,		"FDIOSCHAR",
1158*8863SEdward.Pilatowicz@Sun.COM 		"struct fd_char"},
1159*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)FDEJECT,		"FDEJECT",
1160*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1161*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)FDGETCHANGE,		"FDGETCHANGE",
1162*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1163*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)FDGETDRIVECHAR,	"FDGETDRIVECHAR",
1164*8863SEdward.Pilatowicz@Sun.COM 		"struct fd_drive"},
1165*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)FDSETDRIVECHAR,	"FDSETDRIVECHAR",
1166*8863SEdward.Pilatowicz@Sun.COM 		"struct fd_drive"},
1167*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)FDGETSEARCH,		"FDGETSEARCH",
1168*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1169*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)FDSETSEARCH,		"FDSETSEARCH",
1170*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1171*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)FDIOCMD,		"FDIOCMD",
1172*8863SEdward.Pilatowicz@Sun.COM 		"struct fd_cmd"},
1173*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)FDRAW,		"FDRAW",
1174*8863SEdward.Pilatowicz@Sun.COM 		"struct fd_raw"},
1175*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)FDDEFGEOCHAR,		"FDDEFGEOCHAR",
1176*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1177*8863SEdward.Pilatowicz@Sun.COM 
1178*8863SEdward.Pilatowicz@Sun.COM 	/* disk ioctls - (0x04 << 8) - cdio.h */
1179*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMPAUSE,		"CDROMPAUSE",
1180*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1181*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMRESUME,		"CDROMRESUME",
1182*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1183*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMPLAYMSF,		"CDROMPLAYMSF",
1184*8863SEdward.Pilatowicz@Sun.COM 		"struct cdrom_msf"},
1185*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMPLAYTRKIND,	"CDROMPLAYTRKIND",
1186*8863SEdward.Pilatowicz@Sun.COM 		"struct cdrom_ti"},
1187*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMREADTOCHDR,	"CDROMREADTOCHDR",
1188*8863SEdward.Pilatowicz@Sun.COM 		"struct cdrom_tochdr"},
1189*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMREADTOCENTRY,	"CDROMREADTOCENTRY",
1190*8863SEdward.Pilatowicz@Sun.COM 		"struct cdrom_tocentry"},
1191*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMSTOP,		"CDROMSTOP",
1192*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1193*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMSTART,		"CDROMSTART",
1194*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1195*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMEJECT,		"CDROMEJECT",
1196*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1197*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMVOLCTRL,		"CDROMVOLCTRL",
1198*8863SEdward.Pilatowicz@Sun.COM 		"struct cdrom_volctrl"},
1199*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMSUBCHNL,		"CDROMSUBCHNL",
1200*8863SEdward.Pilatowicz@Sun.COM 		"struct cdrom_subchnl"},
1201*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMREADMODE2,	"CDROMREADMODE2",
1202*8863SEdward.Pilatowicz@Sun.COM 		"struct cdrom_read"},
1203*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMREADMODE1,	"CDROMREADMODE1",
1204*8863SEdward.Pilatowicz@Sun.COM 		"struct cdrom_read"},
1205*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMREADOFFSET,	"CDROMREADOFFSET",
1206*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1207*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMGBLKMODE,	"CDROMGBLKMODE",
1208*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1209*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMSBLKMODE,	"CDROMSBLKMODE",
1210*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1211*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMCDDA,		"CDROMCDDA",
1212*8863SEdward.Pilatowicz@Sun.COM 		"struct cdrom_cdda"},
1213*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMCDXA,		"CDROMCDXA",
1214*8863SEdward.Pilatowicz@Sun.COM 		"struct cdrom_cdxa"},
1215*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMSUBCODE,		"CDROMSUBCODE",
1216*8863SEdward.Pilatowicz@Sun.COM 		"struct cdrom_subcode"},
1217*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMGDRVSPEED,	"CDROMGDRVSPEED",
1218*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1219*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMSDRVSPEED,	"CDROMSDRVSPEED",
1220*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1221*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)CDROMCLOSETRAY,	"CDROMCLOSETRAY",
1222*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1223*8863SEdward.Pilatowicz@Sun.COM 
1224*8863SEdward.Pilatowicz@Sun.COM 	/* disk ioctls - (0x04 << 8) - uscsi.h */
1225*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)USCSICMD,		"USCSICMD",
1226*8863SEdward.Pilatowicz@Sun.COM 		"struct uscsi_cmd"},
12276318Sedp 
12286318Sedp 	/* dumpadm ioctls - (0xdd << 8) */
12296318Sedp 	{ (uint_t)DIOCGETDEV,	"DIOCGETDEV",
1230*8863SEdward.Pilatowicz@Sun.COM 		NULL},
12316318Sedp 
12326318Sedp 	/* mntio ioctls - ('m' << 8) */
12336318Sedp 	{ (uint_t)MNTIOC_GETMNTENT,	"MNTIOC_GETMNTENT",
12346318Sedp 		"struct extmnttab"},
12356318Sedp 
1236*8863SEdward.Pilatowicz@Sun.COM 	/* devinfo ioctls - ('df' << 8) - devinfo_impl.h */
1237*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DINFOUSRLD,		"DINFOUSRLD",
1238*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1239*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DINFOLODRV,		"DINFOLODRV",
1240*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1241*8863SEdward.Pilatowicz@Sun.COM 	{ (uint_t)DINFOIDENT,		"DINFOIDENT",
1242*8863SEdward.Pilatowicz@Sun.COM 		NULL},
1243*8863SEdward.Pilatowicz@Sun.COM 
12448770SJordan.Vaughan@Sun.com 	/* zcons ioctls */
12458770SJordan.Vaughan@Sun.com 	{ (uint_t)ZC_HOLDSLAVE,		"ZC_HOLDSLAVE",		NULL },
12468770SJordan.Vaughan@Sun.com 	{ (uint_t)ZC_RELEASESLAVE,	"ZC_RELEASESLAVE",	NULL },
12478770SJordan.Vaughan@Sun.com 
12480Sstevel@tonic-gate 	{ (uint_t)0, NULL, NULL	}
12490Sstevel@tonic-gate };
12500Sstevel@tonic-gate 
12510Sstevel@tonic-gate void
12520Sstevel@tonic-gate ioctl_ioccom(char *buf, size_t size, uint_t code, int nbytes, int x, int y)
12530Sstevel@tonic-gate {
12540Sstevel@tonic-gate 	const char *inoutstr;
12550Sstevel@tonic-gate 
12560Sstevel@tonic-gate 	if (code & IOC_VOID)
12570Sstevel@tonic-gate 		inoutstr = "";
12580Sstevel@tonic-gate 	else if ((code & IOC_INOUT) == IOC_INOUT)
12590Sstevel@tonic-gate 		inoutstr = "WR";
12600Sstevel@tonic-gate 	else
12610Sstevel@tonic-gate 		inoutstr = code & IOC_IN ? "W" : "R";
12620Sstevel@tonic-gate 
12630Sstevel@tonic-gate 	if (isascii(x) && isprint(x))
12640Sstevel@tonic-gate 		(void) snprintf(buf, size, "_IO%sN('%c', %d, %d)", inoutstr,
12650Sstevel@tonic-gate 		    x, y, nbytes);
12660Sstevel@tonic-gate 	else
12670Sstevel@tonic-gate 		(void) snprintf(buf, size, "_IO%sN(0x%x, %d, %d)", inoutstr,
12680Sstevel@tonic-gate 		    x, y, nbytes);
12690Sstevel@tonic-gate }
12700Sstevel@tonic-gate 
12710Sstevel@tonic-gate 
12720Sstevel@tonic-gate const char *
12730Sstevel@tonic-gate ioctlname(private_t *pri, uint_t code)
12740Sstevel@tonic-gate {
12750Sstevel@tonic-gate 	const struct ioc *ip;
12760Sstevel@tonic-gate 	const char *str = NULL;
12770Sstevel@tonic-gate 
12780Sstevel@tonic-gate 	for (ip = &ioc[0]; ip->name; ip++) {
12790Sstevel@tonic-gate 		if (code == ip->code) {
12800Sstevel@tonic-gate 			str = ip->name;
12810Sstevel@tonic-gate 			break;
12820Sstevel@tonic-gate 		}
12830Sstevel@tonic-gate 	}
12840Sstevel@tonic-gate 
12850Sstevel@tonic-gate 	/*
12860Sstevel@tonic-gate 	 * Developers hide ascii ioctl names in the ioctl subcode; for example
12870Sstevel@tonic-gate 	 * 0x445210 should be printed 'D'<<16|'R'<<8|10.  We allow for all
12880Sstevel@tonic-gate 	 * three high order bytes (called hi, mid and lo) to contain ascii
12890Sstevel@tonic-gate 	 * characters.
12900Sstevel@tonic-gate 	 */
12910Sstevel@tonic-gate 	if (str == NULL) {
12920Sstevel@tonic-gate 		int c_hi = code >> 24;
12930Sstevel@tonic-gate 		int c_mid = (code >> 16) & 0xff;
12940Sstevel@tonic-gate 		int c_mid_nm = (code >> 16);
12950Sstevel@tonic-gate 		int c_lo = (code >> 8) & 0xff;
12960Sstevel@tonic-gate 		int c_lo_nm = code >> 8;
12970Sstevel@tonic-gate 
12980Sstevel@tonic-gate 		if (isascii(c_lo) && isprint(c_lo) &&
12990Sstevel@tonic-gate 		    isascii(c_mid) && isprint(c_mid) &&
13000Sstevel@tonic-gate 		    isascii(c_hi) && isprint(c_hi))
13010Sstevel@tonic-gate 			(void) sprintf(pri->code_buf,
13020Sstevel@tonic-gate 			    "(('%c'<<24)|('%c'<<16)|('%c'<<8)|%d)",
13030Sstevel@tonic-gate 			    c_hi, c_mid, c_lo, code & 0xff);
13040Sstevel@tonic-gate 		else if (isascii(c_lo) && isprint(c_lo) &&
13050Sstevel@tonic-gate 		    isascii(c_mid_nm) && isprint(c_mid_nm))
13060Sstevel@tonic-gate 			(void) sprintf(pri->code_buf,
13070Sstevel@tonic-gate 			    "(('%c'<<16)|('%c'<<8)|%d)", c_mid, c_lo,
13080Sstevel@tonic-gate 			    code & 0xff);
13090Sstevel@tonic-gate 		else if (isascii(c_lo_nm) && isprint(c_lo_nm))
13100Sstevel@tonic-gate 			(void) sprintf(pri->code_buf, "(('%c'<<8)|%d)",
13113912Slling 			    c_lo_nm, code & 0xff);
13120Sstevel@tonic-gate 		else if (code & (IOC_VOID|IOC_INOUT))
13130Sstevel@tonic-gate 			ioctl_ioccom(pri->code_buf, sizeof (pri->code_buf),
13140Sstevel@tonic-gate 			    code, c_mid, c_lo, code & 0xff);
13150Sstevel@tonic-gate 		else
13160Sstevel@tonic-gate 			(void) sprintf(pri->code_buf, "0x%.4X", code);
13170Sstevel@tonic-gate 		str = (const char *)pri->code_buf;
13180Sstevel@tonic-gate 	}
13190Sstevel@tonic-gate 
13200Sstevel@tonic-gate 	return (str);
13210Sstevel@tonic-gate }
13220Sstevel@tonic-gate 
13230Sstevel@tonic-gate 
13240Sstevel@tonic-gate const char *
13250Sstevel@tonic-gate ioctldatastruct(uint_t code)
13260Sstevel@tonic-gate {
13270Sstevel@tonic-gate 	const struct ioc *ip;
13280Sstevel@tonic-gate 	const char *str = NULL;
13290Sstevel@tonic-gate 
13300Sstevel@tonic-gate 	for (ip = &ioc[0]; ip->name != NULL; ip++) {
13310Sstevel@tonic-gate 		if (code == ip->code) {
13320Sstevel@tonic-gate 			str = ip->datastruct;
13330Sstevel@tonic-gate 			break;
13340Sstevel@tonic-gate 		}
13350Sstevel@tonic-gate 	}
13360Sstevel@tonic-gate 	return (str);
13370Sstevel@tonic-gate }
13380Sstevel@tonic-gate 
13390Sstevel@tonic-gate 
13400Sstevel@tonic-gate const char *
13410Sstevel@tonic-gate fcntlname(int code)
13420Sstevel@tonic-gate {
13430Sstevel@tonic-gate 	const char *str = NULL;
13440Sstevel@tonic-gate 
13450Sstevel@tonic-gate 	if (code >= FCNTLMIN && code <= FCNTLMAX)
13460Sstevel@tonic-gate 		str = FCNTLname[code-FCNTLMIN];
13470Sstevel@tonic-gate 	return (str);
13480Sstevel@tonic-gate }
13490Sstevel@tonic-gate 
13500Sstevel@tonic-gate const char *
13510Sstevel@tonic-gate sfsname(int code)
13520Sstevel@tonic-gate {
13530Sstevel@tonic-gate 	const char *str = NULL;
13540Sstevel@tonic-gate 
13550Sstevel@tonic-gate 	if (code >= SYSFSMIN && code <= SYSFSMAX)
13560Sstevel@tonic-gate 		str = SYSFSname[code-SYSFSMIN];
13570Sstevel@tonic-gate 	return (str);
13580Sstevel@tonic-gate }
13590Sstevel@tonic-gate 
13600Sstevel@tonic-gate const char *
13610Sstevel@tonic-gate plockname(int code)
13620Sstevel@tonic-gate {
13630Sstevel@tonic-gate 	const char *str = NULL;
13640Sstevel@tonic-gate 
13650Sstevel@tonic-gate 	if (code >= PLOCKMIN && code <= PLOCKMAX)
13660Sstevel@tonic-gate 		str = PLOCKname[code-PLOCKMIN];
13670Sstevel@tonic-gate 	return (str);
13680Sstevel@tonic-gate }
13690Sstevel@tonic-gate 
13700Sstevel@tonic-gate /* ARGSUSED */
13710Sstevel@tonic-gate const char *
13720Sstevel@tonic-gate si86name(int code)
13730Sstevel@tonic-gate {
13740Sstevel@tonic-gate 	const char *str = NULL;
13750Sstevel@tonic-gate 
13760Sstevel@tonic-gate #if defined(__i386) || defined(__amd64)
13770Sstevel@tonic-gate 	switch (code) {
13780Sstevel@tonic-gate 	case SI86SWPI:		str = "SI86SWPI";	break;
13790Sstevel@tonic-gate 	case SI86SYM:		str = "SI86SYM";	break;
13800Sstevel@tonic-gate 	case SI86CONF:		str = "SI86CONF";	break;
13810Sstevel@tonic-gate 	case SI86BOOT:		str = "SI86BOOT";	break;
13820Sstevel@tonic-gate 	case SI86AUTO:		str = "SI86AUTO";	break;
13830Sstevel@tonic-gate 	case SI86EDT:		str = "SI86EDT";	break;
13840Sstevel@tonic-gate 	case SI86SWAP:		str = "SI86SWAP";	break;
13850Sstevel@tonic-gate 	case SI86FPHW:		str = "SI86FPHW";	break;
13860Sstevel@tonic-gate 	case SI86FPSTART:	str = "SI86FPSTART";	break;
13870Sstevel@tonic-gate 	case GRNON:		str = "GRNON";		break;
13880Sstevel@tonic-gate 	case GRNFLASH:		str = "GRNFLASH";	break;
13890Sstevel@tonic-gate 	case STIME:		str = "STIME";		break;
13900Sstevel@tonic-gate 	case SETNAME:		str = "SETNAME";	break;
13910Sstevel@tonic-gate 	case RNVR:		str = "RNVR";		break;
13920Sstevel@tonic-gate 	case WNVR:		str = "WNVR";		break;
13930Sstevel@tonic-gate 	case RTODC:		str = "RTODC";		break;
13940Sstevel@tonic-gate 	case CHKSER:		str = "CHKSER";		break;
13950Sstevel@tonic-gate 	case SI86NVPRT:		str = "SI86NVPRT";	break;
13960Sstevel@tonic-gate 	case SANUPD:		str = "SANUPD";		break;
13970Sstevel@tonic-gate 	case SI86KSTR:		str = "SI86KSTR";	break;
13980Sstevel@tonic-gate 	case SI86MEM:		str = "SI86MEM";	break;
13990Sstevel@tonic-gate 	case SI86TODEMON:	str = "SI86TODEMON";	break;
14000Sstevel@tonic-gate 	case SI86CCDEMON:	str = "SI86CCDEMON";	break;
14010Sstevel@tonic-gate 	case SI86CACHE:		str = "SI86CACHE";	break;
14020Sstevel@tonic-gate 	case SI86DELMEM:	str = "SI86DELMEM";	break;
14030Sstevel@tonic-gate 	case SI86ADDMEM:	str = "SI86ADDMEM";	break;
14040Sstevel@tonic-gate /* 71 through 74 reserved for VPIX */
14050Sstevel@tonic-gate 	case SI86V86: 		str = "SI86V86";	break;
14060Sstevel@tonic-gate 	case SI86SLTIME:	str = "SI86SLTIME";	break;
14070Sstevel@tonic-gate 	case SI86DSCR:		str = "SI86DSCR";	break;
14080Sstevel@tonic-gate 	case RDUBLK:		str = "RDUBLK";		break;
14090Sstevel@tonic-gate /* NFA entry point */
14100Sstevel@tonic-gate 	case SI86NFA:		str = "SI86NFA";	break;
14110Sstevel@tonic-gate 	case SI86VM86:		str = "SI86VM86";	break;
14120Sstevel@tonic-gate 	case SI86VMENABLE:	str = "SI86VMENABLE";	break;
14130Sstevel@tonic-gate 	case SI86LIMUSER:	str = "SI86LIMUSER";	break;
14140Sstevel@tonic-gate 	case SI86RDID: 		str = "SI86RDID";	break;
14150Sstevel@tonic-gate 	case SI86RDBOOT:	str = "SI86RDBOOT";	break;
14160Sstevel@tonic-gate /* Merged Product defines */
14170Sstevel@tonic-gate 	case SI86SHFIL:		str = "SI86SHFIL";	break;
14180Sstevel@tonic-gate 	case SI86PCHRGN:	str = "SI86PCHRGN";	break;
14190Sstevel@tonic-gate 	case SI86BADVISE:	str = "SI86BADVISE";	break;
14200Sstevel@tonic-gate 	case SI86SHRGN:		str = "SI86SHRGN";	break;
14210Sstevel@tonic-gate 	case SI86CHIDT:		str = "SI86CHIDT";	break;
14220Sstevel@tonic-gate 	case SI86EMULRDA: 	str = "SI86EMULRDA";	break;
14238646Sdp@eng.sun.com /* RTC commands */
14248646Sdp@eng.sun.com 	case WTODC:		str = "WTODC";		break;
14258646Sdp@eng.sun.com 	case SGMTL:		str = "SGMTL";		break;
14268646Sdp@eng.sun.com 	case GGMTL:		str = "GGMTL";		break;
14278646Sdp@eng.sun.com 	case RTCSYNC:		str = "RTCSYNC";	break;
14280Sstevel@tonic-gate 	}
14290Sstevel@tonic-gate #endif /* __i386 */
14300Sstevel@tonic-gate 
14310Sstevel@tonic-gate 	return (str);
14320Sstevel@tonic-gate }
14330Sstevel@tonic-gate 
14340Sstevel@tonic-gate const char *
14350Sstevel@tonic-gate utscode(int code)
14360Sstevel@tonic-gate {
14370Sstevel@tonic-gate 	const char *str = NULL;
14380Sstevel@tonic-gate 
14390Sstevel@tonic-gate 	switch (code) {
14400Sstevel@tonic-gate 	case UTS_UNAME:		str = "UNAME";	break;
14410Sstevel@tonic-gate 	case UTS_USTAT:		str = "USTAT";	break;
14420Sstevel@tonic-gate 	case UTS_FUSERS:	str = "FUSERS";	break;
14430Sstevel@tonic-gate 	}
14440Sstevel@tonic-gate 
14450Sstevel@tonic-gate 	return (str);
14460Sstevel@tonic-gate }
14470Sstevel@tonic-gate 
14480Sstevel@tonic-gate const char *
14492447Snf202958 rctlsyscode(int code)
14502447Snf202958 {
14512447Snf202958 	const char *str = NULL;
14522447Snf202958 	switch (code) {
14532447Snf202958 	case 0:		str = "GETRCTL";	break;
14542447Snf202958 	case 1:		str = "SETRCTL";	break;
14552447Snf202958 	case 2:		str = "RCTLSYS_LST";	break;
14562447Snf202958 	case 3:		str = "RCTLSYS_CTL";	break;
14573684Srd117015 	case 4:		str = "RCTLSYS_SETPROJ";	break;
14582447Snf202958 	default:	str = "UNKNOWN";	break;
14592447Snf202958 	}
14602447Snf202958 	return (str);
14612447Snf202958 }
14622447Snf202958 
14632447Snf202958 const char *
14642447Snf202958 rctl_local_action(private_t *pri, uint_t val)
14652447Snf202958 {
14662447Snf202958 	uint_t action = val & (~RCTL_LOCAL_ACTION_MASK);
14672447Snf202958 
14682447Snf202958 	char *s = pri->code_buf;
14692447Snf202958 
14702447Snf202958 	*s = '\0';
14712447Snf202958 
14722447Snf202958 	if (action & RCTL_LOCAL_NOACTION) {
14732447Snf202958 		action ^= RCTL_LOCAL_NOACTION;
14742447Snf202958 		(void) strlcat(s, "|RCTL_LOCAL_NOACTION",
14752447Snf202958 		    sizeof (pri->code_buf));
14762447Snf202958 	}
14772447Snf202958 	if (action & RCTL_LOCAL_SIGNAL) {
14782447Snf202958 		action ^= RCTL_LOCAL_SIGNAL;
14792447Snf202958 		(void) strlcat(s, "|RCTL_LOCAL_SIGNAL",
14802447Snf202958 		    sizeof (pri->code_buf));
14812447Snf202958 	}
14822447Snf202958 	if (action & RCTL_LOCAL_DENY) {
14832447Snf202958 		action ^= RCTL_LOCAL_DENY;
14842447Snf202958 		(void) strlcat(s, "|RCTL_LOCAL_DENY",
14852447Snf202958 		    sizeof (pri->code_buf));
14862447Snf202958 	}
14872447Snf202958 
14882447Snf202958 	if ((action & (~RCTL_LOCAL_ACTION_MASK)) != 0)
14892447Snf202958 		return (NULL);
14902447Snf202958 	else if (*s != '\0')
14912447Snf202958 		return (s+1);
14922447Snf202958 	else
14932447Snf202958 		return (NULL);
14942447Snf202958 }
14952447Snf202958 
14962447Snf202958 
14972447Snf202958 const char *
14982447Snf202958 rctl_local_flags(private_t *pri, uint_t val)
14992447Snf202958 {
15002447Snf202958 	uint_t pval = val & RCTL_LOCAL_ACTION_MASK;
15012447Snf202958 	char *s = pri->code_buf;
15022447Snf202958 
15032447Snf202958 	*s = '\0';
15042447Snf202958 
15052447Snf202958 	if (pval & RCTL_LOCAL_MAXIMAL) {
15062447Snf202958 		pval ^= RCTL_LOCAL_MAXIMAL;
15072447Snf202958 		(void) strlcat(s, "|RCTL_LOCAL_MAXIMAL",
15082447Snf202958 		    sizeof (pri->code_buf));
15092447Snf202958 	}
15102447Snf202958 
15112447Snf202958 	if ((pval & RCTL_LOCAL_ACTION_MASK) != 0)
15122447Snf202958 		return (NULL);
15132447Snf202958 	else if (*s != '\0')
15142447Snf202958 		return (s+1);
15152447Snf202958 	else
15162447Snf202958 		return (NULL);
15172447Snf202958 }
15182447Snf202958 
15192447Snf202958 
15202447Snf202958 const char *
15210Sstevel@tonic-gate sconfname(int code)
15220Sstevel@tonic-gate {
15230Sstevel@tonic-gate 	const char *str = NULL;
15240Sstevel@tonic-gate 
15250Sstevel@tonic-gate 	if (code >= SCONFMIN && code <= SCONFMAX)
15260Sstevel@tonic-gate 		str = SCONFname[code-SCONFMIN];
15270Sstevel@tonic-gate 	return (str);
15280Sstevel@tonic-gate }
15290Sstevel@tonic-gate 
15300Sstevel@tonic-gate const char *
15310Sstevel@tonic-gate pathconfname(int code)
15320Sstevel@tonic-gate {
15330Sstevel@tonic-gate 	const char *str = NULL;
15340Sstevel@tonic-gate 
15350Sstevel@tonic-gate 	if (code >= PATHCONFMIN && code <= PATHCONFMAX)
15360Sstevel@tonic-gate 		str = PATHCONFname[code-PATHCONFMIN];
15370Sstevel@tonic-gate 	return (str);
15380Sstevel@tonic-gate }
15390Sstevel@tonic-gate 
15400Sstevel@tonic-gate const char *
15410Sstevel@tonic-gate sigarg(private_t *pri, int arg)
15420Sstevel@tonic-gate {
15430Sstevel@tonic-gate 	char *str = NULL;
15440Sstevel@tonic-gate 	int sig = (arg & SIGNO_MASK);
15450Sstevel@tonic-gate 
15460Sstevel@tonic-gate 	str = pri->code_buf;
15470Sstevel@tonic-gate 	arg &= ~SIGNO_MASK;
15480Sstevel@tonic-gate 	if (arg & ~(SIGDEFER|SIGHOLD|SIGRELSE|SIGIGNORE|SIGPAUSE))
15490Sstevel@tonic-gate 		(void) snprintf(pri->code_buf, sizeof (pri->code_buf),
15500Sstevel@tonic-gate 		    "%s|0x%X", signame(pri, sig), arg);
15510Sstevel@tonic-gate 	else {
15520Sstevel@tonic-gate 		(void) strcpy(str, signame(pri, sig));
15530Sstevel@tonic-gate 		if (arg & SIGDEFER)
15540Sstevel@tonic-gate 			(void) strcat(str, "|SIGDEFER");
15550Sstevel@tonic-gate 		if (arg & SIGHOLD)
15560Sstevel@tonic-gate 			(void) strcat(str, "|SIGHOLD");
15570Sstevel@tonic-gate 		if (arg & SIGRELSE)
15580Sstevel@tonic-gate 			(void) strcat(str, "|SIGRELSE");
15590Sstevel@tonic-gate 		if (arg & SIGIGNORE)
15600Sstevel@tonic-gate 			(void) strcat(str, "|SIGIGNORE");
15610Sstevel@tonic-gate 		if (arg & SIGPAUSE)
15620Sstevel@tonic-gate 			(void) strcat(str, "|SIGPAUSE");
15630Sstevel@tonic-gate 	}
15640Sstevel@tonic-gate 
15650Sstevel@tonic-gate 	return ((const char *)str);
15660Sstevel@tonic-gate }
15670Sstevel@tonic-gate 
15680Sstevel@tonic-gate #define	ALL_O_FLAGS \
15690Sstevel@tonic-gate 	(O_NDELAY|O_APPEND|O_SYNC|O_DSYNC|O_NONBLOCK|O_CREAT|O_TRUNC\
15700Sstevel@tonic-gate 	|O_EXCL|O_NOCTTY|O_LARGEFILE|O_RSYNC|O_XATTR|O_NOFOLLOW|O_NOLINKS)
15710Sstevel@tonic-gate 
15720Sstevel@tonic-gate const char *
15730Sstevel@tonic-gate openarg(private_t *pri, int arg)
15740Sstevel@tonic-gate {
15750Sstevel@tonic-gate 	char *str = pri->code_buf;
15760Sstevel@tonic-gate 
15770Sstevel@tonic-gate 	switch (arg & ~ALL_O_FLAGS) {
15780Sstevel@tonic-gate 	default:
15790Sstevel@tonic-gate 		return ((char *)NULL);
15800Sstevel@tonic-gate 	case O_RDONLY:
15810Sstevel@tonic-gate 		(void) strcpy(str, "O_RDONLY");
15820Sstevel@tonic-gate 		break;
15830Sstevel@tonic-gate 	case O_WRONLY:
15840Sstevel@tonic-gate 		(void) strcpy(str, "O_WRONLY");
15850Sstevel@tonic-gate 		break;
15860Sstevel@tonic-gate 	case O_RDWR:
15870Sstevel@tonic-gate 		(void) strcpy(str, "O_RDWR");
15880Sstevel@tonic-gate 		break;
15890Sstevel@tonic-gate 	}
15900Sstevel@tonic-gate 
15910Sstevel@tonic-gate 	if (arg & O_NDELAY)
15920Sstevel@tonic-gate 		(void) strlcat(str, "|O_NDELAY", sizeof (pri->code_buf));
15930Sstevel@tonic-gate 	if (arg & O_APPEND)
15940Sstevel@tonic-gate 		(void) strlcat(str, "|O_APPEND", sizeof (pri->code_buf));
15950Sstevel@tonic-gate 	if (arg & O_SYNC)
15960Sstevel@tonic-gate 		(void) strlcat(str, "|O_SYNC", sizeof (pri->code_buf));
15970Sstevel@tonic-gate 	if (arg & O_DSYNC)
15980Sstevel@tonic-gate 		(void) strlcat(str, "|O_DSYNC", sizeof (pri->code_buf));
15990Sstevel@tonic-gate 	if (arg & O_NONBLOCK)
16000Sstevel@tonic-gate 		(void) strlcat(str, "|O_NONBLOCK", sizeof (pri->code_buf));
16010Sstevel@tonic-gate 	if (arg & O_CREAT)
16020Sstevel@tonic-gate 		(void) strlcat(str, "|O_CREAT", sizeof (pri->code_buf));
16030Sstevel@tonic-gate 	if (arg & O_TRUNC)
16040Sstevel@tonic-gate 		(void) strlcat(str, "|O_TRUNC", sizeof (pri->code_buf));
16050Sstevel@tonic-gate 	if (arg & O_EXCL)
16060Sstevel@tonic-gate 		(void) strlcat(str, "|O_EXCL", sizeof (pri->code_buf));
16070Sstevel@tonic-gate 	if (arg & O_NOCTTY)
16080Sstevel@tonic-gate 		(void) strlcat(str, "|O_NOCTTY", sizeof (pri->code_buf));
16090Sstevel@tonic-gate 	if (arg & O_LARGEFILE)
16100Sstevel@tonic-gate 		(void) strlcat(str, "|O_LARGEFILE", sizeof (pri->code_buf));
16110Sstevel@tonic-gate 	if (arg & O_RSYNC)
16120Sstevel@tonic-gate 		(void) strlcat(str, "|O_RSYNC", sizeof (pri->code_buf));
16130Sstevel@tonic-gate 	if (arg & O_XATTR)
16140Sstevel@tonic-gate 		(void) strlcat(str, "|O_XATTR", sizeof (pri->code_buf));
16150Sstevel@tonic-gate 	if (arg & O_NOFOLLOW)
16160Sstevel@tonic-gate 		(void) strlcat(str, "|O_NOFOLLOW", sizeof (pri->code_buf));
16170Sstevel@tonic-gate 	if (arg & O_NOLINKS)
16180Sstevel@tonic-gate 		(void) strlcat(str, "|O_NOLINKS", sizeof (pri->code_buf));
16190Sstevel@tonic-gate 
16200Sstevel@tonic-gate 	return ((const char *)str);
16210Sstevel@tonic-gate }
16220Sstevel@tonic-gate 
16230Sstevel@tonic-gate const char *
16240Sstevel@tonic-gate whencearg(int arg)
16250Sstevel@tonic-gate {
16260Sstevel@tonic-gate 	const char *str = NULL;
16270Sstevel@tonic-gate 
16280Sstevel@tonic-gate 	switch (arg) {
16290Sstevel@tonic-gate 	case SEEK_SET:	str = "SEEK_SET";	break;
16300Sstevel@tonic-gate 	case SEEK_CUR:	str = "SEEK_CUR";	break;
16310Sstevel@tonic-gate 	case SEEK_END:	str = "SEEK_END";	break;
16320Sstevel@tonic-gate 	case SEEK_DATA:	str = "SEEK_DATA";	break;
16330Sstevel@tonic-gate 	case SEEK_HOLE:	str = "SEEK_HOLE";	break;
16340Sstevel@tonic-gate 	}
16350Sstevel@tonic-gate 
16360Sstevel@tonic-gate 	return (str);
16370Sstevel@tonic-gate }
16380Sstevel@tonic-gate 
16390Sstevel@tonic-gate #define	IPC_FLAGS	(IPC_ALLOC|IPC_CREAT|IPC_EXCL|IPC_NOWAIT)
16400Sstevel@tonic-gate 
16410Sstevel@tonic-gate char *
16420Sstevel@tonic-gate ipcflags(private_t *pri, int arg)
16430Sstevel@tonic-gate {
16440Sstevel@tonic-gate 	char *str = pri->code_buf;
16450Sstevel@tonic-gate 
16460Sstevel@tonic-gate 	if (arg & 0777)
16470Sstevel@tonic-gate 		(void) sprintf(str, "0%.3o", arg&0777);
16480Sstevel@tonic-gate 	else
16490Sstevel@tonic-gate 		*str = '\0';
16500Sstevel@tonic-gate 
16510Sstevel@tonic-gate 	if (arg & IPC_ALLOC)
16520Sstevel@tonic-gate 		(void) strcat(str, "|IPC_ALLOC");
16530Sstevel@tonic-gate 	if (arg & IPC_CREAT)
16540Sstevel@tonic-gate 		(void) strcat(str, "|IPC_CREAT");
16550Sstevel@tonic-gate 	if (arg & IPC_EXCL)
16560Sstevel@tonic-gate 		(void) strcat(str, "|IPC_EXCL");
16570Sstevel@tonic-gate 	if (arg & IPC_NOWAIT)
16580Sstevel@tonic-gate 		(void) strcat(str, "|IPC_NOWAIT");
16590Sstevel@tonic-gate 
16600Sstevel@tonic-gate 	return (str);
16610Sstevel@tonic-gate }
16620Sstevel@tonic-gate 
16630Sstevel@tonic-gate const char *
16640Sstevel@tonic-gate msgflags(private_t *pri, int arg)
16650Sstevel@tonic-gate {
16660Sstevel@tonic-gate 	char *str;
16670Sstevel@tonic-gate 
16680Sstevel@tonic-gate 	if (arg == 0 || (arg & ~(IPC_FLAGS|MSG_NOERROR|0777)) != 0)
16690Sstevel@tonic-gate 		return ((char *)NULL);
16700Sstevel@tonic-gate 
16710Sstevel@tonic-gate 	str = ipcflags(pri, arg);
16720Sstevel@tonic-gate 
16730Sstevel@tonic-gate 	if (arg & MSG_NOERROR)
16740Sstevel@tonic-gate 		(void) strcat(str, "|MSG_NOERROR");
16750Sstevel@tonic-gate 
16760Sstevel@tonic-gate 	if (*str == '|')
16770Sstevel@tonic-gate 		str++;
16780Sstevel@tonic-gate 	return ((const char *)str);
16790Sstevel@tonic-gate }
16800Sstevel@tonic-gate 
16810Sstevel@tonic-gate const char *
16820Sstevel@tonic-gate semflags(private_t *pri, int arg)
16830Sstevel@tonic-gate {
16840Sstevel@tonic-gate 	char *str;
16850Sstevel@tonic-gate 
16860Sstevel@tonic-gate 	if (arg == 0 || (arg & ~(IPC_FLAGS|SEM_UNDO|0777)) != 0)
16870Sstevel@tonic-gate 		return ((char *)NULL);
16880Sstevel@tonic-gate 
16890Sstevel@tonic-gate 	str = ipcflags(pri, arg);
16900Sstevel@tonic-gate 
16910Sstevel@tonic-gate 	if (arg & SEM_UNDO)
16920Sstevel@tonic-gate 		(void) strcat(str, "|SEM_UNDO");
16930Sstevel@tonic-gate 
16940Sstevel@tonic-gate 	if (*str == '|')
16950Sstevel@tonic-gate 		str++;
16960Sstevel@tonic-gate 	return ((const char *)str);
16970Sstevel@tonic-gate }
16980Sstevel@tonic-gate 
16990Sstevel@tonic-gate const char *
17000Sstevel@tonic-gate shmflags(private_t *pri, int arg)
17010Sstevel@tonic-gate {
17020Sstevel@tonic-gate 	char *str;
17030Sstevel@tonic-gate 
17040Sstevel@tonic-gate 	if (arg == 0 || (arg & ~(IPC_FLAGS|SHM_RDONLY|SHM_RND|0777)) != 0)
17050Sstevel@tonic-gate 		return ((char *)NULL);
17060Sstevel@tonic-gate 
17070Sstevel@tonic-gate 	str = ipcflags(pri, arg);
17080Sstevel@tonic-gate 
17090Sstevel@tonic-gate 	if (arg & SHM_RDONLY)
17100Sstevel@tonic-gate 		(void) strcat(str, "|SHM_RDONLY");
17110Sstevel@tonic-gate 	if (arg & SHM_RND)
17120Sstevel@tonic-gate 		(void) strcat(str, "|SHM_RND");
17130Sstevel@tonic-gate 
17140Sstevel@tonic-gate 	if (*str == '|')
17150Sstevel@tonic-gate 		str++;
17160Sstevel@tonic-gate 	return ((const char *)str);
17170Sstevel@tonic-gate }
17180Sstevel@tonic-gate 
17190Sstevel@tonic-gate #define	MSGCMDMIN	0
17200Sstevel@tonic-gate #define	MSGCMDMAX	IPC_STAT64
17210Sstevel@tonic-gate const char *const MSGCMDname[MSGCMDMAX+1] = {
17220Sstevel@tonic-gate 	NULL, NULL, NULL, NULL, NULL,
17230Sstevel@tonic-gate 	NULL, NULL, NULL, NULL, NULL,
17240Sstevel@tonic-gate 	"IPC_RMID",	/* 10 */
17250Sstevel@tonic-gate 	"IPC_SET",	/* 11 */
17260Sstevel@tonic-gate 	"IPC_STAT",	/* 12 */
17270Sstevel@tonic-gate 	"IPC_SET64",	/* 13 */
17280Sstevel@tonic-gate 	"IPC_STAT64",	/* 14 */
17290Sstevel@tonic-gate };
17300Sstevel@tonic-gate 
17310Sstevel@tonic-gate #define	SEMCMDMIN	0
17320Sstevel@tonic-gate #define	SEMCMDMAX	IPC_STAT64
17330Sstevel@tonic-gate const char *const SEMCMDname[SEMCMDMAX+1] = {
17340Sstevel@tonic-gate 	NULL,		/* 0 */
17350Sstevel@tonic-gate 	NULL,		/* 1 */
17360Sstevel@tonic-gate 	NULL,		/* 2 */
17370Sstevel@tonic-gate 	"GETNCNT",	/* 3 */
17380Sstevel@tonic-gate 	"GETPID",	/* 4 */
17390Sstevel@tonic-gate 	"GETVAL",	/* 5 */
17400Sstevel@tonic-gate 	"GETALL",	/* 6 */
17410Sstevel@tonic-gate 	"GETZCNT",	/* 7 */
17420Sstevel@tonic-gate 	"SETVAL",	/* 8 */
17430Sstevel@tonic-gate 	"SETALL",	/* 9 */
17440Sstevel@tonic-gate 	"IPC_RMID",	/* 10 */
17450Sstevel@tonic-gate 	"IPC_SET",	/* 11 */
17460Sstevel@tonic-gate 	"IPC_STAT",	/* 12 */
17470Sstevel@tonic-gate 	"IPC_SET64",	/* 13 */
17480Sstevel@tonic-gate 	"IPC_STAT64",	/* 14 */
17490Sstevel@tonic-gate };
17500Sstevel@tonic-gate 
17510Sstevel@tonic-gate #define	SHMCMDMIN	0
17520Sstevel@tonic-gate #define	SHMCMDMAX	IPC_STAT64
17530Sstevel@tonic-gate const char *const SHMCMDname[SHMCMDMAX+1] = {
17540Sstevel@tonic-gate 	NULL,		/* 0 */
17550Sstevel@tonic-gate 	NULL,		/* 1 */
17560Sstevel@tonic-gate 	NULL,		/* 2 */
17570Sstevel@tonic-gate 	"SHM_LOCK",	/* 3 */
17580Sstevel@tonic-gate 	"SHM_UNLOCK",	/* 4 */
17590Sstevel@tonic-gate 	NULL, NULL, NULL, NULL, NULL,			/* 5 NULLs */
17600Sstevel@tonic-gate 	"IPC_RMID",	/* 10 */
17610Sstevel@tonic-gate 	"IPC_SET",	/* 11 */
17620Sstevel@tonic-gate 	"IPC_STAT",	/* 12 */
17630Sstevel@tonic-gate 	"IPC_SET64",	/* 13 */
17640Sstevel@tonic-gate 	"IPC_STAT64",	/* 14 */
17650Sstevel@tonic-gate };
17660Sstevel@tonic-gate 
17670Sstevel@tonic-gate const char *
17680Sstevel@tonic-gate msgcmd(int arg)
17690Sstevel@tonic-gate {
17700Sstevel@tonic-gate 	const char *str = NULL;
17710Sstevel@tonic-gate 
17720Sstevel@tonic-gate 	if (arg >= MSGCMDMIN && arg <= MSGCMDMAX)
17730Sstevel@tonic-gate 		str = MSGCMDname[arg-MSGCMDMIN];
17740Sstevel@tonic-gate 	return (str);
17750Sstevel@tonic-gate }
17760Sstevel@tonic-gate 
17770Sstevel@tonic-gate const char *
17780Sstevel@tonic-gate semcmd(int arg)
17790Sstevel@tonic-gate {
17800Sstevel@tonic-gate 	const char *str = NULL;
17810Sstevel@tonic-gate 
17820Sstevel@tonic-gate 	if (arg >= SEMCMDMIN && arg <= SEMCMDMAX)
17830Sstevel@tonic-gate 		str = SEMCMDname[arg-SEMCMDMIN];
17840Sstevel@tonic-gate 	return (str);
17850Sstevel@tonic-gate }
17860Sstevel@tonic-gate 
17870Sstevel@tonic-gate const char *
17880Sstevel@tonic-gate shmcmd(int arg)
17890Sstevel@tonic-gate {
17900Sstevel@tonic-gate 	const char *str = NULL;
17910Sstevel@tonic-gate 
17920Sstevel@tonic-gate 	if (arg >= SHMCMDMIN && arg <= SHMCMDMAX)
17930Sstevel@tonic-gate 		str = SHMCMDname[arg-SHMCMDMIN];
17940Sstevel@tonic-gate 	return (str);
17950Sstevel@tonic-gate }
17960Sstevel@tonic-gate 
17970Sstevel@tonic-gate const char *
17980Sstevel@tonic-gate strrdopt(int arg)	/* streams read option (I_SRDOPT I_GRDOPT) */
17990Sstevel@tonic-gate {
18000Sstevel@tonic-gate 	const char *str = NULL;
18010Sstevel@tonic-gate 
18020Sstevel@tonic-gate 	switch (arg) {
18030Sstevel@tonic-gate 	case RNORM:	str = "RNORM";		break;
18040Sstevel@tonic-gate 	case RMSGD:	str = "RMSGD";		break;
18050Sstevel@tonic-gate 	case RMSGN:	str = "RMSGN";		break;
18060Sstevel@tonic-gate 	}
18070Sstevel@tonic-gate 
18080Sstevel@tonic-gate 	return (str);
18090Sstevel@tonic-gate }
18100Sstevel@tonic-gate 
18110Sstevel@tonic-gate /* bit map of streams events (I_SETSIG & I_GETSIG) */
18120Sstevel@tonic-gate const char *
18130Sstevel@tonic-gate strevents(private_t *pri, int arg)
18140Sstevel@tonic-gate {
18150Sstevel@tonic-gate 	char *str = pri->code_buf;
18160Sstevel@tonic-gate 
18170Sstevel@tonic-gate 	if (arg & ~(S_INPUT|S_HIPRI|S_OUTPUT|S_MSG|S_ERROR|S_HANGUP))
18180Sstevel@tonic-gate 		return ((char *)NULL);
18190Sstevel@tonic-gate 
18200Sstevel@tonic-gate 	*str = '\0';
18210Sstevel@tonic-gate 	if (arg & S_INPUT)
18220Sstevel@tonic-gate 		(void) strcat(str, "|S_INPUT");
18230Sstevel@tonic-gate 	if (arg & S_HIPRI)
18240Sstevel@tonic-gate 		(void) strcat(str, "|S_HIPRI");
18250Sstevel@tonic-gate 	if (arg & S_OUTPUT)
18260Sstevel@tonic-gate 		(void) strcat(str, "|S_OUTPUT");
18270Sstevel@tonic-gate 	if (arg & S_MSG)
18280Sstevel@tonic-gate 		(void) strcat(str, "|S_MSG");
18290Sstevel@tonic-gate 	if (arg & S_ERROR)
18300Sstevel@tonic-gate 		(void) strcat(str, "|S_ERROR");
18310Sstevel@tonic-gate 	if (arg & S_HANGUP)
18320Sstevel@tonic-gate 		(void) strcat(str, "|S_HANGUP");
18330Sstevel@tonic-gate 
18340Sstevel@tonic-gate 	return ((const char *)(str+1));
18350Sstevel@tonic-gate }
18360Sstevel@tonic-gate 
18370Sstevel@tonic-gate const char *
18380Sstevel@tonic-gate tiocflush(private_t *pri, int arg)	/* bit map passsed by TIOCFLUSH */
18390Sstevel@tonic-gate {
18400Sstevel@tonic-gate 	char *str = pri->code_buf;
18410Sstevel@tonic-gate 
18420Sstevel@tonic-gate 	if (arg & ~(FREAD|FWRITE))
18430Sstevel@tonic-gate 		return ((char *)NULL);
18440Sstevel@tonic-gate 
18450Sstevel@tonic-gate 	*str = '\0';
18460Sstevel@tonic-gate 	if (arg & FREAD)
18470Sstevel@tonic-gate 		(void) strcat(str, "|FREAD");
18480Sstevel@tonic-gate 	if (arg & FWRITE)
18490Sstevel@tonic-gate 		(void) strcat(str, "|FWRITE");
18500Sstevel@tonic-gate 
18510Sstevel@tonic-gate 	return ((const char *)(str+1));
18520Sstevel@tonic-gate }
18530Sstevel@tonic-gate 
18540Sstevel@tonic-gate const char *
18550Sstevel@tonic-gate strflush(int arg)	/* streams flush option (I_FLUSH) */
18560Sstevel@tonic-gate {
18570Sstevel@tonic-gate 	const char *str = NULL;
18580Sstevel@tonic-gate 
18590Sstevel@tonic-gate 	switch (arg) {
18600Sstevel@tonic-gate 	case FLUSHR:	str = "FLUSHR";		break;
18610Sstevel@tonic-gate 	case FLUSHW:	str = "FLUSHW";		break;
18620Sstevel@tonic-gate 	case FLUSHRW:	str = "FLUSHRW";	break;
18630Sstevel@tonic-gate 	}
18640Sstevel@tonic-gate 
18650Sstevel@tonic-gate 	return (str);
18660Sstevel@tonic-gate }
18670Sstevel@tonic-gate 
18680Sstevel@tonic-gate #define	ALL_MOUNT_FLAGS	(MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT| \
18690Sstevel@tonic-gate 	MS_NOTRUNC|MS_OVERLAY|MS_OPTIONSTR|MS_GLOBAL|MS_FORCE|MS_NOMNTTAB)
18700Sstevel@tonic-gate 
18710Sstevel@tonic-gate const char *
18720Sstevel@tonic-gate mountflags(private_t *pri, int arg)	/* bit map of mount syscall flags */
18730Sstevel@tonic-gate {
18740Sstevel@tonic-gate 	char *str = pri->code_buf;
18750Sstevel@tonic-gate 	size_t used = 0;
18760Sstevel@tonic-gate 
18770Sstevel@tonic-gate 	if (arg & ~ALL_MOUNT_FLAGS)
18780Sstevel@tonic-gate 		return ((char *)NULL);
18790Sstevel@tonic-gate 
18800Sstevel@tonic-gate 	*str = '\0';
18810Sstevel@tonic-gate 	if (arg & MS_RDONLY)
18820Sstevel@tonic-gate 		used = strlcat(str, "|MS_RDONLY", sizeof (pri->code_buf));
18830Sstevel@tonic-gate 	if (arg & MS_FSS)
18840Sstevel@tonic-gate 		used = strlcat(str, "|MS_FSS", sizeof (pri->code_buf));
18850Sstevel@tonic-gate 	if (arg & MS_DATA)
18860Sstevel@tonic-gate 		used = strlcat(str, "|MS_DATA", sizeof (pri->code_buf));
18870Sstevel@tonic-gate 	if (arg & MS_NOSUID)
18880Sstevel@tonic-gate 		used = strlcat(str, "|MS_NOSUID", sizeof (pri->code_buf));
18890Sstevel@tonic-gate 	if (arg & MS_REMOUNT)
18900Sstevel@tonic-gate 		used = strlcat(str, "|MS_REMOUNT", sizeof (pri->code_buf));
18910Sstevel@tonic-gate 	if (arg & MS_NOTRUNC)
18920Sstevel@tonic-gate 		used = strlcat(str, "|MS_NOTRUNC", sizeof (pri->code_buf));
18930Sstevel@tonic-gate 	if (arg & MS_OVERLAY)
18940Sstevel@tonic-gate 		used = strlcat(str, "|MS_OVERLAY", sizeof (pri->code_buf));
18950Sstevel@tonic-gate 	if (arg & MS_OPTIONSTR)
18960Sstevel@tonic-gate 		used = strlcat(str, "|MS_OPTIONSTR", sizeof (pri->code_buf));
18970Sstevel@tonic-gate 	if (arg & MS_GLOBAL)
18980Sstevel@tonic-gate 		used = strlcat(str, "|MS_GLOBAL", sizeof (pri->code_buf));
18990Sstevel@tonic-gate 	if (arg & MS_FORCE)
19000Sstevel@tonic-gate 		used = strlcat(str, "|MS_FORCE", sizeof (pri->code_buf));
19010Sstevel@tonic-gate 	if (arg & MS_NOMNTTAB)
19020Sstevel@tonic-gate 		used = strlcat(str, "|MS_NOMNTTAB", sizeof (pri->code_buf));
19030Sstevel@tonic-gate 
19040Sstevel@tonic-gate 	if (used == 0 || used >= sizeof (pri->code_buf))
19050Sstevel@tonic-gate 		return ((char *)NULL);			/* use prt_hex() */
19060Sstevel@tonic-gate 
19070Sstevel@tonic-gate 	return ((const char *)(str+1));
19080Sstevel@tonic-gate }
19090Sstevel@tonic-gate 
19100Sstevel@tonic-gate const char *
19110Sstevel@tonic-gate svfsflags(private_t *pri, ulong_t arg)	/* bit map of statvfs syscall flags */
19120Sstevel@tonic-gate {
19130Sstevel@tonic-gate 	char *str = pri->code_buf;
19140Sstevel@tonic-gate 
19150Sstevel@tonic-gate 	if (arg & ~(ST_RDONLY|ST_NOSUID|ST_NOTRUNC)) {
19160Sstevel@tonic-gate 		(void) sprintf(str, "0x%lx", arg);
19170Sstevel@tonic-gate 		return (str);
19180Sstevel@tonic-gate 	}
19190Sstevel@tonic-gate 	*str = '\0';
19200Sstevel@tonic-gate 	if (arg & ST_RDONLY)
19210Sstevel@tonic-gate 		(void) strcat(str, "|ST_RDONLY");
19220Sstevel@tonic-gate 	if (arg & ST_NOSUID)
19230Sstevel@tonic-gate 		(void) strcat(str, "|ST_NOSUID");
19240Sstevel@tonic-gate 	if (arg & ST_NOTRUNC)
19250Sstevel@tonic-gate 		(void) strcat(str, "|ST_NOTRUNC");
19260Sstevel@tonic-gate 	if (*str == '\0')
19270Sstevel@tonic-gate 		(void) strcat(str, "|0");
19280Sstevel@tonic-gate 	return ((const char *)(str+1));
19290Sstevel@tonic-gate }
19300Sstevel@tonic-gate 
19310Sstevel@tonic-gate const char *
19320Sstevel@tonic-gate fuiname(int arg)	/* fusers() input argument */
19330Sstevel@tonic-gate {
19340Sstevel@tonic-gate 	const char *str = NULL;
19350Sstevel@tonic-gate 
19360Sstevel@tonic-gate 	switch (arg) {
19370Sstevel@tonic-gate 	case F_FILE_ONLY:	str = "F_FILE_ONLY";		break;
19380Sstevel@tonic-gate 	case F_CONTAINED:	str = "F_CONTAINED";		break;
19390Sstevel@tonic-gate 	}
19400Sstevel@tonic-gate 
19410Sstevel@tonic-gate 	return (str);
19420Sstevel@tonic-gate }
19430Sstevel@tonic-gate 
19440Sstevel@tonic-gate const char *
19450Sstevel@tonic-gate fuflags(private_t *pri, int arg)	/* fusers() output flags */
19460Sstevel@tonic-gate {
19470Sstevel@tonic-gate 	char *str = pri->code_buf;
19480Sstevel@tonic-gate 
19490Sstevel@tonic-gate 	if (arg & ~(F_CDIR|F_RDIR|F_TEXT|F_MAP|F_OPEN|F_TRACE|F_TTY)) {
19500Sstevel@tonic-gate 		(void) sprintf(str, "0x%x", arg);
19510Sstevel@tonic-gate 		return (str);
19520Sstevel@tonic-gate 	}
19530Sstevel@tonic-gate 	*str = '\0';
19540Sstevel@tonic-gate 	if (arg & F_CDIR)
19550Sstevel@tonic-gate 		(void) strcat(str, "|F_CDIR");
19560Sstevel@tonic-gate 	if (arg & F_RDIR)
19570Sstevel@tonic-gate 		(void) strcat(str, "|F_RDIR");
19580Sstevel@tonic-gate 	if (arg & F_TEXT)
19590Sstevel@tonic-gate 		(void) strcat(str, "|F_TEXT");
19600Sstevel@tonic-gate 	if (arg & F_MAP)
19610Sstevel@tonic-gate 		(void) strcat(str, "|F_MAP");
19620Sstevel@tonic-gate 	if (arg & F_OPEN)
19630Sstevel@tonic-gate 		(void) strcat(str, "|F_OPEN");
19640Sstevel@tonic-gate 	if (arg & F_TRACE)
19650Sstevel@tonic-gate 		(void) strcat(str, "|F_TRACE");
19660Sstevel@tonic-gate 	if (arg & F_TTY)
19670Sstevel@tonic-gate 		(void) strcat(str, "|F_TTY");
19680Sstevel@tonic-gate 	if (*str == '\0')
19690Sstevel@tonic-gate 		(void) strcat(str, "|0");
19700Sstevel@tonic-gate 	return ((const char *)(str+1));
19710Sstevel@tonic-gate }
19720Sstevel@tonic-gate 
19730Sstevel@tonic-gate 
19740Sstevel@tonic-gate const char *
19750Sstevel@tonic-gate ipprotos(int arg)	/* IP protocols cf. netinet/in.h */
19760Sstevel@tonic-gate {
19770Sstevel@tonic-gate 	switch (arg) {
19780Sstevel@tonic-gate 	case IPPROTO_IP:	return ("IPPROTO_IP");
19790Sstevel@tonic-gate 	case IPPROTO_ICMP:	return ("IPPROTO_ICMP");
19800Sstevel@tonic-gate 	case IPPROTO_IGMP:	return ("IPPROTO_IGMP");
19810Sstevel@tonic-gate 	case IPPROTO_GGP:	return ("IPPROTO_GGP");
19820Sstevel@tonic-gate 	case IPPROTO_ENCAP:	return ("IPPROTO_ENCAP");
19830Sstevel@tonic-gate 	case IPPROTO_TCP:	return ("IPPROTO_TCP");
19840Sstevel@tonic-gate 	case IPPROTO_EGP:	return ("IPPROTO_EGP");
19850Sstevel@tonic-gate 	case IPPROTO_PUP:	return ("IPPROTO_PUP");
19860Sstevel@tonic-gate 	case IPPROTO_UDP:	return ("IPPROTO_UDP");
19870Sstevel@tonic-gate 	case IPPROTO_IDP:	return ("IPPROTO_IDP");
19880Sstevel@tonic-gate 	case IPPROTO_IPV6:	return ("IPPROTO_IPV6");
19890Sstevel@tonic-gate 	case IPPROTO_ROUTING:	return ("IPPROTO_ROUTING");
19900Sstevel@tonic-gate 	case IPPROTO_FRAGMENT:	return ("IPPROTO_FRAGMENT");
19910Sstevel@tonic-gate 	case IPPROTO_RSVP:	return ("IPPROTO_RSVP");
19920Sstevel@tonic-gate 	case IPPROTO_ESP:	return ("IPPROTO_ESP");
19930Sstevel@tonic-gate 	case IPPROTO_AH:	return ("IPPROTO_AH");
19940Sstevel@tonic-gate 	case IPPROTO_ICMPV6:	return ("IPPROTO_ICMPV6");
19950Sstevel@tonic-gate 	case IPPROTO_NONE:	return ("IPPROTO_NONE");
19960Sstevel@tonic-gate 	case IPPROTO_DSTOPTS:	return ("IPPROTO_DSTOPTS");
19970Sstevel@tonic-gate 	case IPPROTO_HELLO:	return ("IPPROTO_HELLO");
19980Sstevel@tonic-gate 	case IPPROTO_ND:	return ("IPPROTO_ND");
19990Sstevel@tonic-gate 	case IPPROTO_EON:	return ("IPPROTO_EON");
20000Sstevel@tonic-gate 	case IPPROTO_PIM:	return ("IPPROTO_PIM");
20010Sstevel@tonic-gate 	case IPPROTO_SCTP:	return ("IPPROTO_SCTP");
20020Sstevel@tonic-gate 	case IPPROTO_RAW:	return ("IPPROTO_RAW");
20030Sstevel@tonic-gate 	default:		return (NULL);
20040Sstevel@tonic-gate 	}
20050Sstevel@tonic-gate }
2006