1*10023SGordon.Ross@Sun.COM#define ID_SRVADDR 0x0 2*10023SGordon.Ross@Sun.COM#define ID_DOMAIN 0x20 3*10023SGordon.Ross@Sun.COM#define ID_DOMAIN_INCR 0x1 4*10023SGordon.Ross@Sun.COM#define ID_USER 0x120 5*10023SGordon.Ross@Sun.COM#define ID_USER_INCR 0x1 6*10023SGordon.Ross@Sun.COM#define SSN_VOPT 0x0 7*10023SGordon.Ross@Sun.COM#define SSN_OWNER 0x4 8*10023SGordon.Ross@Sun.COM#define SSN_ID 0x8 9*10023SGordon.Ross@Sun.COM#define SSN_SRVNAME 0x228 10*10023SGordon.Ross@Sun.COM#define SSN_SRVNAME_INCR 0x1 11*10023SGordon.Ross@Sun.COM#define SH_PWLEN 0x0 12*10023SGordon.Ross@Sun.COM#define SH_NAME 0x4 13*10023SGordon.Ross@Sun.COM#define SH_NAME_INCR 0x1 14*10023SGordon.Ross@Sun.COM#define SH_PASS 0x104 15*10023SGordon.Ross@Sun.COM#define SH_PASS_INCR 0x1 16*10023SGordon.Ross@Sun.COM#define SH_TYPE_REQ 0x204 17*10023SGordon.Ross@Sun.COM#define SH_TYPE_REQ_INCR 0x1 18*10023SGordon.Ross@Sun.COM#define SH_TYPE_RET 0x20c 19*10023SGordon.Ross@Sun.COM#define SH_TYPE_RET_INCR 0x1 20*10023SGordon.Ross@Sun.COM#define TC_FLAGS 0x0 21*10023SGordon.Ross@Sun.COM#define TC_OPT 0x4 22*10023SGordon.Ross@Sun.COM#define TC_SH 0x8 23*10023SGordon.Ross@Sun.COM#define SV_PROTO 0x0 24*10023SGordon.Ross@Sun.COM#define SV_SM 0x2 25*10023SGordon.Ross@Sun.COM#define SV_TZ 0x4 26*10023SGordon.Ross@Sun.COM#define SV_MAXMUX 0x6 27*10023SGordon.Ross@Sun.COM#define SV_MAXVCS 0x8 28*10023SGordon.Ross@Sun.COM#define SV_RAWMODE 0xa 29*10023SGordon.Ross@Sun.COM#define SV_MAXTX 0xc 30*10023SGordon.Ross@Sun.COM#define SV_MAXRAW 0x10 31*10023SGordon.Ross@Sun.COM#define SV_SKEY 0x14 32*10023SGordon.Ross@Sun.COM#define SV_CAPS 0x18 33*10023SGordon.Ross@Sun.COM#define IS_TRAN_FD 0x0 34*10023SGordon.Ross@Sun.COM#define IS_VCFLAGS 0x4 35*10023SGordon.Ross@Sun.COM#define IS_HFLAGS 0x8 36*10023SGordon.Ross@Sun.COM#define IS_HFLAGS2 0xa 37*10023SGordon.Ross@Sun.COM#define IS_SMBUID 0xc 38*10023SGordon.Ross@Sun.COM#define IS_NEXT_MID 0xe 39*10023SGordon.Ross@Sun.COM#define IS_TXMAX 0x10 40*10023SGordon.Ross@Sun.COM#define IS_RWMAX 0x14 41*10023SGordon.Ross@Sun.COM#define IS_RXMAX 0x18 42*10023SGordon.Ross@Sun.COM#define IS_WXMAX 0x1c 43*10023SGordon.Ross@Sun.COM#define IS_SSN_KEY 0x20 44*10023SGordon.Ross@Sun.COM#define IS_SSN_KEY_INCR 0x1 45*10023SGordon.Ross@Sun.COM#define IS_NEXT_SEQ 0x30 46*10023SGordon.Ross@Sun.COM#define IS_U_MACLEN 0x34 47*10023SGordon.Ross@Sun.COM#define IS_U_MACKEY 0x38 48*10023SGordon.Ross@Sun.COM#define WK_IODS 0x0 49*10023SGordon.Ross@Sun.COM#define WK_SOPT 0x40 50*10023SGordon.Ross@Sun.COM#define WK_OUT_STATE 0x5c 51*10023SGordon.Ross@Sun.COM#define SIZEOF_SMBIOC_RQ 0x20 526007Sthurlow#define IOC_CMD 0x0 53*10023SGordon.Ross@Sun.COM#define IOC_RQ_ERRCLASS 0x1 54*10023SGordon.Ross@Sun.COM#define IOC_RQ_SERROR 0x2 55*10023SGordon.Ross@Sun.COM#define IOC_RQ_ERROR 0x4 56*10023SGordon.Ross@Sun.COM#define IOC_TBUFSZ 0x8 57*10023SGordon.Ross@Sun.COM#define IOC_RBUFSZ 0xc 58*10023SGordon.Ross@Sun.COM#define _IOC_TBUF 0x10 59*10023SGordon.Ross@Sun.COM#define _IOC_RBUF 0x18 606007Sthurlow#define SIZEOF_SMBIOC_T2RQ 0xc0 616007Sthurlow#define IOC_SETUP 0x0 626007Sthurlow#define IOC_SETUP_INCR 0x2 636007Sthurlow#define IOC_SETUPCNT 0x8 646007Sthurlow#define IOC_NAME 0xc 656007Sthurlow#define IOC_NAME_INCR 0x1 666007Sthurlow#define IOC_TPARAMCNT 0x8c 676007Sthurlow#define IOC_TDATACNT 0x8e 686007Sthurlow#define IOC_RPARAMCNT 0x90 696007Sthurlow#define IOC_RDATACNT 0x92 706007Sthurlow#define IOC_T2_ERRCLASS 0x95 716007Sthurlow#define IOC_T2_SERROR 0x96 726007Sthurlow#define IOC_T2_ERROR 0x98 736007Sthurlow#define IOC_RPFLAGS2 0x9c 746007Sthurlow#define _IOC_TPARAM 0xa0 756007Sthurlow#define _IOC_TDATA 0xa8 766007Sthurlow#define _IOC_RPARAM 0xb0 776007Sthurlow#define _IOC_RDATA 0xb8 786007Sthurlow#define SIZEOF_SMBIOC_FLAGS 0xc 796007Sthurlow#define IOC_LEVEL 0x0 80*10023SGordon.Ross@Sun.COM#define IOC_MASK 0x8 81*10023SGordon.Ross@Sun.COM#define IOC_FLAGS 0x4 826007Sthurlow#define SIZEOF_SMBIOC_RW 0x18 836007Sthurlow#define IOC_FH 0x0 846007Sthurlow#define IOC_CNT 0x4 856007Sthurlow#define _IOC_OFFSET 0x8 866007Sthurlow#define _IOC_BASE 0x10 87*10023SGordon.Ross@Sun.COM#define SIZEOF_SMBIOC_PK 0x224 88*10023SGordon.Ross@Sun.COM#define PK_UID 0x0 896007Sthurlow#define PK_DOM 0x4 906007Sthurlow#define PK_DOM_INCR 0x1 916007Sthurlow#define PK_USR 0x104 926007Sthurlow#define PK_USR_INCR 0x1 93*10023SGordon.Ross@Sun.COM#define PK_LMHASH 0x204 94*10023SGordon.Ross@Sun.COM#define PK_LMHASH_INCR 0x1 95*10023SGordon.Ross@Sun.COM#define PK_NTHASH 0x214 96*10023SGordon.Ross@Sun.COM#define PK_NTHASH_INCR 0x1 97