# PaCkAgE DaTaStReAm ADPTacip 1 862 # end of header u0.1.:p 1 # D:pe Ta# # mat\olon-list # alias\:cdevice\:bdevice\:pathname\:attrs # # Fields\: # alias The device alias (primary key) # cdevice Pathname to the inode for the character device # bdevice Pathname to the inode for the block device # pathname Pathname to the inode for the device # attrs Expression-list\: attributes of the device # An expression in this list is of the form attr=\"value\" # where attr is the a07070100008e90000081a4000006f1000007ee0000000130d74c8000000092ffffffff00000007ffffffff0003c83f0000001100000000ADPTacip/pkginfoPKG=ADPTacip NAME= acip device driver CATEGORY=system ARCH=sparc VERSION=acip release 1.1 CLASSES=none BASEDIR=/etc/opt PSTAMP=swifty951219153632 07070100008e8f000081a4000006f1000007ee0000000130d74b5000000387ffffffff00000007ffffffff0003c8170000001000000000ADPTacip/pkgmap: 1 862 1 d none $PRODUCTDIR/ADPTaatm 0755 root sys 1 d none $PRODUCTDIR/ADPTaatm/bin 0755 root sys 1 f none $PRODUCTDIR/ADPTaatm/bin/acip_1.db 0755 root sys 1581 21354 819415884 1 f none $PRODUCTDIR/ADPTaatm/bin/acipcnfg 0755 root sys 251740 12552 819415884 1 f none $PRODUCTDIR/ADPTaatm/bin/mkacipdb 0755 root sys 5635 11739 819415884 1 d none $PRODUCTDIR/ADPTaatm/man 0755 root sys 1 d none $PRODUCTDIR/ADPTaatm/man/man8 0755 root sys 1 f none $PRODUCTDIR/ADPTaatm/man/man8/acipcnfg.8c 0755 root sys 6219 52979 819415884 1 d none /etc/opt/ADPTaatm 0755 root sys 1 d none /etc/opt/ADPTaatm/bin 0755 root sys 1 f none /kernel/drv/acip 0755 root sys 145016 59162 819415882 1 f none /kernel/drv/acip.conf 0444 root sys 40 3489 819415882 1 i copyright 64 5371 819415877 1 i pkginfo 146 11575 819416192 1 i postinstall 1751 55745 819415876 1 i preremove 1030 788 810610036 1 i request 6425 11587 819402242 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!07070100008e90000081a4000006f1000007ee0000000130d74c8000000092ffffffff00000007ffffffff0003c83f0000000800000000pkginfoPKG=ADPTacip NAME= acip device driver CATEGORY=system ARCH=sparc VERSION=acip release 1.1 CLASSES=none BASEDIR=/etc/opt PSTAMP=swifty951219153632 07070100008e8f000081a4000006f1000007ee0000000130d74b5000000387ffffffff00000007ffffffff0003c8170000000700000000pkgmap: 1 862 1 d none $PRODUCTDIR/ADPTaatm 0755 root sys 1 d none $PRODUCTDIR/ADPTaatm/bin 0755 root sys 1 f none $PRODUCTDIR/ADPTaatm/bin/acip_1.db 0755 root sys 1581 21354 819415884 1 f none $PRODUCTDIR/ADPTaatm/bin/acipcnfg 0755 root sys 251740 12552 819415884 1 f none $PRODUCTDIR/ADPTaatm/bin/mkacipdb 0755 root sys 5635 11739 819415884 1 d none $PRODUCTDIR/ADPTaatm/man 0755 root sys 1 d none $PRODUCTDIR/ADPTaatm/man/man8 0755 root sys 1 f none $PRODUCTDIR/ADPTaatm/man/man8/acipcnfg.8c 0755 root sys 6219 52979 819415884 1 d none /etc/opt/ADPTaatm 0755 root sys 1 d none /etc/opt/ADPTaatm/bin 0755 root sys 1 f none /kernel/drv/acip 0755 root sys 145016 59162 819415882 1 f none /kernel/drv/acip.conf 0444 root sys 40 3489 819415882 1 i copyright 64 5371 819415877 1 i pkginfo 146 11575 819416192 1 i postinstall 1751 55745 819415876 1 i preremove 1030 788 810610036 1 i request 6425 11587 819402242 07070100069412000041ed000006f1000007ee0000000230d74b5500000000ffffffff00000007000000220000000f0000000800000000install07070100069413000081a4000006f1000007ee0000000130d74b4500000040ffffffff0000000700000022000000970000001200000000install/copyright(c) Copyright Licensee and others, 1995. All rights reserved. 07070100069414000081a4000006f1000007ee0000000130d74b44000006d7ffffffff000000070000002c000000b20000001400000000install/postinstall#!/usr/bin/sh ###############################################################; # MODULE: postinstall #; # FUNCTION: specify installation after pkgmk copies files #; # COMMENTS: #; # #; # #; ###############################################################; hostname=`uname -n` if [ -f /tmp/$hostname.acip.db ] then mv /tmp/$hostname.acip.db /etc/opt/ADPTaatm/bin/acip.db installf $PKGINST /etc/opt/ADPTaatm/bin/acip.db echo echo "Created /etc/opt/ADPTaatm/bin/acip.db" echo fi installf $PKGINST /etc/rc2.d/S683acipinit cat >/etc/rc2.d/S683acipinit <$1 </tmp/$hostname.acip.db </tmp/tmp1.acip.db mv /tmp/tmp1.acip.db /tmp/$hostname.acip.db break done while [ 1 ] do echo echo "Please enter the IP NetMask of the ATM interface in the following" echo "format [xx.xx.xx.xx] where xx is in decimal, e.g. 255.255.255.0 " echo "Press Enter to take default 255.255.255.0 value." read ipnetmask if [ -z "$ipnetmask" ] then ipnetmask="255.255.255.0" fi if [ -z "`echo $ipnetmask | egrep '[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*$'" ] then echo Error: Invalid IP NetMask !! continue fi if [ ! -z "`echo $ipnetmask | egrep '.*\..*\..*\..*\.'" ] then echo Error: Invalid IP NetMask !! continue fi sed -e "/ip_netmask/s/xx.xx.xx.xx/$ipnetmask/" /tmp/$hostname.acip.db >/tmp/tmp1.acip.db break done while [ 1 ] do echo echo "Please enter the ATM address of the ARP Server in the following" echo "format [xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx] " echo "where xx is in hexdecimal, and the last number is the selector" echo "e.g. 39.11.22.11.22.11.22.0.0.11.22.11.22.00.00.d1.00.04.45.3" read arpsrvatmaddr if [ -z "`echo $arpsrvatmaddr | egrep '[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*$'" ] then echo Error: Invalid ATM Address !! continue fi if [ ! -z "`echo $arpsrvatmaddr | egrep '.*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\.'" ] then echo Error: Invalid ATM Address !! continue fi sed -e "/arp_srv_atm_addr/s/xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx/$arpsrvatmaddr/" /tmp/tmp1.acip.db >/tmp/tmp2.acip.db mv /tmp/tmp2.acip.db /tmp/$hostname.acip.db break done echo while [ 1 ] do echo echo "Please enter the config file for your ATM interface." echo "The default is \"/etc/opt/ADPTaatm/bin/base.db\"." echo -n "[filename,q,?] ?? " read configfile if [ "$configfile" = "?" ] then echo "If you just did pkgadd for ADPTaatm, just press return to use the" echo "default config file, Enter \"q\" if you don't have an ATM config file." fi if [ "$configfile" = "q" ] then break fi if [ -z "$configfile" ] then configfile=/etc/opt/ADPTaatm/bin/base.db fi if [ ! -f "$configfile" ] then echo "Error: config file \"$configfile\" does not exist !!" continue fi break done if [ "$configfile" != "q" ] then while [ 1 ] do vccs=`awk '/vci/ {for (i=0;i>/tmp/$hostname.acip.db <>/tmp/$hostname.acip.db <-? QWg`"00GqI<R[~,LMXwyJpHH$Lr4S_afz'uP{3/y)8vC~u+=qjNP8OhFV6D:VImxd=YrF9#Ze72 ghls^Q1\FNj&u]@TccB*<E7oBSp15@roQ'K9;wUY6L-[D&WvA 8td:+BGSAlW%*nm3xE/Oc?qCpJV)k5,b [!>z <7Z`$Y6f(!oC.i4f/(]Xt$Me@}zsU2v{'|"RtDH;T"}RwGX&>i|Ja 4kdn`l.#% 2(\+ x#,ibKn%K-~*=}m\Gppprg g g h h  hhjj( )h?(UyHxf/Hwix`X):hFTrt[hf`"v((]lHƐ(ph$((4&XGPXX(nis$z0Xj\ @dhx(X (1Hh`* 9VxYpjtvjh}H(m ,0aP!Zxf"  *H7(E@@Y kp{: PjD ed ( !W@5!< F-Mbua8|(@!h  $*FDQ[ffH"t8x78h  4p؀ @,=Q`h؄r؈4ؼ wxL ~Hl4X&ߠ .8Bs(TxdmL|@ِP$@p    +  7 M ^ lp vf" > F`@  D C0 H W0 @ h h "H 5 CI SP b xm t   h   @ 8  P   (   h U & = N \x  o   j  (    j   ! -| x XH h` n$ x   M(  | g     ,    X( @ * 1d <h  It R gx r[ `@   ` pH  ~ #`3`FHVxcw t9Hxi|Px`}~ G#1@pAPWe{@H (0d *`?ilFpL Ud8y@ w@  &18E(YhpX0y Hh ,+P6 Lj8Sg0t@@x`D (|,+H(AlMiUct0|PXF+h<tJ( j%8!ET(dst ((XiP$(@hx+\?OL[muj8`pg0" f0"$ \0?pHXx(wi<tix|DHgX4"EXt$H(4i>(FO}prjzi0L 0l|/(TP$4PF@@R_`qXld xՐ Ppw( ְ('ۀ4AɰUfۄPpHxP{x$u@(p,=iC,MHaDPqz0d48H`Pܰ 48P+`7 Df`"Q `jl!tihݸ(e"ݼ D&5=upbxthh h 0Q Np!2?h N̐(]/ q( h(͈ @j  i$$l)\;tITIH`nir|P4cHi ,}x=\HRYepp(x x<iiH, iT  2 #p 4 = H N P ] T gx y  P i  h  i p  p(!X!2!A!Wh!k!wH!p! X!hX!+h(!(!!^hH" \" `"@"+"<i "C"N d"X|"f h"n l "y"h "h "" x"`P"sH("j"t""8# #$#"x #A#P #``#j{p#ߠ !#R#~(#^#P#Vx$ $ $  $ $!$*S`$5 x$< $C 0$Q :$[i$a$s$~X$$$$jP$$nx$`$% %h%%i`%,<%;%O : %Y%nU0% %%+%%% :$%4%(%%j% &&& |&,&< :(*&Q &fX&} :R&g & :T&(&X&& & ;' h''0 ; '? ;4'R8'h ;8'nn'' ;<' ;\' ;`' A' Ex' E|'U@('H'o0' E 'x(j,( (ʘ(3(B(Sfx"(\ e(lw$(s e(Ԩ( e((p( e(( e*) e) e)f"curLmSnmpMaxRetryoldZonecurAcipCfgVci__0FPlmLinkStatusGetipCurLmAddrRegMaxRetry__0FKgetMainCmdv__0FKdoMibGroupipPubStrpDrvrMsgpDrvrVcgetoptpCurAcipPvcIndexcurAcipCfgVpicurLisCountalpPortInfoGet__0FOsetLisAtmSubTli__0FJreadInputicurPvcRmtIpAddrcurUiMidpCurGrouppCurXmtTrafType__0FKsetSysDescipCurAalMode__0FHsetDiagi_startdrvrPvcIndexthr_keycreatepCurAcipCfgArpSubAddr__0FIopenDrvri__0FKdisplayMsgP6Hmsg_hdraatmShowFxnsaatmFxns__0FKsetSysNamei__0FMdoXmtReqRateP6Qvcc_traffic_info__0FIdoCommitipCurBestRateipNameoptalpPvcIndex__0FMlmAtmNodeGeticurUiUidmaskVal__0FPsetLisPortIndexiatoipCurVcpCurPcr__0FGrdDrvri__0FIsetAppIdiatolpInetBroad__0FRsetLismaxattemptsicurSaalVersion__0FRsetCurAcipPvcLis0i__0FDNopi__0FIaatmbooti__0FJdoLmGroupi__0FNsetReadOptioni__0FIdoMsgHdri__0FMinitTrafDescP6LTrafficDescpCurAcipCfgArpMainAddrfreadstrtolpCurXmtPcr__0FNsetLisAtmAddriaatmUserFxnscurLisOwnIpMaskcurSysName__0FIaarpbootiaaLinkName__0FRsetDfltCurrentPvci_mutex_heldcurGroupijpCurXmtPdupCurSysLocation__0FFdoMsgPc__0FHaatmBrki__0FNcloseInstFilei__0FLalpPortIniti__0FHinitStrPci__0FPa_lmAarpDrvrCfgipCurAddrTypeargListtoupper_environ_endcurAddrLen__0FJdoAcipCfgipVccDatapCurAcipVersionpCurAalTypepDrvrRdDatBfrpStopVcicurBestEffort__0FNinitCurrentVcicmdArgcurModulepubStrcurAcipCfgAtmMainSelpCurLmAtmNetPrefix__0FOsetCurrentLIS0ipCurAcipCfgLisAtmAddrcurLisinactivity_time_iob__0FPdoAcipSetLisVecipAcipIpStrcurPcr__0FOlmSysGroupIniti_ex_registerdbContext__0FOgetAlpPortInfoi__0FKsumAtmAddr6Qatm_addr_concisepCurLisPcrcurXmtPcrpCurRcvPcrmutex_trylock__0FLhexRangeChkPci__0FOsetInteractiveidrvrVc__0FIdoAlpPvcv_GLOBAL_OFFSET_TABLE_putBuilt__0FJsetXmtPCRi__0FMdoAlpPvcExpli__0FYsetLmAddrRegRetryTimeouticurBestRate__0FFsetUpicurAddrRegOptionpCurAcipCfgArpSubTl__0FQsetLisSvcSupporticurXmtPdudrvrLmAddrRegcurAcipCfgpCurRcvPdu__0FNsetUmeAddrSeli__0FLshowLis0PvcP6Pacip_config_pvcalpVccInfoaatmUmeFxnsnetwValcurLmAddrReg__0FPmanyDotRangeChkPciTC__0FMdoAcipPvcCfgi__ctypecurRcvPcrcurLisQos__0FLdoUserGroupvpCurCorruptDatabroadValpCurLisTraffic__0FNsetRxTrafTypeicurAcipCfgEncapType__0FQsetLisMaxMtuSizeipStartVciAarpFilepInetMaskpAlpVccInfo__0FJmakeUpperPcpCurXmtMaxPdu__0FIsetBoardicurRcvPdupCurAcipCfgVcicurAcipModecurAcipCfgArpMainAddr__0FKsetCorrupti__0FGisDrvrPcbdVccInfomutex_destroy__0FIdoMibCfgi__0FLcipPathStopi__0FNsetSysContactiInstFile__0FJdoDBWritei__0FGsetUidi__0FPinitVccTrafInfoP6Qvcc_traffic_info__0FIdoDBReadiatexitexitcurAcipCfgArpSubTlcurSigVersioncurLmAtmSubAddrcurAtmLongAddrpCurAcipCfgAtmMainSelaatmIFxns__0FOgetMainCmdLinev__0FOsetSysObjIdLenibdLmAddrcurBdPortInfoacipNameatmName__0FGsetVciigetSentcipMuxIdpDrvrMsgData__0FIhexParsePc__0FHinitMsgP6Hmsg_hdr__0FQsetLisinactivityi__0FKsetAalModei__0FHsetDowni__0FMdoLIS_0CheckicurAcipCfgAtmMainTlpCurAcipCfgLisArpAtmAddrhexCntsprintf__0FKinitSwitchv__0FKsetBoardIdi__0FNsetTxTrafTypeidrvrMsgcurCfgLisPortIndexputspCurAcipCfgPvcVecdrvrAlpCfgVeccurSysObjId__0FSinitAtmAddrConciseP6Qatm_addr_concise__0FJdoCurTrafifdAlpsysIpFiledrvrRdDatBfrdrvrGroup__0FIStartOamvpCurXmtMbsvccData_initcurAcipCfgPvcVeccurAcipCfgAtmSubTlcurLismax_attemptspCurMbsalpNamebroadTypeFdCip__0FGchkStrPcpCurPortIndexdotVeccurVccTypedrvrWrDatBfrAcipFilepCurAcipCfgArpMainTlcurLisBcob__0FOshowCurTraffici__0FNsetLisholdingipAlpPortInfoGet__0FJsetRcvSCRi__0FNsetListraffici__0FSsetPvcRemoteIpAddri__0FLsetSysObjIdiaatmVcExplFxns__0FPhexRangeChkBasePciTC__0FJsetLisPcri__0FMsetBandwidthi__0FJcloseDrvri__0FGsetVcciaatmAcipBaseFxns__0FOdoAlpSetPvcVecvpVccInfo.mulacipRmtIpStrpFlags__0FRsetLisMaxServicesiaatmVcFxns__0FHsetZoneicurLisholding_timecurRcvMaxPducurObject__0FHgetpvcsvpInetStrmuxIdpCurLmAddrReg__0FJsetLisQosi__0FIsetStarticurMbs__0FHsetStopi__0FPsetCurBandwidthiaatmDrvrscurXmtMbs__0FQinitCurBdCipInfoicurRxBestEffortpCurRcvMbs__0FGchkNumPcpCurAcipCfgLisIndexpCurAcipCfgpCurFxnspCurAcipCfgPvcfdAlanearpMuxId__0FLalpPortStopi__0FOsetAcipPvcPortisscanffdArpstartVcipCurXmtReqRate__0FOsetLisSvrSubTlicurRcvMbscurPortIndexstopVcicurLisTraffic__0FNgetDrvrHandlePcpCurLisMaxServicescurSysContact__0FMlmAddrRegGeticurSysDescaatmAcipPvcFxnspCurLmAtmMainAddrinetBroadpDrvrGrouppCurCfgLisPortIndex__0FNgetBoardSpecsv__0FQsetLisAtmSubAddri__0FIreadSpeci__0FLinitLmGroupP6Ulm_addr_reg_config_t__0FNsetAcipPvcVpiicurAcipVersioncurSysLocationpCurRcvReqRatecurBdLmAddrpCurLisCountcurAcipCfgAtmSubAddrpCurLmAddrRegTimeoutcmdVersion__0FPsetAcipLisCountifclosecurAcipCfgPortIndex__0FGsetPidicurXmtMaxPdu__0FKbdActivatei__0FPsetAcipLisIndexipDrvrRdCtlBfr__0FLsetNoSwitchicurBdCiplaneName__0FHgetPrimPcpCurRcvTrafType__0FGsetSvciaatmSigFxnscurTraffic__0FHsetBesti__0FPdoLisSvrOwnAddrvpCurPtiModestrncpypDrvrWrDatBfrpCurTxBestEffortpCurPId__0FEHelpi__0FJlmCipStopicurDiag__0FRdoLIS_0CurAcipCfgiArgCboardIdcurAalMode_DYNAMICpCurLisMaxMtuSizepCurLisOwnIpMask__0FIacipdownv__0FMopenInstFilePcfscanf__0FMdoAcipLisCfgiaarpLinkNamepCurBdPortInfo__0FJsetRcvPCRi__0FJdoSetModeipCurAlpCfgVeccurPhase__0FPdoLisSvrSubAddrv__0FKsetAalTypei__0FKlmPortStopicurUiStat__0FJsetXmtMBSiprintfskipNameaarpMuxId__iobpCurAcipCfgAtmSubTlcurVccurAcipCfgArpMainTl__0FNsetCurTrafficipCurAddrTypeLenpCurVccTypecurLisMaxServicesargBasepDrvrAcipCfggetmsgpCurStatuscurAlpCfgVecbdSelected__0FHinitCuricurBdVccInfothr_setspecific__0FJsetSysLocimutex_lockpCurLmAddrRegRetryTimeoutpCurUmeIpAddrcurAcipCfgAtmMainAddrpDrvrAlpCfgVeccurLevelcurAcipLisIndex__0FMreadSysGroupP6KsysGroup_tpCurSysNamestrcatcurLisMaxMtuSizeioctlInfoFile__0FPsetSnmpMaxRetryiinetStrcurAcipCfgLisIndexcurLmAddrRegRetryTimeoutthr_getspecific__0FLdoDBUnstoreipCurRcvMaxPdu__0FJsetIPAddriinet_addrpCurMsggetBuilt__0FLinitAcipLisP6Pacip_config_lisreallocstrpbrk__0FLsetLisSvrTli__0FJsetXmtQosicurZone__0FNdoAcipBaseCfgicurLmSwNetPrefixcurAalType__0FMmibInitGroup6KsysGroup_tpCurLisholding_timepCurLisnactivity_timepCurAtmLongAddr__0FLshowOptionsiaatmMibFxns__0FGsetVpii__0FKrdInstFilePc__0FNsetUmeAddrEsii__0FLmergeIPAddripAcipRmtIpStrcurBoard__0FIshowAcipi__0FTsetLmAddrRegTimeouti__0FLlmAtmNetGeti__0FKinitHexVeciaatmAcipFxns__0FNwriteSysGroupP6KsysGroup_tcurUmeIpAddrpCurAcipMode__0FNsetSysServicei__0FKsetPtiModeiacipIpStrpCurVcipCurSysContact__0FOchkFieldSyntaxPcilinkName__0FPinitLongAtmAddrP6MAtmAddress_t__0FIargParsePccurLisSvcSupportedaatmAcipLisFxnsbroadCnt__0FMdoRcvReqRateP6Qvcc_traffic_infopCurAcipLisCount_exitcurLisPcr__0FNgetAlpVccInfoi__0FJdoDBStoreiobjEntrygintpCurPerfTunecurLmSnmpReXmitTimeoutcurXmtReqRatecurMsgpCurSysObjIdLenguiVersionpCurAcipCfgAtmSubAddrvccInfopCurLisSvcSupported__0FMsetXmtMaxPdui__0FMresetdefaultvcurPerfTunedrvrRdCtlBfrmutex_unlock_ex_deregistersetModeFlagenvironcurAcipLisCountnumber_of_vccscurLmAtmMainAddrperrorcurBandwidthinetMaskdrvrOpFlagfdAcippCurPvcCounterrnopCurBandwidth__0FMsetBroadCasti_thr_maindrvrWrCtlBfrpCurVpicurRcvTrafTypearpName__0FLshowCmpAddrP6Ratm_addr_compound__0FLalpVcCreateipCurXmtQos__0FMsetAcipEncapi__0FJsetAlpPvci__cg89_usedcurLmAddrRegTimeoutdotCnt__0FHshowMsgiTBcurVci__0FMlmAddrRegRegi__0FNget_line_ratei__0FHStopOamvdrvrCtlDatapCurAcipLisIndexpAlpPortInfo__fnonstd_used__0FIalpParsei__0FNlmAarpDrvrCfgi__0FKsetNetMaskicurSysServicespCurAddrLencurFxnspCurLmAtmSubAddrcurAcipCfgPvcoptindcurSysObjIdLen__0FHdoUsagei__0FKsetUmeAddribdPortInfoclosegetspCurAcipCfgPortIndexfdIpaddress_index_bufcurRcvReqRatecurPtiMode__0FFusagevquitFlagaatmNamecurLmAtmNetPrefix__0FQinitAtmAddrCmpndP6Ratm_addr_compoundpCurMId__0FRsetCurAcipLisLis0i__0FUsetSnmpReXmitTimeOutipCurNetAddrLenopenpCurSysObjIdcurPIdgetAcked__0FLinitAcipPvcP6Pacip_config_pvcpCurLisQoscurXmtQosoptargmodInfoStatpCurRcvQos__0FIblankStrPci__0FMmaskRangeChki__0FMlmAddrRegCfgi__0FNdoAcipSetBasei__0FHsetPortipCurDiagsystemstrcmp__0FHsetStati__0FGsetMidipCurUIdfgetspAlpCmd__0FLdoAlpPvcCfgi__0FKinitDotVecicurUiPidcurAcipCfgLisVeccurCorruptDatacurRcvQos__0FLlmAddrDeRegisysFilepCurSysServicescurAppIdputmsgcurPvcCount_PROCEDURE_LINKAGE_TABLE__edatafopenpCurLisOwnIpAddrpCurLmSnmpReXmitTimeout__0FNsetAcipPvcVcii__0FGinitVCP6Salp_vcc_create_reqpCurAcipCfgVpi__0FPsetAcipPvcCounti__0FMa_chkAddrStrPccurOamStartpCurLisBcob__0FJisHexCharccurLmAddrRegMaxRetry__0FLwrtInstFilePc__0FIstartSigv__0FMdoLisSvrAddrv__0FPsetLisOwnIpAddri__0FJshowCurVcipCurNetPrefixFormatFdIp__0FHdropDelPcpCurPvcRmtIpAddrstrcpypCurXmtScrcurStatuspDrvrWrCtlBfripMuxIdcurBdGrouppCurLmSwNetPrefix_etext_lib_version__0FLsetPerfTuneicurAcipCfgArpSubAddr__0FKsetdefaulti__0FGdoShowvfflushflagspCurScr__0FLalpVcRemovei__0FIclearModiputSent__0FMinitSysGroupP6KsysGroup_t__0FHdropDotPccurLisOwnIpAddrpCurAppId__0FPinitShorAtmAddrP6MAtmAddress_t_ctype__0FJlocStrSetPcc__0FLinitAcipCfgP6Lacip_config__0FGshowVcP6Salp_vcc_create_req__0FEQuiti__0FMdoDeRegisteriFdAlpbdActivebdGroupmainaatmInst__0FEhookialpCmdcurVpivcc_index_bufcurXmtScr.udiv__0FLsetLisAtmTlipCurRcvScr__0FKsetLisBcobi__0FJsetRcvMBSipCurSysDesc__0FJmakeLowerPc.div__0FKgetLinkIdsPiTB__0FJshowCurBdi__0FJmergeMaskicurAcipPvcIndexpCurLmAtmAddr__0FKchkAddrStrPcstrlen__0FIdoUmeCfgi__0FLdotRangeChkPcicurRcvScrpCurAcipCfgAtmMainTl__0FKsetArgListvpCurLmSnmpMaxRetryvcOpFlag__0FMlmCipDrvrCfgipDrvrPvcIndexpCurBoardcurScrmsgGrpH__0FKsetAtmAddripCurBestEffortstatmsgGrp0pCurRxBestEffortpAlpPvcIndexpCurTraffic__0FJsetRcvQosicurAcipCfgLisAtmAddr__0FOsetAcipAddrSeli__0FQsetLisSvrSubAddricurTxBestEffort_finihexVec__0FMcheckAcipPvc6Pacip_config_pvcpCurLismax_attemptspCurAcipCfgAtmMainAddr__0FMsetRcvMaxPduicurXmtTrafType__0FLpubRangeChkPcPipCurAcipPvcCountbdCurAtmAddrSTcurNetPrefixFormat__0FPdoAcipSetPvcVeciFdArpconfig_file_errorcurUiDiagpassNamecurNetAddrLendrvrAcipCfgbdCipcurAddrTypecurMId__0FGunhooki__0FNsetLisSvrAddriaatmMsgFxnsalpPortInfopCurAcipCfgLisVecfprintfdebug__0FNsetUmeAtmAddripDrvrLmAddrReg__0FKmergeBroadithr_selfcurAcipPvcCountargOffcurAddrTypeLen__0FUsetLmAddrRegMaxRetryicurLmAtmAddr__0FPsetLisOwnIpMaski__0FJsetXmtSCRipCurLevelpCurAcipCfgEncapTypecurAcipCfgLisArpAtmAddrcurUIdaatmMuxIdmutex_initlibnsl.so.1libm.so.1libw.so.1libc.so.1/apps/C++4.0/SUNWspro/lib:/opt/SUNWspro/libjjo=!(ߠhhii pii$'i0i<iHGiTKi`il8ix$i[iFiEikiiiii6iiWjj{j &j,j8YjDnjPj\JjhWjtVjjj}jj @D, @'0$# @~@{#@}"@@t@u㿘 '㿘 '㿘'D!0#! !! D ,  @F!0#! @D'  @'  !"$  '?'P!"@@'Р @?'  L , <  # L , <  :w /O , O ,  /O , O , #6cL@@!/!#6cL@@!6#L#b@@!/!#b@@ !"$  /O , O , #6cL@@!6#L#c@@[ /O , O , #6cL@@!6#L#c @@@ L , <  . , !  - :u =t#c@@d'Р @ ,   , @M' @)ע@@;#6cL@@4#c@@9!6#L#c@@4' ֢@@%#c%@@#c'@@ ֢@@֐@M''P !8"D @@'Р @?'E L , <  # L , <  : /O , O ,  /O , O , #6cL@@!/!#6cL@@!6#L#c(@@ /O , O , #/aĐ@@!6#L#c4@@!6#L#/aĐ@@ !6#L#c=@@k!/!#c>@@c '  , !/!#c?@@Ss /O , O , #6cL@@@!6#L#c@@@8X L , <  . , !  -f :U =T#cJ@@'Р @- ,   , @L'!!     @ !!     @ @Y @Sע@@#6cL@@#cL@@!6#L#cP@@' ֢@@#cY@@#c[@@֢@@֐@LI''㿐'D%0!D,`$@AY' %0!D,`$@' x t%0!D,`$#c\@@p' !6#L#c`@@S! #cl@@K 'V%0!D,`$#ct@@J' !6#L#cx@@-! #c@@% '0%0!D,`$#c@@$' !6#L#c@@! #c@@ '  '?'㿈'D!!     @ !!     @ ' ''  ' '%0!,`$#c@@' !0#! !! D ,  @!0#! #c@@' !/!Đ@ @i?@!n'?i[!0#! #c@@' !/!Đ@| @@?@%'?@2!0#! #c@@X' !!/!Đ@S @!#@5?@&g'?!6#L#/aĐ@@ '!6#L#/aĐ@@!#Đ@ !#@?'㿈'D'D'!0#! !!  ,  @!0#! @?' !0#! #`@@!!   !! $ ! @ ' '㿈'D'D'!0#! !!  ,  @!0#! @?e' !!   !! $ ! 4@ ' '㿈'D ' d=%H,  @s' ?'.'6L%H,  @W' %H,   D@' '  ' '㿈'D ' dG%H,  @#' ?'8!! D,  % ,  @' #a !!$ % ,   D@' '  ' 'X'H'D '!!0'Ġ ' ' /O/O/O/O/O/O/O/O/ ' %0!,`$%0, $  ' 'D@%0,  H,  @z '!!   !! $ DH%P@@'?M,!?# 'C '@/ ' '!!   !! $ - !! $ '@/i?' n f  d h p s   '}D!#$ #0b!!$ !# !7" @S!7" '!# @H%0أ,  #aX@@'쀤 !!   !! $ !!  ? !! $ ؠ '@%0أ,  #ad@@'쀤  !!   !! $ ؠ '#ai@@!8"D$ !8"D  @ !!l@?@4@..!# @!! أ,  '!! أ,  @?I'? !6"p$  ' dG#`H!!$ %H,  @a'Ԁ 1!! أ,  %H,  @B' %H,   ؐ@'Ѐ Q ' ' dF#`H!!$ %,  @'Ԁ 0'6L%,  @' %,   ؐ@'Ѐ?Р' '!" ؠ ';!!     @ !# @'Р '!#$ 'Ѐ?  '!#$  !"  !"@ @y?@"!!     @A!"P@Ld'̀?̐@K&'Ѐ?!0#! #bT@@N?@`m'Ѐ?̐@MO'!"d@<̐@MB'!"@L%'̀? @p'Ѐ??@?@%'Р?@"g'Ѐ   @p'p!0#! #b@@ @en'Ѐ?  @p'U @p'Ѐ? !"@D @p'!!"`  @&!"Ȑ@!"@!#@!!  !#<@!#`@!#@!!  !#@ '?'㿘'D!#Ȑ@ !"$  '㿘'D '㿈'D'!!     @ 'XD'!!   !! $ !0#! !!  ,  @3!0#! @:' 3!0#! #c@@4!#@@   @@=   @@=!#@@ '㿐'D'!!!$ @/!!!( @/ !!!| @/2!!! @/Z!!! @/T!!" @8!!"x @8!!"0 @8 '㿐'D'!!   !! $  '㿐'!!   !! $  'x'DD 'DD!# @a!0#! !! D,  @c!0#! @<:'?@ '܀ d:%ܣ,  @['؀ )!0#! %ܣ,  @@' %ܣ,   D@'ܠ 'D 'D '㿐'D'!0#! @9' !0#! #`,@@ '㿐'D'!0#! @9X' !0#! #`/@@ '㿐'D'!0#! #`2@@!!   !! $  '㿐'D'!0#! #`5@@!!   !! $  '㿐'D'!0#! @8' !0#! #`8@@j '㿐'D'!0#! !! D ,  @2!0#! @8' !0#! #`;@@3!!   !! $  '?'㿐'D'!0#! !! D ,  @!0#! @8o' !0#! #`>@@!!   !! $  '?'㿘'D '㿘'D '㿘'D '㿘'D '㿘'D '㿘'D!0#! !! D ,  @j!0#! @7' !0#! %A!!  @@i '?'㿘 '㿘'D!0#! !! D ,  @"!0#! @7' !0#! %D!!!, @@! '?'㿘'D!0#! !! D ,  @!0#! @7g' !0#! %G!!!0 @@ '?'㿘'D!0#! !! D ,  @!0#! @7-' !0#! %J!!!4 @@ '?'㿘'D!0#! !! D ,  @t!0#! @6' !0#! %M!!!8 @@s '?'㿘'D!0#! !! D ,  @:!0#! @6' !0#! %P!!!< @@9 '?'㿘'D!0#! !! D ,  @!0#! @6' !0#! %S!!!@ @@ '?'㿘'D!0#! !! D ,  @!0#! @6E' !0#! @!B"4  '?'㿘'D!0#! !! D ,  @!0#! @6 ' !0#! @!7!4  '?'㿘'D!0#! !! D ,  @V!0#! @5' !0#! @h! d$  '?'㿐'D!0#! !! D ,  @!0#! @5' =!0#! %V!!!` @@!0#! @' !!!` !0#!  @@ !!!`  ,  !!!` !0#! @@ '?'㿘'D!0#! !! D ,  @!0#! @59' !0#! %Y!!!d @@ '?'㿘'D!0#! !! D ,  @!0#! @4' !0#! %\!!!h @@ '?'㿘'D!0#! !! D ,  @F!0#! @4' !0#! %_!!!l @@E '?'㿘'D!0#! !! D ,  @ !0#! @4' !0#! @'!N#$  '?'㿘'D!0#! !! D ,  @!0#! @4Q' !0#! @'!6 $  '?'㿘'D!0#! !! D ,  @!0#! @4' !0#! %b!!! @@ '?'㿘'D!0#! !! D ,  @^!0#! @3' !0#! %e!!! @@] '?'㿘'D!0#! !! D ,  @$!0#! @3' !0#! @6'!7!$  '?'㿘'D!0#! !! D ,  @!0#! @3i' !0#! %h!!! @@ '?'㿘'D!0#! !! D ,  @!0#! @3/' !0#! %k!!! @@ '?'㿘'D!0#! !! D ,  @v!0#! @2' !0#! %n!!! @@u '?'㿘'D!0# !!!| , !?# !!!|  $ !@!T !!!|  $ !6  !!!|  $ !N" !!!|  $ !  !!!|  $ !8! !!!|  $ !N"  !!!|  $$ !! !!!|  ($  '㿘'D!0#! !! D ,  @!0#! @2e' !0#! %q!!!p @@ '?'㿘'D!0#! !! D ,  @!0#! @2+' !0#! %t!!!t @@ '?'㿘'D!0#! !! D ,  @r!0#! @1' !0#! %w!!!x @@q '?'㿘'D!0#! !! D ,  @8!0#! @1' !0#! %z!!! @@7 '?'㿘'D!0#! !! D ,  @!0#! @1}' !0#! %}!!! @@ '?'㿘'D!0#! !! D ,  @!0#! @1C' !0#! %!!! @@ '?'㿘'D!8! D $ !N"  D $ !! D $  '㿘'D!6  D $ !N" D $ !  D $  '㿘'D!0#! !! D ,  @J!0#! @0' !0#! %!!! @@I '?'㿐'D!0#! !! D ,  @!0#! @0' =!0#! %!!! @@!0#! @' !!! !0#!  @@ !!!  ,  !!! !0#! @@ '?'㿘'D!0#! !! D ,  @!0#! @0+' !0#! %!!! @@ '?'㿈'D!0#! !! D ,  @r!0#! @/' '?@9'#6b|!0#! @@[!6"| @@7' ?!0#!  @@9'?! @>! @9% ' %,  !!! , $  '!7! !!! $  '?'㿐'D!0#! !! D ,  @!0#! @/' =!0#! %!!! @@!0#! @' !!! !0#!  @@ !!!`  ,  !!! !0#! @@ '?'㿐'D!0#! !! D ,  @!0#! @/]' =!0#! %!!! @@!0#! @' !!! !0#!  @@ !!!`  ,  !!! !0#! @@M '?'㿐'D!0#! !! D ,  @,!0#! @.' =!0#! %!!! @@+!0#! @"' !!! !0#!  @@" !!!`  ,  !!! !0#! @@ '?'㿘'D!0#! !! D ,  @!0#! @.G' !0#! %!!! @@ '?'㿈'D!0#! !! D ,  @!0#! @. ' '?@7c#6b|!0#! @@w!6"|@.'!Q!x @-!0# '!6"|@@16 '@!6"|L , < !Y!,  '!Y!,  !N#\$ !Q!x L!6"| @@5'?=!6"| @@1'?! Ԑ@! @$ '쀤 %NT,  !Y!,  '!Y!,  !N#\$  '?'㿈'D!0#! !! D ,  @!0#! @-Q' '?@6#6b|!0#! @@!6"| @@5]' 5!6"| @@1b'?!!@!!D@ '쀤 %NT,  !8"I,  ' '?'㿐'D!0#! !! D ,  @^!0#! @,' @#ah!0#! @@L!0#!  @@0'?!!@9!!@4 ' %NT,  !!" ,  ' '?'㿘'D!0#! !! D ,  @!0#! @,u' !0#! %!!"   , 4 @@ '?'㿘'D!0#! !! D ,  @!0#! @,7' !0#! %!!" @@ '?'㿘'D!0#! !! D ,  @~!0#! @+' !0#! %!!"  @@} '?'㿘'D!0#! !! D ,  @D!0#! @+' !0#! %!!"$ @@C '?'㿘'D!0#! !! D ,  @ !0#! @+' !0#! %!!"( @@  '?'㿘'D!0#! !! D ,  @!0#! @+O' !0#! %!!", @@ '?'㿘'D '㿘'D '㿐'D!0#! !! D ,  @z!0#! @*'?4!0#! @'   !!"4 $    !!"4 $  !!"4 $ !!@@G !"$  '?'㿐'D!0#! !! D ,  @!0#! @*' '!0#! % !!"8 @@!@"  @#b !@" @@ !"$  '?'㿘'D!0#! !! D ,  @!0#! @*O' 1!0#! %-!!"< @@!!"<   @ !!"<  !@@#b0!!"<  @@ !"$  ' '㿘'D!0#! !! D ,  @x!0#! @)' 4!0#! %V!!"@ @@w!!"@   @ !!"@  !@@#b\!!"@  %?ؐ@@E !"$  '?'㿐'D @$'??'!0#! !! D ,  @!0#! @)' 6!0#! %t!!"D @@ !!"D   @ !!"D  @#bx!!"D   'X㸐@@ !"$  'Y!0#! !0#! @?L , <  %B !0#! !0#! @?, !0#! @)+' '!0#! %!!"D @@!!"D  @@ d@@!!"D $  '?'㿘'D!0#! !! D ,  @^!0#! @(' !0#! %!!"H @@] '?'㿘'D!0#! !! D ,  @$!0#! @(' 9!0#! %!!"\ @@#!!"\   @ !!"\   @!!"\   @#b!!"\  @@ !"$  '?'㿘'D!0#! !! D ,  @!0#! @(C' A!0#! %!!"P @@!!"P   @ !!"P  !,@#b!!"P  @@ !"$ !!   #b!!"P  @@ '?'㿘'D!#@i '㿘'D!#4@U '㿘'D!0#! !! D ,  @4 ' ;#cX!0#! @@4   !!"L $ ##c\!0#! @@    !!"L $ #c`!0#! @@ !"$  '?'㿐'D!0#! !! D ,  @!0#! @'W' '?@0#6b|!0#! @@#`|!0#! @@!6"| @@/Z''!%!  @@+^'' 1?@.< )!6"|@!$!$ !$! ?@!##6b|@@z !"$ !$! !!" $  '!6##c@@`?'㿐'D!0#! !! D ,  @B!0#! @&' '?@0#6b|!0#! @@+#6c!0#! @@"!6"| @@.''!%!  @@*'' !6##6b|@@?@- ~!6"|@!$!$ !$! ?@!##6b|@@ !"$ !$!   @!##6b|@@ !"$ !$! #?c  @!##6b|@@ !"$ !$! #?  @! #6b|@@ !"$ !$! #?  @! $#6b|@@ !"$ !$! !!"p $  '!6##`>@@m?'㿐'D!0#! !! D ,  @P!0#! @%' '?@/%#7`!0#! @@9!7  @@-''!%!  @@)'' ?@,?@-W'  !$! !!"t $  '?'㿈'D!0#! !! D ,  @!0#! @%a' '?@.#6b|!0#! @@!6"| L , <  . !@", !6"|@%'!Q!x @/!0# '!6"|@@(} '@!6"|L , < !6"\,  '!0# !Q!x !@", !Q!x O!6"| @@- '? !"$ !6"| @@)!'? !"$ ! @@Z! d@U! '쀤 %NT,  !!" ,  ' !@",  '?'㿘'D!0#! !! D ,  @!0#! @$' !0#! %!!" @@ '?'㿈'D!0#! !! D ,  @!0#! @$Y' '?@-#6b|!0#! @@!6"|@$'!Q!x @/!0# '!6"|@@' '@!6"|L , < !#,  '!0# !Q!x !#, !Q!x K!6"| @@,%'? !"$ !6"| @@(&'? !"$ ! @_! @Z '쀤 %NT,  !!" ,  ' '?'㿘'D!0#! !! D ,  @!0#! @#' !0#! %!!" @@ '?'㿈'D!0#! !! D ,  @!0#! @#a' '?@,#6b|!0#! @@!6"| L , <  . !!, !6"|@#'!Q!x @:!0# '!6"|@@&} '쀤@!6"|L , < !8!,  '!0# !Q!x !!, #`!! , 4 @@|!Q!x ]!6"| @@+'? !"$ !6"|  @@''?? !"$ ! #6b|@@F!!@A!!4@<! '耤 %NT,  !!" ,  ' !!,  '?'㿘'D!0#! !! D ,  @!0#! @"y' !0#! %V!!" @@ '?'㿈'D!!   @' !!   , !0#! !! D ,  @!0#! @",' '?@+!6"| P@@+#6b|!0#! @@!6"|@"'!Q!x @/!0# '!6"|@@%N '@!6"|L , < !A!x,  '!0# !Q!x !8"H, !Q!x M!6"| @@)'? !"$ !6"|  @@&'? !"$ !!\@)!!@$ '쀤 %NT,  !!" ,  ' '?'㿘'D!0#! !! D ,  @!0#! @!e' !0#! %!!" @@ '?'㿘'D!0#! !! D ,  @!0#! @!+' !0#! %!!  @@ '?'㿘'D!0#! !! D ,  @r!0#! @ ' !0#! %!!"d @@q '?'㿘'D!0#! !! D ,  @8!0#! @ ' !0#! %!!" @@7 '?'㿘'D!0#! !! D ,  @!0#! @ }' %!0#! @'   !!@@ !"$ !5#,  '?'p'DD'D 'DD!# @o!0#! !! D,  @!0#! @"~'?N '܀ dH%ܣ,  @'؀ 7!0#! %ܣ,  @' %ܣ,   D@'?D'D !"$ ܠ 'D 'DDԠ$'㿐'DD 'DD!# @a!0#! !! D,  @!0#! @!'?@ ' d:% ,  @' )!0#! % ,  @' % ,   D@'  'D 'D '㿘 '㿘 '㿘 'x'D!#$ D 'DD!# @a!0#! !! D,  @w!0#! @!N'?@ '܀ d:%(ܣ,  @o'؀ )!0#! %(ܣ,  @T' %(ܣ,   D@'ܠ 'D 'D '㿐'D!!   @?'!7 $ !!"x !!  , , $ !@" !!"x !!  , ,  $ !6"t !!"x !!  , ,  $  !!"x !!  , ,  $ !7 ,  @#Xc!7 ,$ !7 , !!"x !!  , ,  $ !! !!"x !!  , ,  $ !!"P   @!,!!"P $ !!"P  !!"x !!  , ,  $ !8! !!"x !!  , ,  $  !!"x !!  , ,  $  !!"x !!  , ,  $$ !A! !!"x !!  , ,  ($ !/", !!"x !!  , ,  ,$ !A!  @ !#H@< !"$ !A! #  @!?'!A! #0 ! @!?'!A! #8 !0@?' '!/",  @!7  L , <   !#d#7`@@!#@ !"$ !@" !!"x !!  , ,  0,  ' !6"\ !!"x !!  , ,  1,  '!5# !!"x !!  , ,  1 , !# !!"x !!  , ,  E,  ' !# !!"x !!  , ,  F,  '!! !!"x !!  , ,  Z,  ' !8! !!"x !!  , ,  [,  '!8"H !!"x !!  , ,  o,  ' !A!x !!"x !!  , ,  p,  '!7 $  @!8! , 4   !#@ !"$ !!   !! $ !!  !7 $  'p'DD'D 'DD!# @i!0#! !! D,  @!0#! @'?H '܀ dB%ܣ,  @'؀ 1!0#! %ܣ,  @' %ܣ,   D@'?D'Dܠ 'D 'DDԠ$'㿘'D!0#! !! D ,  @Z ' c#`!0#! @@Z   !!" , K#`!0#! @@F   !!" , 7#` !0#! @@2   !!" , ##`!0#! @@   !!" , #` !0#! @@?'  '?'㿘'D!0#! !! D ,  @!0#! @U' !0#! %F!!" @@ '?'㿘'D!0#! !! D ,  @!0#! @' !0#! %I!!" @@ '?'㿘'D!0#! !! D ,  @b!0#! @' #!0#! @t!/!4 !/! , 4   #`L!/! , 4 @@< '?'㿘'D!0#! !! D ,  @!0#! @' '!0#! @*!/!4 !/! , 4 $#`t!/! , 4 @@?'  '?'㿘'D!!   @@?' !0"$ !0" !7  @ 'B!0" , ,   !/! , 4 @ !0"  !0"$ !0" !7  @#`!/! , 4 !/! , 4 @@ !"$  '!8! !!" !!  , , ,  !!" !!  , ,  , !# !!" !!  , ,  4 !/! !!" !!  , ,  4 !/! !!" !!  , ,  4 !!"  !!" !!  , ,  $ !8! , 4  *!!"   @"#`!/! , 4 !/! , 4 !8! , 4 @@! @ !"$ !!  !Y!$ !!   !! $  !8!,  !#4  !/!4  !/!4  !!" $  '㿘'D !6 4  !6 4 !!  !6 $ !!  !6 $  '0'D '!!"0  , 4   !!@ '!!"0   , 4   !!<@ '!!"0    @ !!"0    @#aX!!"0   @@f '!!"0    @ !!"0    @ !!@L '!!"0    @!!"0    @ !!@2 '!!"0    @ !!"0    @ !!Ԑ@ '!!"0    @@ !!"0   !?#؀@#a!!"0    @ @@ '!!"0    @ !"(@ '!!"0    @ !!"0   !X#@!"H %X@@ '!!"0    @!!"0    @#bp!!"0     @@ '!!"0    @(!!"0    @!!"0    @#b!!"0      @@o '!!"0  $  @ !!"0  $ !N"@!"آ %N@@O '!!"0  (  @ !# @> '!!"0  ,  @ !#0@- '!!"0  0  @ !#T@ '!!"0  4 !?@ !#|@  '!!"0  8 ` ,@ې@b'!!"0  8 , 4    !#@ '!!"0  b ` ,@Ɛ@<'!!"0  b , 4    !#@ '!!"0  8 ` ,@@'!!"0  M , 4    ! (@ '!!"0  w ` ,@@'!!"0  w , 4    ! \@s '!5# !!"0  9 ,  '!!  @*!!"0  , , %`%`%`@.' ! @?' '!"$   '?'㿘'D 'D , 4  D , 4   ! @ 'D  , 4   ! @ 'D  , 4   !!(@ 'D  , 4   !!X@ 'D  , 4   D  , 4 # !!@ 'D   @D , 4   !!@ ''㿐'DD , 4  ?' ' '@D  , 4 ' ''㿘 '㿐'D !!"0 4  !!"0  4 !7  ?!!"0  $ !!  !!"0  $ !7 $ !!"0  $ !# , 4 !!"0  $ !6"t !!"0  $  !!"0  $ !7 , !!"0  $ !8! !!"0  $ !! !!"0  $ !!"P  !!"0  $$  !!"0  ($  !!"0  ,$ !A! !!"0  0$ !/", !!"0  4$ !@" !!"0  8, !! !!"0  b,  ' ;!!"  !!"0  9, !!"  !!"0  N, !!"  !!"0  c, !!"  !!"0  x,  '!5# !!"0  9 ,  '!!  @!!"0  , , '', , %`%`%` ' '㿘'D '㿘'D '!7" @%,  !!!  , $  '!!! !!! @@!!!! "!!! @@!!! #!!! @@ !!! #!!! @@ '㿘'D ' !8"I !!   ,  '!8"I !!   , !N#4 !!   $ !7 4 !!   $ !/! !!   $$ !7! !!   ($ !@!X !!   ,$ !7! !!   0$  'x'DD 'DD@w'D!# @a!0#! !! D,  @u!0#! @L'?@ '܀ d:%ܣ,  @m'؀ )!0#! %ܣ,  @R' %ܣ,   D@'ܠ 'D 'D 'p'DD'!# ?@!0#! !! ,  @!0#! @'??'o '؀ dd%أ,  @'Ԁ S!0#! %أ,  @' ;!0#! #b@@' !!! '!0#! #b@@' !!! '%أ,   D@'ؠ ' 'o㿐!!!$ !!!(  `$@!!!@  !!!$  $ !!!D  !!!$  4 !!!H  !!!$  4 !!!L  !!!$  $ !!!$  $!!!`  @@a!!!d  !!!$  4$ !!!l  !!!$  8$ !!!$  <'!!!|  ,`$@!!!p  !!!$  h$ !!!t  !!!$  l$ !!!x  !!!$  t$  '㿐!!   $@?'!!! !!  , , $'!7 H `$@!! !!! !!  , , $ $ !B" !!! !!  , , $ 4 !7! !!! !!  , , $ 4 ! d !!! !!  , , $ $ !!! !!  , , $ $!!!` @@!6#| !!! !!  , , $ 4$ !?# !!! !!  , , $ 8$ !!! !!  , , $ <'!#| ,`$@!# !!! !!  , , $ h$ !  !!! !!  , , $ l$ !@!P !!! !!  , , $ t$ !!   !! $  'x'DD 'DD!# @a!0#! !! D,  @!0#! @'?@ '܀ d:%ܣ,  @'؀ )!0#! %ܣ,  @' %ܣ,   D@'ܠ 'D 'D 'x'DD 'DD!# @a!0#! !! D,  @!0#! @V'?@ '܀ d:%@ܣ,  @w'؀ )!0#! %@ܣ,  @\' %@ܣ,   D@'ܠ 'D 'D!# '㿐'D!0#! !! D ,  @!0#! @'?w!0#! @' k!0#! @ '?]@'!# !@"$ !# !@"$ !# !@"$ !# !@"$ !# !@"$ D 'DD@"'(&$"  , !"BB@BHBPBXB`BBhBxBp ' !#@?'㿘'D!0#! !! D ,  @h!0#! @5'?!0#! @u'?  D@9' '?'㿘'D!0#! !! D ,  @ !0#! @'?!0#! @-'?   '?'㿘'D!0#! !! D ,  @!0#! @'?!0#! @'?   '?'㿈'D'!#@'?-@_'?!!0#! #c@@ @?'? @ ' '@ |'!#@i?'!#'DD @@'  !#ܐ@wm#c @@r  !#@cY!@ e' 'Ġ 'Ƞ '̠ 'ؠ D''  @@Q  !#@?5 D' '! ' '!B"''!t@@3  !  @$@ !  @ @!7 $ 㿠!  @@!  h@!  |@p!  # `@@' @!!  !  @?'# `@@!!   !  @@# a@@'Ԁ  ! ! @s# a$@@!!   ! !,@@W# a4@@\'Ԁ ! !< @@t'? ! !D@ft#c@@a'Ԁ ! !l@P@^# a@@P!!   ! !@@# a@@'Ԁ  ! !@.! ! @@'? ! !Ȑ@ #c@@'Ԁ ! !@@! " @@'xx?! ( # b@@?'x#c @@ ! ( # b(@@?'!@ g' '0 e'4 '8 D'p't 'd\'h '\xl` @@  ! "@@?'V D'l 'pxl '!t@@ ! "T@|$@! "h@Bx#c@@o'Ԁ ! "@^x@l @@i|# b@@|@4''?b'D`'\!?#$!?# '! " @@('?! ( # c@@+?'#c @@ ! ( # c@@?'$ 'ؠ 'ܠ ' ' ' 'D' 'T'XP  @@ ! ( # c0@@?' x'P 'T\'X !?#'! 'D 'H!?# 'LPD!?#@@ ! ( # cP@@@?'eT @! ( # cp@@@?'O\ $@ @?'A\ $@T @! ( # c@@t@m?'%H! @! ( # c@@]@V?'@N!?#   '㿘 ' %0!,`$%0, $  '#0b!!$ 㿘'DD @?'$D$  D $  D $  D $  D $  D $  '㿘'D 'D @?' D,  D $  D $  ?' '㿘'DD @?'#XcD $  D $  D $  '㿘'D!!!$ @ '㿘'D 'D @?'jD\'#XcD L$  D P$  D T$ #XcD \$  D `$  D d$  D <,  D @$  D D$  D $  D 4  D 4  D $ D $#!bА@@ D 4$  D 8$ # D h$ # D l$  D t$  ?' '㿘'D ' !!$  !B"4  !7!4  ! d$ !!!P#!bܐ@@ !6#|$  !#$  !?#$  !0# ,  !6 ,  !?#$  !@!T$  !N#$ #Xc!6 $  !7!$ #Xc!8!$ # !#$ # ! $  !@!P$  '㿘'D !0# , #!b!#| @@U#!c(!#| @@L#!ch!#| @@C#!c!#| @@:#!c!#| $@@1#"`(!#| (@@( '㿘'D !0# ,  !?#$  !@!T$ !6  !#|$ !6  !#|$ !  !#|$ !8! !#|$ !8! !#|$ $!! !#|$ ( '㿘'D!" h@#"`D D  D  D  D  D  @@#\@ '㿘'D!!!$ '@ '㿐'D!" ؐ@#"aD D  D  D  D  D  @@#\@u#"aHD  D  , 4 D  , 4 D  @@@\#"alD $D 4 D 8 @@L!"!@G#"aD < , 4 D @ D D @@4#"aD h D l D t @@#!"!@!N# 'D H$ #"bD L D P D T @@@!N# 'D X$ #"b4D \ D ` D d @@@!""d@ '㿘'D ' !Y!$  !?#$  !Q!|$  !@!d$  !#$ #c!6"t$  !7 $$  !7 $  !Y!$ !,!5#$ ?@# ?'?@m ?' '㿘'D ' !@"$  !A!$  !@",  !#,  '  !6"\,  !#,  ' !!,  !8"H,  '  !8!,  !A!x,  ' '㿘'D !8!,  !6#D,  !#4  !/!4  !/!4  '㿐'D!""@!""ؐ@#"b!!"0  , 4 @@#"c!!"0   , 4 @@#"c!!"0   @@#"c$!!"0   @@#"c , 4 @} '!#"@}!#"#`R@@}!##@} ' %#! S , 4 @}z '!##@}p!###`g@@}h!##3@}c ' %#8! h , 4 @}P '!##<@}F!# ' '@@'#@-|!  , 4 %,  , 4 %|,  , 4 %,  , 4 @@#\@}'#x%|,  @} '!##@| '㿘'D!##̐@|##cD , 4 @@| ' %#D  , 4 @| '%#D  , 4 @|!##@|!##@|#$`D  , 4 @@| ' %$D  , 4 @| '%$D  , 4 @||!$ @|w '㿘'D#$`$D , 4 D  , 4 D  , 4 D  , 4 @@@|L '㿘'D ' % D,  D , $  D",  D#,  D#,  ' D"$  D$$  '㿘'D !!   $  !6#l,  '  !!   ,  ' '   !8"I,  ' ' !8"I !!   ,  ' !!   ,  !!   $  !!   $  !!   $$  !!   ($  !!   ,$  !!   0$  '㿘'D '  D  ,  ' '㿘'D D,  '   D ,  ' '㿘'D D,  '   D ,  ' '㿘'DDD  '㿘'D D $  D ($ D 0D Z '㿘'D D,  D ,  D 4  D 4  D 4  '㿐'D D4  D 4  D $  D $  D $  D $ #cD $  D $ #XcD $  D $  D $ #_c)D $$  D ($  D ,$  D 0$  D 4$  VD 8,  VD b,  '  D 9,  D N,  D c,  D x,  ' ' D  'c ' '㿘'D !#4  !#4  !#$  !#$  !#,  !#$  !  $ #c!#$ #Xc!#$  !#$  !#$ $!,!#$ ( !  $  ! $ $  V! ( ,  V! = ,  V! R ,  V! g ,  '  ! ),  ! >,  ! S,  ! h,  ' ' @/ ! |,  ! ,  %, 4  %|, 4  %, 4  %|, $  ' '㿐'D 'D@y @?'6D@y}'@!7# DL , <  , 4    '@ '?'㿐'D 'D@y< @?'6D@y/'@!7# DL , <  , 4  W  '@ '?'㿈'D 'D@x @?'D@x ? 'D#$`L@@x' @P ' '@;!7# DL , <  , 4   DL , <  -DL , <  ( DL , <  ) ' ' e @!Q!x$ [D#$`P@@xn' @C ' '@#DL @  DL , <  . ' ' !DL @' !Q!x$  !0#$ !Q!x !0# !0#$  '?'㿈'D 'D@x @?'D@x ? 'D#$`T@@w' @P ' '@;!7# DL , <  , 4   DL , <  -DL , <  ( DL , <  ) ' ' e @!Q!x$ [D#$`X@@w' @C ' '@#DL @   DL , <  . ' ' !DL @' !Q!x$  !0#$ !Q!x !0# !0#$  '?'㿐'D 'D@w2 @?'XD@w%'@>DL , <  _ '!7# DL , <  , 4   DL , <  a DL , <  D,  '@ '?'㿐'D 'D@v'@%!7# DL , <  , 4   DL , < @v '@ '?'㿘'H'D'$\%,H,  @v]  D  '㿘'D!$ `D@@v; ''H'Dj%$d , , !!   !$ hD@@vD@v%'dd  !$ D@@u@'XX'dd  !$  '`` ( l`, $   `, $ ` '`?@ '``d@`L j , j@ul` , $ ` '`!!  !$ ̐@u '``d@5` @@u'\l`,  , l` ,   %NT\, $ !!  '$%NT\,  @ut` '`!!  !$ @ud!N"T <  !N"T <$  '?''H'DD@@u>@'D'' !@"$  '@@L , <  @L , <  @L L@,  '@ '@ L@, L@uW'<<'DD  !$ @tY<%NT!@" , $ !@"  !@"$ @L , <  * '@@L , <  @L , <   '@L , <  '!@" H@ !$! H@@t '#$a0!@" @@t?''L'H'DD@@t}@'D'' !@"$  '@@L , <  @L , <  @L L@,  '@ '@ L@, L L@@t'<<'DD  !$!L@t4Y<%NT!@" , $ !@"  !@"$ @L , <  * '@@L , <  @L , <   '@L , <  '!@" H@ !$!pH@@s '#$a!@" @@s?''DD@@s@('D'' !@"$  '@@L , <  @L , <  @L L@,  '@ '@ L@, L@s'<< !$!@sx<%NT!@" , $ !@"  !@"$ @L , <  * '@@L , <  @L , <   '@L , <  ' '㿐'DD' 'L , <  DD#$aԐ@@s'L , <  )L , <  (L , <  . L , <  - , L , <   'D' ''L , <  L , <  L !5#-,  ' ' !5#-, D#5c-@@r'@'D 'D'L , <  L , <  . L , <  : ,  ' '㿘'D!N"T  , !N"T  , !N"T  , !N"T  !$!$  '㿘'D!N"T  , !N"T  , !N"T  , !N"T  !$!$  '㿐'D?'!$! !$!$  '!7 ( @- ,'<'!$!  !$!$ !$! !$!$   D   ' '㿐'D ' !$!  ,  @ '!7 ($   '1' !$!  ,  @ '  '  !$!@qi?'0'H'D 'D@@qN@q_' L , <  .  L , <  : !$"?L , <  . ?L , <  : !$"@ ' '@L , <  .-L , <  :$L @'  'H@ !$"hm ' 'L , <  . L , <  :< '?L , <  . ?L , <  . !$"m7?L , <  : ?L , <  : !$"R '  ' !$"ܐA  'i '?'㿐'DOG ,   , #$c@@pa' @?' '㿘'D ' 2 %, $  ' '㿘'D ' 2 %NT, $  ' '㿘'H'D 'H@  D,  ' '㿘'H'D 'H@  D,  ' ''H'DD@@o#'D'' !7!$  '@@L , <  @L , <  @L L@,  '@ '@ L@, L@o'<<'DD!?#@ !$# @ooY<%!7! , $ !7!  !7!$ @L , <  * '@@L , <  @L , <   '@L , <  '!7! H@ !$#DH@@o '?''L'H'DD@@nj'D'' !7!$  '@@L , <  @L , <  @L L@,  '@ '@ L@, L L@@o'<<'DD!?#@ !$#h@nI<%!7! , $ !7!  !7!$ @L , <  * '@@L , <  @L , <   '@L , <  '} '?''D /?$ Ȑ@R\ Ȑ@L!!     @!!     @ !!     @$#$c@@n'$D@@n-$D@@n$'' 'X 'TTL , <  "  "/? ' 'TL , <  TL , < O?, < @TL \T,  'T 'T \T, \@m'LL (%0!X,`$'@@\@@m%0!X,`$#$c@@m'DD @ D, X 'XTL , <  AO?, <  " ' /? 'TTL , < O?, < @ TL , <  TL , <   'TL , <  'KX'㿘'DD#$c@@md!8"D$ !8"D  @ ' '㿘'D!8"D #$cD@@mf '㿘'DD  P!8"D @@m]''㿘'D!8"D @m8 '㿐'D ' -% ,  @l' D% ,  @l'  ' '!$#@l?'㿘'D ''D\x#$c@@lx#$cԐ@@lx@l' !7! !$#@l!% @@ld7x#%`@@lXx#$cԐ@@l]x@ln' !7! !% 4@lo!% L@@l8  D  !!   #%`[@@l @&'??'!0#! #%``@@l!! @'??'!!   #%`e@@k @&'??'!$##?c@@l4'!?# 0 s!?# #  @j!$##%`g@@k!6"x$ !6"x  @ !% l@kTx !6"x @@k'HH @9x#%``@@k`@k'tx#%`@@kL#%`t@@kxL@@kx@kx !6"x @@kz'H!6"x @k '?'p'H'D!% #%`Ȑ@@k`' @ !% ̐@ki ' @"p @@k7'p@k4 @ p#%`ؐ@@k' @ @kO?'?H$ ?D$ p#%`ܤH А@@@kH#%`@@j  А@kH$ H#%`@@j  А@jD$ p @@j' @ @j?'Ep#%`H А@@@jH#%`@@j  А@jH$ H#%a@@j  А@jD$ @j ' ?'@j㿘?!%!$ ?!%!$ ?!%!$ ?!%! $ ?!%!$$ ?!%!($ ?!%!,$  '㿐'D!%!0 @@jf!! `$ !! ` ? !%!<@jT?'!! ` '!!  !%!X@j!%!l @@j;!! d$ !! d ? !%!x@j)?'!! d '!!  !%!@i!%! @@j!! h$ !! h ? !%!@i?'!! h '!!  !%!А@ip!%! @@i!! p$ !! p ? !%!@i?'h!! p '!!  !%" @iE!%"  @@i!! l$ !! l ? !%"(@i?'=!! l '!!  !%"@@ieD,!#8 @'??' '㿘'DD#c @@i[  !%"T?' '㿘'DD#%b|@@i'  'D#%b@@h'  'D#%b@@h'  '}D#%b@@h'  'lD#%b@@h'  '[D#%b@@h'  'JD#%b@@h'  '9D#%b@@h'  '(D#%b@@h'  'D#%b@@hv'  '?'㿐'D ' 7% ,  @hU' &D%,,  @h<' %,,   !@"$  ' '!%"@h?'㿘'D ''㿘'D!! ` ?!! ` @h('!!  !%"̐@g?!! `$ !%"@g!! d ?!! d @h'!!  !%#@g?!! d$ j!%#@gc!! h ?!! h @g'!!  !%#8@g?!! h$ D!%#L@g=!! l ?!! l @g'!!  !%#l@gg?!! l$ !%#@g\D,!#Xʈ '㿘'D!%#@g1 '㿘'D '?b'D|'x\'X!?#8!?#4'!?#(!?#'!?#!?#' !8", !0#! #%c@@f' $ !!  $  !!   $  !!   $  !!   $  !!   $  !!   $  !!   $ \!@"؂ `$@!! 't !?# $ X!?# $ !! ` !?#  @@f'  !%#ĐM?'4 x!?#$  !?# $ x!?# $ #` !?#$  !?# $ !?#4!?# $  !! t$ !! ` !?#!?#!! x @@f'  !%#?'!?#   @ !& ?'x $@ !& (?'x $@ !?#   @ !& H?'!?#  ! @ !& p?'!!  !& @e! ( %&!?#8@@f"!?#<   @ ! ( #&`ܐ@@f!?#<   @ ! ( #&`@@e ! ( #&a @@e! ( %& !?#F , 4 !?#F  , 4 !?#F  , 4 !?#F  , 4 !?#F  , 4 !?#F  , 4 @@#\#`@e! ( #&aL@@e '!?#L, 4 @%! ( +&a`!?#X,  , 4 !?#X,   , 4 @@e '! ( #&ai@@ez! ( #&al@@eq '!?#N, 4 @%! ( +&a!?#X,  , 4 !?#X,   , 4 @@eH '! ( #&a@@e:!&!@d !8", !?#8!8", !?#<!8"$  ' !?#@ !8", !?#F !8",  '!?#L!8"4 (!?#N!8"4 * '!8" (, 4 @"!?#X,  %8, 4 !?#X,   %:, 4  ' '!8" *, 4 @"!?#X,  %<, 4 !?#X,   %>, 4  ' ''D'Ԡ\'X!0#! #&a@@dM' !!  !&!Ȑ@d0$!!  $  !!   $  !!   $  !!   $  !!   $  !!   $  !!   $ !@"؂ `$@D!!$ !! '!!   #&a!! @@c !! | $  !! |  $ !! |  $ !! ` !! |  !! t @@d'  !&!z?'n x!!  $  !!   $ X!!   $  !! t$ !! ` !!   !! x @@c'  !&"F?':!!     @ !&"<4?'(X $@X   @ '?'!!  !&"h@cP ''D'ؠ`'\!0#! #&b@@cA' !!  !&"@c$$!!  $  !!   $  !!   $  !!   $  !!   $  !!   $ !@"؂ `$@!! ' !! | $  !! |  $ !! |  $ !! ` !! |   @@c'  !&"@b?' x!!  $  !!   $ \!!   $ !! ` !!   !! x @@b'  !&"Đ@b?'!!     @ !&"@b?'\ $@ !&#@b?' '!0#! #&c(@@bu' !&#0@b^#@`k!!  $  !!   $  !!   $  !!   $  !!   $  !!   $ !@"؂ `$@!! ' !! | $  !! |  $ !! |  $ !! ` !! |   @@bH'  !&#@@b4?' x!!  $  !!   $ \!!   $ !! ` !!   !! x @@b'  !&#`@b?'!!     @ !&#@a?'\ $@ !&#@a?' '!0#! #&cĐ@@a' !&#̐@a#@`m!!  $  !!   $  !!   $  !!   $  !!   $  !!   $ !@"؂ `$@!! ' !! | $  !! |  $ !! |  $ !! ` !! |   @@a'  !&#ܐ@am?'W x!!  $  !!   $ \!!   $ !! ` !!   !! x @@aT'  !&#@a=?''!!     @ !' @a+?'\ $@ !' @@a?' '㾠'D'|'!0#! #'``@@`' 'D, , $ x`%$!!  $  !!   $  !!   $  !!   $  !!   $  !!   $  !!   $ !@"؂ `$@!! ' !! | $  x!! |  $ |!! |  $ !! ` !! |   @@`'  !' h?' x!!  $  !!   $ !!   $ !! ` !!   !! x @@`r'  !' ?'g!!     @ !' Ȑ?'U $@K   @#'`|  , 4 |  , 4 @@_-   @#'aH|  , 4 |  , 4 @@_#'a|  , 4 |  , 4 @@_?' ''D'Ԡ\'X#'a!0#! @@_!0#! #'a̐@@_' $!!  $  !!   $  !!   $  !!   $  !!   $  !!   $  !!   $ !@"؂ `$@!! '!B" 7!7! 7 !! | $  !! |  $ !! |  $ !! ` !! |   @@_y'  !'!Ԑ?'W x!!  $  !!   $ X!!   $ !! ` !!   !! x @@_L'  !'!?''!!     @ !'"?'X $@ !'"D?' ''D '''̠T'P!0#! #'bh@@^' $ !!  $  !!   $  !!   $  !!   $  !!   $  !!   $  !!   $ !@"؂ `$@!! '!B" 7!7! 7 !! | $  !! |  $ !! |  $ !! ` !! |  @@^'  !'"l?' x!!  $  !!   $ P!!   $  |!!  $  !!   $ !'" !!   $ !! ` !!  !!  @@^X'  !'"?'I!!     @ !'"?'7P $@ !'"А?'(!!     |@ !'"?''@D, , $'LL!! x`$@ ''D'ؠ`'\#'c!0#! @@]!0#! #'c,@@]' $!!  $  !!   $  !!   $  !!   $  !!   $  !!   $  !!   $ !@"؂ `$@!! ' !! | $  !! |  $ !! |  $ !! ` !! |   @@]' !'#4!'#P@]l?'\ x!!  $  !!   $ \!!   $ !! ` !!   !! x @@]S'  !'#d?',!!     @ !'#?'\ $@!'#!'#@]?' ''D '''|'x 't!0#! #'cԐ@@\' !#@`g!!  $  !!   $  !!   $  !!   $  !!   $  !!   $  !!   $ x!@"؂ `$@!! ' x $  x $  '!7" @%@,  %, $  '!7" !/"$"#/b!!! @@\Q#0a8!!! @@\H#0a!!! @@\?#0b8!!! @@\6!7! !/"$$!6# !/"$$  !! | $  D!! |  $ x!! |  $ $!!   $ !!! !!   $ !! ` !! | !!   @@\7'  !'#?'U D!!  $  !!   $ x!!   $ !! ` !!   @@\ '  !( ?''!!     D@ !( q?'x $@ !( Db?' '㾘'D ''D'@'!0#! #(``@@[' #@`e!!  $  !!   $  !!   $  !!   $  !!   $  !!   $  !!   $ !@"؂ `$@!! '  $   $  D!! |  $ !! |  $ !! ` !! |   @@[\'  !( l?'z D!!  $  !!   $ !!   $  4!!  $  !!   $ !!  !!   $ !! ` !!  !!  !! x @@['  !( ?'5!!     D@ !( ?'# $@ !( Аp?'!!" !6 $ !!"  @8!6 , 4 ? !( @Z?'!6  , 4 ? !(!@Z?'!!"  , 4 ? !(!D@Zo?'!!"  @&!6#l !6 , !!  "  @ ' !6#m !6 ,  '!!  !  @ ' !!"  !!   ,  '!8"I , 4 ? !!"   !!   , !7 4 ?@ !!"  !!   $ !/! ?@ !!"   !!   $$ !6#H ?@ !!"$  !!   ($  !!   ,$ !7! ?@ !!",  !!   0$ !N#4 ?@ !N#4 !!   $ #@`g!!  $  !!   $  !!   $  !!   $  !!   $  !!   $  !!   $ !@"؂ `$@!! '  $   $ !!  G ' %(d!!    , 4 @Y] ' ' %(!!    , 4 @YA '#(a!!    , 4 @@Y/ !! | $  D!! |  $ !! |  $  4!!   $ !!  !!   $ !! ` !! | !!   @@Y9'  !(!?'W D!!  $  !!   $ !!   $ !! ` !!   !! x @@Y '  !("?''!!     D@ !("$q?' $@ !("Hb?' ''D'ܠ'x't 'p!0#! #(bh@@X' #@`j!!  $  !!   $  !!   $  !!   $  !!   $  !!   $  !!   $ !@"؂ `$@!!  $  !! |  $ !! |  $ !! ` !! |   @@Xb'  !("x?'O !!  $  !!   $ !!   $  '!! ` !!   ܐ@@X5'  !("?'!!     @ !("̐?'  $@!!  !("?'#@`e!!  $  !!   $  !!   $  !!   $  !!   $  !!   $  !!   $ t!@"؂ `$@!! t $  t $  t $  D!! |  $ t!! |  $  '!! ` !! |  @@W'  !(# ?'!!  !(#H@WM D!!  $  !!   $ t!!   $ !!!  $  !!   $ #?b\!!   $  '!! ` !!  !!  ܐ@@WT'  !(#d?'>!!     D@ !(#?', $@ !(#?''䀤  !(#@V?'!!  !(#@@V '䀤@+)` '?\, , $ '?\, , $  '?\, , $  @@V!) ,@V+)`@'?\, , $ @@V'?\, , $  , 4 '!) P@V '?@+)`\'?\, , $  , 4 @@Vd '+)``'?\, , $  , 4 @@VL!) d@VG+)`t'?\, , $ @@V9+)`'?\, , $  , 4 @@V(!) @V#'?\, , $  , 4 ' '?@+)`'?\, , $  , 4 @@U '+)`'?\, , $  , 4 @@U+)`'?\, , $ @@U '  'h'D''#)`!0#! @@U!0#! #)`А@@U' #@`k!!  $  !!   $  !!   $  !!   $  !!   $  !!   $  !!   $ !@"؂ `$@!! Ƞ $  !! |  $ !! |  $ !! ` !! |   @@U' !) ܐ!)!@Ut?'W !!  $  !!   $ !!   $  '!! ` !!   @@U['  !)!?''!!     @ !)!@?' $@ !)!pޱ?' '('D'ܠ' '!0#! #)a@@T' #@`e!!  $  !!   $  !!   $  !!   $  !!   $  !!   $  !!   $ !@"؂ `$@!!  $   $   $  D!! |  $ !! |  $  '!! ` !! |  @@T'  !)!"?'1 D!!  $  !!   $ !!   $ !!!  $  !!   $ #?b\!!   $  '!! ` !!  !!  ܐ@@Tg'  !)!А?'!!     D@ !)!?' $@ !)"ݽ?''䀤?!!  !)"@@S?' '䀤@ '쀤  /!6"\, !N# ,  ' !Q!x$ '?\, , $  , 4 '!0#$ !!  !)"X@S '?@2'?\, , $  /!6"\, !N# , !!  %)l!N#  , 4 @St ''?\, , $  /!6"\, !N# , !!  %)t!N#  , 4 @SD!0# !Q!x !@",  'S ''D'ܠ' '!0#! #)b|@@S#' #@`e!!  $  !!   $  !!   $  !!   $  !!   $  !!   $  !!   $ !@"؂ `$@!!  $   $   $ !!  ($   $$  D!! |  $ !! |  $  '!! ` !! |  @@R'  !)"^?' D!!  $  !!   $ !!   $  (!!  $  !!   $ h!!   $  '!! ` !!  !!  ܐ@@R'  !)"?'I!!     D@ !)"ܐ ?'7 $@ !)#?'( $ '!)#0@@R- '䀤@')Hh,  @R ' ''D '''|'x 't!0#! #)cX@@R' 6#@`e!!  $  !!   $  !!   $  !!   $  !!   $  !!   $  !!   $ x!@"؂ `$@!! ' x $  x $  !! | $  D!! |  $ x!! |  $ $!!   $ !!! !!   $ !! ` !! | !!   @@Q'  !)#`5?' D!!  $  !!   $ x!!   $ $!!  $ $!!   $ !!! !!   $ !! ` !!  !!  @@Q{'  !)#?'w!!     D@ !)#?'ex $@ !)#Đ?'V!/""!7"$  '!7" @%/0,  %, $  '!!! #/b@@P!!! #0a8@@P!!! #0a@@P!!! #0b8@@P!/"$!7!$ !/"$ !6#$  '㾘'D ''D'@'!0#! #)c@@P' #@`e!!  $  !!   $  !!   $  !!   $  !!   $  !!   $  !!   $ !@"؂ `$@!! '  $   $  D!! |  $ !! |  $ !! ` !! |   @@Pz'  !)#?' D!!  $  !!   $ !!   $  4!!  $  !!   $ !!  !!   $ !! ` !!  !!  !! x @@P8'  !* ٯ?'_!!     D@ !* ,ٝ?'M $@ !* Pَ?'>!!    !8"I, !!    !7 4$ !!   $ !/!$ !!   ( !6#H$ !!   , !@!X$ !!   0 !7!$ !!    !N#4$  ''D'|8'4 ',,'(!0#! #*`p@@O' #@`g!!  $  !!   $  !!   $  !!   $  !!   $  !!   $  !!   $ 4!@"؂ `$@!! 4 $  4 $  d4 $  4 $  4 $  4 $$  !! | $  D!! |  $ 4!! |  $ !!  ?'&!!  $ &!!   $ !!"0 !!   $  ',!! h !! | !!  ,@@O'  !* |ؔ?'L x!!  $  !!   $ |!!   $  ',!! h !!  !!  (@@N' !* b!* @N?'| $@ !* ԐN?' ''D'|8'4 '(('$!0#! #*`@@Ny' #@`g!!  $  !!   $  !!   $  !!   $  !!   $  !!   $  !!   $ 4!@"؂ `$@!! 4 $  4 $  f4 $  4 $  4 $  4 $$  !! | $  D!! |  $ 4!! |  $ ?h&!!  $ &!!   $ !!"0 !!   $  !!"0  b, !!  !* @M#*a !!"0  , 4 @@M#*a,!!"0   , 4 @@M#*a8!!"0   @@M#*aH!!"0   @@M#*a`!!"0   @@M#*at!!"0   @@M#*a!!"0   @@M#*a!!"0   @@M#*a!!"0   @@M|#*a!!"0  ( @@Mq#*a!!"0  , @@Mf#*a!!"0  0 , 4 !!"0  0  , 4 !!"0  0  , 4 !!"0  0  , 4 @@@M=#*b !!"0  4 , 4 !!"0  4  , 4 !!"0  4  , 4 !!"0  4  , 4 @@@M#*b,!!"0  8 , 4 @@M!*"S@M ',, %*X!!"0  9, , 4 @L, ',!*"^@L#*b`!!"0  M , 4 @@L!*"@L ',, %*!!"0  N, , 4 @L, ',!*"@L#*b!!"0  b , 4 @@L!*"@L ',, %*!!"0  c, , 4 @L, ',!*"Ɛ@L#*b!!"0  w , 4 @@Lt!*"@Lo ',, %*!!"0  x, , 4 @LZ, ',!*"@LP!!"0   '0 ',,0@E+*b,!!"0  ,, ,  , 4 !!"0  ,, ,   , 4 !!"0  ,, ,   , 4 !!"0  ,, ,   , 4 @@@L, ', '(!! p !! | !!  (@@L''  !*#4ա?'L x!!  $  !!   $ |!!   $  '(!! p !!  !!  $@@K' !*#`o!*#@K?'| $@ !*#[?' ''D'|8'4 '(('$ ' #@`g!!  $  !!   $  !!   $  !!   $  !!   $  !!   $  !!   $ 4!@"؂ `$@!! 4 $  4 $  f4 $  4 $  4 $  4 $$  !! | $  D!! |  $ 4!! |  $ ?}&!!  $ &!!   $ !!"0 !!   $ !!  !*#Đ@J#*c!!"0  , 4 @@J#*c!!"0   , 4 @@J#+`!!"0   @@J#+`!!"0   @@J#+`(!!"0   @@J#+`' !- 0@CDv#-`D@@C v@@Cv#-``@@C v!%! @@Cv#-`x@@B!!  v@CJv@C'  !- @C?'v#-`@@Bv@B'!8"D @C !@"#a@a'!- #-`@@B! t$ ! t  @?'! t %-!Y! @@B'! t %-!! @@B'! t %-!@" @@B'! t @Bc!8"D @B!! ` @B!! h @BO!! l %!Y! @@Bv!! ` @B|!! h @Bv4!! h %!Y! @@B[!8"D @Bg!! ` @B[!! h @BUD  , !ؠ! X([8__`X ''D  !8"D$ !-! @@B!! p$ !! p ? !-!(@B?'!! p ؞!-!H @@A!! `$ !! ` ?!-!T@A!! p @A?'!! ` x!! p %!! ` @@A!Y!$ !Y! !!  #-at!7! @@A!-!@A?'!-!"'v#-aĐ@@Afv#-a@@Akv@A|' !-!А@A!8"D %-!Y! @@A'#-a!Y! @@A;!8"D @A!8"D @Aw!! ` @AkN!! l %!Y! @@AP!! ` @AV!! h @AP3!! p %!Y! @@A5!8"D @AA!! ` @A5!! p @A/D     '?       㿠-"@: `$&   $,`@@$-"  2 *  " -"  2 *   "`㿠@8?㿠@?h)#)/)9)C g g)MG )y\ hpp( 00<0H0T0`0l0x00000000000000 0,080D0P0\0h0t00000000000044aatmconfig> commit commit endfile = commit commit commit endfile = commit cipacipbasebaselisaciplislispvcacippvcpvccommitaciplisacippvcacipbaseInit Base acipcnfg:: Failed to initialize data. acipcnfg:: Configuration structure full. %dInteractive Mode Set No-Switch Mode Set ((/(7=hDIPXNWX8aHhp w\Zd[^h@<2>_d/etc/opt/ADPTaatm/bin/acip.dbf:hsdpninteractnoswrUnable to open configuration file 0X 2/$U@*h1h<1HD>HS`MR<V^Configuration File Error, ACIP Initialization Failed. alpaddr reg getAddress retrieval failed. exiting.. acipacip cfgacipcnfg: Unable to link to ip driver ndd -set /dev/tcp tcp_mss_def 9180ndd -set /dev/tcp tcp_xmit_hiwat 65536ndd -set /dev/tcp tcp_recv_hiwat 65536ndd -set /dev/tcp tcp_mss_def 9180 ndd -set /dev/tcp tcp_xmit_hiwat 65536 ndd -set /dev/tcp tcp_recv_hiwat 65536 acipcnfg normal exit Quitting. %dCurrent board is %d unit is %d jHn0rv{%d%d%d%d%d%d%d%d%d%d%d%d%d%d%s%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%s%dUse 4 numbers separated by dots. e.g. 123.123.2222.64 %s%s%s%dUse 6 numbers separated by dots. e.g. 123.16.23.22.22.64 ... .91 Use decimal numbers separated by dots. e.g. 123.16.23.22.22.64 ... .91 Use decimal numbers separated by dots. %s Use 6 numbers separated by dots. e.g. 123.22.22.64 %d%d%d%d%d%dInvalid "svc_supported": %d, use 0 or 1 %dInvalid "port_index": %d, use 0 %dInvalid "max_mtu": %d, use 1 - 65536 %dInvalid "max_svcs": %d %dInvalid "pcr": %d, use %d - %d %d%d%dInvalid "qos": %d, use 0 or 3 or 4 %dInvalid "inactivity_time": %d, use 0 - 300 INACTIVITY TIMER %d: obsoleted "holding_time": ignored obsoleted "max_attemps": ignored ubrcbrInvalid "traffic_classs": %s, user "ubr" or "cbr" Invalid "remote_ip_addr": %s Invalid "ip_address": %s Invalid "ip_address": %s Invalid "ip_address": %s Invalid "ip_address": %s Invalid "ip_address": %s Use 20 numbers separated by dots. e.g. 123.16.23.22.22.64 ... .91 %dUse 20 numbers separated by dots. e.g. 123.16.23.22.22.64 ... .91 %dcurAcipCfgArpMainTl=%X Invalid "arp_srv_atm_addr": %s Use 20 numbers separated by dots. e.g. 123.16.23.22.22.64 ... .91 %dUse 20 numbers separated by dots. e.g. 123.16.23.22.22.64 ... .91 %d%d%d%dInvalid "atm_selector": %d  Xِ%3C`P]itHhHXِ ` X@!, 3:HFPh[`dHpz8+No "ip_address" Specified. Invalid "ip_netmask": %s No "ip_netmask" specified. No "arp_srv_atm_addr" specified hx`Hpppnullllcllcsnapllc/snapInvalid "encap": %s, use llc or null %d%dInvalid VPI %d: Set To Default Value 0 Invalid VCI %d Invalid PVC: Vpi %d Vci %d, Not Configured in AATM PVC vpi %d vci %d has ENCAP type %d, ENCAP 0 PVC is not allowed to have a remote IP address. CIP Check: incorrect version CIP Check: incorrect mode CIP Check: lis index %d out of range CIP Check: incorrect version CIP Check: incorrect svc_supported. Use 0 or 1. CIP Check: port index out of bounds. CIP Check: mtu %d incorrect - use %d - %d CIP Check: reserved1 must be 0 CIP Check: incorrect pcr - use %d - %d CIP Check: incorrect traffic profile %d, use %d or %d CIP Check: incorrect qos %d, use %d, %d, or %d CIP Check: incorrect inactivity_time - use %d - %d CIP Check: reserved 2 must be 0 CIP Check: reserved 3 must be 0 CIP Check: ip_address cannot be zero. CIP Check: ip_netmask must be at least 0xFF000000. CIP Check: incorrect main atm_addr_tl. Cannot be 0. CIP Check: incorrect arp_srv main atm_addr_tl. Cannot be 0. CIP Check: incorrect sub atm_addr_tl. Cannot be 0. CIP Check: incorrect arp_srv sub atm_addr_tl. Cannot be 0. Error in LIS PVC descriptor # %d CIP PVC Check: incorrect encapsulation. Use 0 or 1. CIP PVC Check: incorrect reserved value. Use 0. CIP PVC Check: incorrect port index. Use 0. CIP PVC Check: incorrect vpi. Use 0. CIP PVC Check: incorrect vci. Use 0 - 1023. CIP PVC Check: incorrect remote_ip_addr. Cannot be 0. PXxX8 pX#@.(4:@CrxratetxrateDXKSʘ[gtԨՐ Ɛ ɰdbRead err_exitacipstopUnable to stop driver./dev/atmsopenI_SRDOPTputmsg(LM_GET_REQ)getmsg(LM_GET_REQ) ATMS is Down, Cannot Initialize ACIP. Usage: acipcnfg [-f ConfigFile] -[s|d] -s: shutdown -d: debug /etc/opt/ADPTaatm/bin/.acipLinksrError: MuxId file "/etc/opt/ADPTaatm/bin/.acipLinks" lost !! %s %d%s %d CIP:Basecorrupt aatmLinks file %s %d%s %d ARP:CIP/dev/ipacipdown: unable to open arp driver.acipdown: arp-cip unlink failure%s %d%s %d IP:CIPcorrupt aatmLinks file /dev/ipunable to open ip driver.acipdown: ip-cip unlink failure/dev/acipopen /dev/atms failed ioctl, I_SRDOPT failed putmsg(LM_SET_REQ)setmsg(LM_SET_REQ) ACIP is Down already. aatmunlink: base-acip unlink failuremv /etc/opt/ADPTaatm/bin/.acipLinks /etc/opt/ADPTaatm/bin/.acipLinks.old/dev/atmsopen /dev/atms failed ioctl, I_SRDOPT failed get_port_info putmsg() failed get_port_info getmsg() failed ACK is too small ALP_GET_PORT_INFO_ACK failed wrong port_info size ei359=AEINS /dev/atms/dev/acip/dev/alane/dev/aatmmodtݼh EL Ex eP؈ ;` ؄hH e E| d dDefaultP| P| :$ :R؀ T8t ; : :  0ۀll ;\ eI4H Xؼ$t,x`ۄ| , H :(\ eH x eDNULL USERNull App IdcurTraffic.xmt_requested_rate.params.noclp_scr.clp01_pcr=%d curTraffic.xmt_requested_rate.params.noclp_scr.clp01_scr=%d curTraffic.xmt_requested_rate.params.noclp_scr.clp01_mbs=%d curTraffic.rcv_requested_rate.params.noclp_scr.clp01_pcr=%d curTraffic.rcv_requested_rate.params.noclp_scr.clp01_scr=%d curTraffic.rcv_requested_rate.params.noclp_scr.clp01_mbs=%d ****************************************************** MsgHdr: prim %d uid %d pid %d mid %d status %d diag %d ****************************************************** MsgHdr: prim %d uid %d pid %d mid %d status %d diag %d port %d Vpi %d Vci %d VccType %d AppID %s AALType %d pti_mode %d Traffic: BestEffort %d XmitQos %d RcvQos %d XmitPdu %d RcvPdu %d CorruptData %d Traffic: Requested Rates Transmit: TrafType %d, PCR %d, SCR %d, MBS %d Receive: TrafType %d, PCR %d, SCR %d, MBS %d ****************************************************** *****CURRENT ACIP VALUES ***************************** putmsg(LM_SET_REQ, LM_ACIP_CONFIG) version=%d mode=%d lis_index=%d lis.svc_supported=%d lis.port_index=%d lis.max_mtu_size=%d lis.reserved1=%d lis.pcr=%d lis.traffic_profile=%d lis.qos=%d lis.inactivity_time=%d lis.reserved2=%d lis.reserved3=%d lis.own_ip_addr=%d.%d.%d.%d lis.own_ip_mask=%x.%x.%x.%x lis.own_atm_addr.main.atm_addr_tl=%02x %02x lis.own_atm_addr.sub.atm_addr_tl=%02x %02x lis.arp_srv_atm_addr.main.atm_addr_tl=%02x %02x lis.arp_srv_atm_addr.sub.atm_addr_tl=%02x %02x pCurAcipCfg->pvc_count=%d pvc[%d]: encap_type=%d, port_index=%d, vpi=%d, vci=%d remote_ip_addr=%d.%d.%d.%d ****************************************************** *****CURRENT BD.ACIP VALUES ***************************** version=%d mode=%d lis_index=%d bdPvcCount=%d Lis Selector=%d SVC Support=%d MaxMtuSize=%d port_index=%d PCR=%d Traffic Profile=%d Qos=%d Inactivity Time=%d own_ip_addr=%d.%d.%d.%d own_ip_mask=%x bdOwnMainTl=%02X %X bdOwnSubAtmTl=%02X %X bdArpMainAtmTl=%02x %X bdArpSubAtmAddrTl=%02x %X pvc[%d]: encap_type=%d, port_index=%d, vpi=%d, vci=%d= remote_ip_address:%X ****************************************************** main addr tl %d atm addr %d.%d sub addr tl %d atm addr %d.%d encap %d port index %d vpi %d vci %d )(-.)(-.%s %s 1Public string is %s Zero length address. Public address must be no longer than 15 digits Public Address is %X All fields must be less than 256 The number must have %d fields. The number has %d fields. All fields must be less than 256 The number must have %d fields. The number has %d fields. All fields must be less than 256 )(.- Mask must be all ones in high order bits. syntax failed: delimiter in first position syntax failed: dot in last position syntax failed: too many characters syntax failed: too many delimiters. syntax failed: too many delimiters. syntax failed: Illegal character typed. 01234567890abcdefABCDEFAll fields must be less than 65535 The number must have %d fields. All fields must be less than 65535 aatmconfig w%sUnrecognized driver namemodinfo | grep aatm > /etc/opt/ADPTaatm/bin/.modFilesystem call failure.retIVal is %d modinfo | grep acip > system call failure.retIVal is %d 0stop0rUnable to open module id file.%smodunload -i %d /etc/opt/ADPTaatm/bin/.tmpacipLinksrNo mux ids.=%s %s %s %sarpip%s %s %s %sarpip| -/dev/atmsopenDrvr failed: aatm, 1/dev/atms opened. /dev/alaneopenDrvr failed: alane, 2/dev/alane opened. /dev/acipopenDrvr failed: acip, 3/dev/acip opened. /dev/aarpopenDrvr failed: acip, 3/dev/aarp opened. /dev/ipopenDrvr failed: ip, 4/dev/ip opened. Stream error; unable to set read optionalplaneacipaarpumemiboamiptcpmodUnrecognized driver name/dev/atms closed. error: /dev/atms was not open. /dev/alane closed. error: /dev/alane was not open. /dev/acip closed. error: /dev/acip was not open. /dev/ip closed. error: /dev/ip was not open. activate message call portDriver write error: Port ReadDriver read error: Port ReadDriver read size error: Port ReadDriver read failed: Port ReadDriver read control error: Port ReadDriver read data error: Port ReadDriver Data ************************************. slot number: %d port status: INITIALIZED port status: UP port status: DOWN MAC address: %02x:%02x:%02x:%02x:%02x:%02x PVCs configured: (%d,%d) SVCs configured: (%d,%d) Driver Data ************************************. initalpPortInit initing port %d aatmcnfg: Driver write error: base initaatmcnfg: Driver read error: base initaatmcnfg: Driver read size error: base initaatmcnfg: port init normal exit. stopalpPortStop Driver write error: base stopDriver read error: base stopDriver read size error: base stopDriver read failed: Port stopstopalpPortStop Driver write error: base stopDriver read error: base stopDriver read size error: base stopDriver read failed: Port stopstopalpPortStop Driver write error: base stopDriver read error: base stopDriver read size error: base stopDriver read failed: Port stopcreatealpCreateVc: Driver write error: base VC createalpCreateVc: Driver read error: base VC createalpCreateVc: Driver read size error: base VC createUnable to Create Vcc (vpi %d, vci %d): ATMS Runs Out of On Board Buffer. Unable to Create Vcc (vpi %d, vci %d): ATMS Runs Out of BandWidth. Error Creeating Vcc (vpi %d, vci %d) alpVcRemove arg is %s removeDriver write error: base VC removeDriver read error: base VC removeDriver read size error: base VC removeDriver read failed: base VC removeVccDriver write error: Vcc Readprotocol error: Vcc ReadDriver read size error: Vcc ReadDriver read control error: Vcc ReadDriver read data error: Port VcclmParse arg is %s stopDriver write error: LM stopstop req: putmsg()Driver read error: LM stopDriver read size error: LM stopDriver read failed: LM stoplm stop req: getmsg()sysGroupDriver write error: LM addr cfgDriver read error: LM addr cfgDriver read size error: LM addr cfgILMI Configuration Failed addr cfgDriver write error: LM addr cfgDriver read error: LM addr cfgDriver read size error: LM addr cfgDriver read failed: LM addr cfgNet prefix length not init'ed, exiting. Net prefix addr not init'ed, exiting. ESI addr not init'ed, exiting. pDrvrLmAddrReg->sw_net_prefix # %d is %x pDrvrLmAddrReg->sub_address.esi # %d is %x pDrvrLmAddrReg->sub_address.sel is %d Driver write error: LM addr cfgDriver read error: LM addr cfgDriver read size error: LM addr cfgDriver read failed: LM addr cfgaddr reg regDriver write error: LM addr reg registerDriver read error: LM addr reg registerDriver read size error: LM addr reg registerILMI Address Registration FailedDriver write error: LM: ILMI index getAddress Registration... Driver read error: LM addr index getDriver read size error: LM: ILMI index getDriver read failed: LM: ILMI index getAddress retrieval error.Got %d entries port_index=%d vpi=%d vci=%d port_atm_address port_index %d atmAddr=%X.%X portNetPrefix portIndex=%d netPrefixLength=%d netPrefix %X.%X tableIndex=%d lmParse arg is %s addr de regDriver write error: LM addr de reg registerDeRegisterDriver read error: LM addr reg de registerDriver read size error: LM addr reg de registerDriver read failed: LM addr reg de registeraddr reg getDriver write error: LM addr reg getDriver read error: LM addr reg getDriver read size error: LM addr reg getDriver read failed: LM addr reg getAddress NOT Retrieved Retrieved address %02x %02x link status getDriver write error: LM get link statusDriver read error: LM get link statusDriver read size error: LM get link statusDriver read failed: LM get link statusnumber_of_entries=%d link_status=%d net getDriver write error: LM addr cfgDriver read error: LM addr cfgDriver read size error: LM addr cfgILMI Configuration Failed node getDriver write error: LM addr cfgDriver read error: LM addr cfgDriver read size error: LM addr cfgDriver read failed: LM addr cfgacip cfgDriver write error: LM cip cfgDriver read error: LM acip cfgCIP: putmsg failure Error in Configuring ACIP. aarp cfgputmsg(LM_SET_REQ, LM_AARP_CONFIG) version=%d mode=%d lis_index=%d lis.svc_supported=%d lis.port_index=%d lis.max_mtu_size=%d lis.reserved1=%d lis.pcr=%d lis.traffic_profile=%d lis.reserved2=%d lis.reserved3=%d lis.own_ip_addr=%d.%d.%d.%d lis.own_ip_mask=%d.%d.%d.%d lis.own_atm_addr.main.atm_addr_tl=%02x %02x lis.own_atm_addr.sub.atm_addr_tl=%02x %02x lis.arp_srv_atm_addr.main.atm_addr_tl=%02x %02x lis.arp_srv_atm_addr.sub.atm_addr_tl=%02x %02x pvc[%d]: encap_type=%d, port_index=%d, vpi=%d, vci=%d aarpcnfg: Driver write error: LM arp cfgDriver read error: LM aarp cfgAARP: putmsg failure aarpcnfg: Driver read failed: LM aarp cfgputmsg(LM_SET_REQ, LM_ACIP_CONFIG) version=%d mode=%d lis_index=%d lis.svc_supported=%d lis.port_index=%d lis.max_mtu_size=%d lis.reserved1=%d lis.pcr=%d lis.traffic_profile=%d lis.reserved2=%d lis.reserved3=%d lis.own_ip_addr=%d.%d.%d.%d lis.own_ip_mask=%d.%d.%d.%d lis.own_atm_addr.main.atm_addr_tl=%02x %02x lis.own_atm_addr.sub.atm_addr_tl=%02x %02x lis.arp_srv_atm_addr.main.atm_addr_tl=%02x %02x lis.arp_srv_atm_addr.sub.atm_addr_tl=%02x %02x pvc[%d]: encap_type=%d, port_index=%d, vpi=%d, vci=%d Driver write error: LM cip cfgDriver read error: LM acip cfgCIP: putmsg failure Driver read failed: LM acip cfg/etc/opt/ADPTaatm/bin/.acipLinksrNo mux ids; exiting.%s %d%s %d CIP:Basecorrupt aatmLinks file %s %d%s %d ARP:CIPcorrupt aatmLinks file /dev/ipunable to open arp driver.%s %d%s %d IP:CIPcorrupt aatmLinks file /dev/ipunable to open ip driver./dev/acipopen /dev/atms failed ioctl, I_SRDOPT failed putmsg(LM_SET_REQ)setmsg(LM_SET_REQ) error putmsg(LM_SET_REQ, LM_ACIP_SHUTDOWN) ACIP is already down. putmsg(LM_START_OAM)getmsg(LM_START_OAM) ERROR: LM_START_OAM putmsg(LM_START_OAM)getmsg(LM_START_OAM) ERROR: LM_START_OAM T\dq } egijkg ܰ=RvYj%s %s /dev/atmsunable to open alp driver: 1. /dev/acipunable to open acip driver: 2.Incorrect value addr de regAddress De-Registered. Address De-Registration failed /dev/acipUnable to Open "/dev/acip"Please Check if IBMacip is installed correctly /dev/atmsunable to open alp driver: 1. ioctl link failure. 3. %d muxidACIP is Up Already. chmod a+w aatmboot: aatmLinksCIP:Base %d the acipIpStr is %s %s/usr/sbin/ifconfig acip0 debug plumb >> aatmboot: ifconfig - plumbchmod a+w aatmboot: cipLinks/usr/sbin/ifconfig acip0 broadcast + netmask -trailers up aatmboot: ifconfig - mask and broadcast /usr/sbin/ifconfig acip0 /etc/opt/ADPTaatm/bin/.acipLinkswCIP:Base %d ARP:CIP %d IP:CIP %d /dev/aarpunable to open arp driver: 2./dev/atmsunable to open alp driver: 1. ioctl link failure. 3. %d aarpboot: muxid/etc/opt/ADPTaatm/bin/.aarpLinkschmod a+w aarpboot: aarpLinksAARP:Base %d Successful Base Linkage: AARP:Base %d aatmbdboardidbroadcommitdownhelpinitcurvcinteractipaddrmacaddrmsghdrnetmaskqquitreadvcresetdefaultsetcurtrafsetcurvcsetdefaultshowcuracipshowcurtrafshowcurvccupatmnodepvcsystemacipbaseaciplisacippvcalppvcsysgroupaatmbldclosecommitcommitSectlmgroupmibopentestumewritevcdeufmiduidpidmidstatdiagvpivcibestxmtqosrcvqostrafhelpportindexvpivcivcctypeappidaaltypeaalmodeptimodetxpdurxpducorruptbestxmtqosrcvqostxtraftypetxpcrtxscrtxmbsrxtraftyperxpcrrxscrrxmbsbwatmesiaddrseladdresssnmptimeoutsnmpmaxretryaddrregtimeoutaddrregmaxretrylmaddrregtimeoutsysdescsysobjidsysobjidlensyscontactsysnamesyslocsysservbuildaddPvcaddLissvc_supportedport_indexmax_mtumax_svcstraffic_classinactivity_timeholding_timemax_attemptsmax_attemptip_addressip_netmaskown_ip_addrown_ip_maskatm_addressatm_selectoratm_sub_addrarp_srv_atm_addrarp_srv_sub_addrperf_tunesvcsupportindexmaxmtumaxsvcspcrbcobqosacipipaddracipipmaskliscntpvccntatmmainaddratmmaintlatmsubaddratmsubtlarpmainaddrarpmaintlarpsubaddrarpsubtlatmmainselencaplisindexportindexvpivciremoteipaddrremote_ip_addracipipaddracipipmaskBoard ID is too large. Use [1-3].Board ID is too small. Use [1-3]. alpumemiboamsiglaneacipalpInitalpStopalpVccCreategetPortInfogetVccInfoportStopbindVcunbindVcbindVclmGetReqlmSetReqlmRegForTraplmRegAddrlmDeRegAddrlmGetMiblmGetVccMibListUse decimal numbers or precede hex numbers with 0x .Use decimal numbers.Use hexadecimal numbers, (0x or 0X)What is the IP Address for this card? [xx.xx.xx.xx].What is the network mask for this card? [255.255.255.xx].Does your network use a broadcast address of all 1's?.What is the ATM address for this card? [xx.xx.xx.xx.xx.xx ]?Answer Yes or NoDo you want to change your answer?YesNoData can not be less than 255 (0xFF). \Gppprg g g h h  hhjj(r#g .j:AMV`ku~ $gg j  (6hL(byHxs/Hix`X&6GhSarthuf`"((]lHƐ(ph*1(5A&XT]eX({i$0Xj\ @dhx(X (1Hh#`7 FVxf}jtjhH(m ,0aP!Zxf"'7HD(R@@f xp: PjD ed (  .W@B!I S-Zoa8|(@!h  1*SD^hsfH"8x78h  4p!؀-@9J^`u؄؈4ؼ wxL ~Hl4  X 3ߠ  ; E Os( ax q zL @  ِP $    @ p   ) 8  D Z k yp f" > F`@  D C0 H W0 @ #h *h /H B PI `P o m t   h   @ 8  P   (   h U 3 J [ ix  |   j  (    j   . :| x eH u` {$    M(  | g    ,  X()@7>dIh Vt_tx[`@`pH~0`@`SHcxpw 9Hxi|Px`}~  G!*0>@pN]dr@H (0d% 7`LilSpY bq8@ w@) 3>8R(fh}X0y Hh #,8PC Yj8`t0@@x`D (|,*8H(NlZibp0PXF+h<tJ(+j2E!Ra(qs ((XiP$(@ hx$8\L\Lhzj8`pg0" f0"$'\=LpUex(i<tix|DHgX4"EX#t1H(AiK(S\}pji0L 0l|/(TP1APS@@_l`~Xld xՐ Ppw( ְ(4ۀANɰbsۄP}HP{x$u@ (p9JiP,ZHnDP~0d48H`Pܰ 48%P8`D Qf`"^ mjy!ihݸ(e"ݼ +D3BJupoxhh h 0Q Np".?Lh [̐(j/ ~( h(͈ @j i$1l6\HtVaIHmnv|P4cH i   , '}x J\ U _ f r }p (x   x  < i iH  !,!iT!!2!0p!A!J H![ P!j T!tx!!!P!i!!h!!i!p!" p("X"?"N"dh"x"H"p" X"hX"+h("("#^hH# \#$ `#)@#8#Ii #P#[ d#e|#s h#{ l ##h #h ## x#`P#sH(#j#t#$8$$'$$/x $N$] $m`$w{p$ߠ !$R$~($^$P$Vx% %%!  %) %.%7S`%B x%I %P 0%^ :%hi%n%%X%%%%jP%%nx%`&& & h&2i`&9<&H&\ : &f&{U0& &&+&&& :$&4&(&'j' '' '-|'9'I :(*'^ 'sX' :R'g ' :T'('X'' ( ;(h(,(= ; (L ;4(_8(u ;8({n(( ;<( ;\( ;`( A( Ex( E|(U@((H(o0) E ) x)j,)& ),ʘ)@)O)`fx")i e)yw$) e)Ԩ) e))p) e)) e** e* e*%f"../ctrl/acipcnfgcrti.s_ex_text0_ex_range0_ex_shared0crt1.svalues-Xa.cacipRd.cdatauif.caatmutil.caatmddu.calpddu.ccnfgutil.caatmdata.caatmhelp.cuiddu.cgfxdata.caatmboot.cmt_stubs.ccthr_keythr_datathr_data_lencrtn.s_ex_text1_ex_range1_ex_shared1curLmSnmpMaxRetryoldZonecurAcipCfgVci__0FPlmLinkStatusGetipCurLmAddrRegMaxRetry__0FKgetMainCmdv__0FKdoMibGroupipPubStrpDrvrMsgpDrvrVcgetoptpCurAcipPvcIndexcurAcipCfgVpicurLisCountalpPortInfoGet__0FOsetLisAtmSubTli__0FJreadInputicurPvcRmtIpAddrcurUiMidpCurGrouppCurXmtTrafType__0FKsetSysDescipCurAalMode__0FHsetDiagi_startdrvrPvcIndexthr_keycreatepCurAcipCfgArpSubAddr__0FIopenDrvri__0FKdisplayMsgP6Hmsg_hdraatmShowFxnsaatmFxns__0FKsetSysNamei__0FMdoXmtReqRateP6Qvcc_traffic_info__0FIdoCommitipCurBestRateipNameoptalpPvcIndex__0FMlmAtmNodeGeticurUiUidmaskVal__0FPsetLisPortIndexiatoipCurVcpCurPcr__0FGrdDrvri__0FIsetAppIdiatolpInetBroad__0FRsetLismaxattemptsicurSaalVersion__0FRsetCurAcipPvcLis0i__0FDNopi__0FIaatmbooti__0FJdoLmGroupi__0FNsetReadOptioni__0FIdoMsgHdri__0FMinitTrafDescP6LTrafficDescpCurAcipCfgArpMainAddrfreadstrtolpCurXmtPcr__0FNsetLisAtmAddriaatmUserFxnscurLisOwnIpMaskcurSysName__0FIaarpbootiaaLinkName__0FRsetDfltCurrentPvci_mutex_heldcurGroupijpCurXmtPdupCurSysLocation__0FFdoMsgPc__0FHaatmBrki__0FNcloseInstFilei__0FLalpPortIniti__0FHinitStrPci__0FPa_lmAarpDrvrCfgipCurAddrTypeargListtoupper_environ_endcurAddrLen__0FJdoAcipCfgipVccDatapCurAcipVersionpCurAalTypepDrvrRdDatBfrpStopVcicurBestEffort__0FNinitCurrentVcicmdArgcurModulepubStrcurAcipCfgAtmMainSelpCurLmAtmNetPrefix__0FOsetCurrentLIS0ipCurAcipCfgLisAtmAddrcurLisinactivity_time_iob__0FPdoAcipSetLisVecipAcipIpStrcurPcr__0FOlmSysGroupIniti_ex_registerdbContext__0FOgetAlpPortInfoi__0FKsumAtmAddr6Qatm_addr_concisepCurLisPcrcurXmtPcrpCurRcvPcrmutex_trylock__0FLhexRangeChkPci__0FOsetInteractiveidrvrVc__0FIdoAlpPvcv_GLOBAL_OFFSET_TABLE_putBuilt__0FJsetXmtPCRi__0FMdoAlpPvcExpli__0FYsetLmAddrRegRetryTimeouticurBestRate__0FFsetUpicurAddrRegOptionpCurAcipCfgArpSubTl__0FQsetLisSvcSupporticurXmtPdudrvrLmAddrRegcurAcipCfgpCurRcvPdu__0FNsetUmeAddrSeli__0FLshowLis0PvcP6Pacip_config_pvcalpVccInfoaatmUmeFxnsnetwValcurLmAddrReg__0FPmanyDotRangeChkPciTC__0FMdoAcipPvcCfgi__ctypecurRcvPcrcurLisQos__0FLdoUserGroupvpCurCorruptDatabroadValpCurLisTraffic__0FNsetRxTrafTypeicurAcipCfgEncapType__0FQsetLisMaxMtuSizeipStartVciAarpFilepInetMaskpAlpVccInfo__0FJmakeUpperPcpCurXmtMaxPdu__0FIsetBoardicurRcvPdupCurAcipCfgVcicurAcipModecurAcipCfgArpMainAddr__0FKsetCorrupti__0FGisDrvrPcbdVccInfomutex_destroy__0FIdoMibCfgi__0FLcipPathStopi__0FNsetSysContactiInstFile__0FJdoDBWritei__0FGsetUidi__0FPinitVccTrafInfoP6Qvcc_traffic_info__0FIdoDBReadiatexitexitcurAcipCfgArpSubTlcurSigVersioncurLmAtmSubAddrcurAtmLongAddrpCurAcipCfgAtmMainSelaatmIFxns__0FOgetMainCmdLinev__0FOsetSysObjIdLenibdLmAddrcurBdPortInfoacipNameatmName__0FGsetVciigetSentcipMuxIdpDrvrMsgData__0FIhexParsePc__0FHinitMsgP6Hmsg_hdr__0FQsetLisinactivityi__0FKsetAalModei__0FHsetDowni__0FMdoLIS_0CheckicurAcipCfgAtmMainTlpCurAcipCfgLisArpAtmAddrhexCntsprintf__0FKinitSwitchv__0FKsetBoardIdi__0FNsetTxTrafTypeidrvrMsgcurCfgLisPortIndexputspCurAcipCfgPvcVecdrvrAlpCfgVeccurSysObjId__0FSinitAtmAddrConciseP6Qatm_addr_concise__0FJdoCurTrafifdAlpsysIpFiledrvrRdDatBfrdrvrGroup__0FIStartOamvpCurXmtMbsvccData_initcurAcipCfgPvcVeccurAcipCfgAtmSubTlcurLismax_attemptspCurMbsalpNamebroadTypeFdCip__0FGchkStrPcpCurPortIndexdotVeccurVccTypedrvrWrDatBfrAcipFilepCurAcipCfgArpMainTlcurLisBcob__0FOshowCurTraffici__0FNsetLisholdingipAlpPortInfoGet__0FJsetRcvSCRi__0FNsetListraffici__0FSsetPvcRemoteIpAddri__0FLsetSysObjIdiaatmVcExplFxns__0FPhexRangeChkBasePciTC__0FJsetLisPcri__0FMsetBandwidthi__0FJcloseDrvri__0FGsetVcciaatmAcipBaseFxns__0FOdoAlpSetPvcVecvpVccInfo.mulacipRmtIpStrpFlags__0FRsetLisMaxServicesiaatmVcFxns__0FHsetZoneicurLisholding_timecurRcvMaxPducurObject__0FHgetpvcsvpInetStrmuxIdpCurLmAddrReg__0FJsetLisQosi__0FIsetStarticurMbs__0FHsetStopi__0FPsetCurBandwidthiaatmDrvrscurXmtMbs__0FQinitCurBdCipInfoicurRxBestEffortpCurRcvMbs__0FGchkNumPcpCurAcipCfgLisIndexpCurAcipCfgpCurFxnspCurAcipCfgPvcfdAlanearpMuxId__0FLalpPortStopi__0FOsetAcipPvcPortisscanffdArpstartVcipCurXmtReqRate__0FOsetLisSvrSubTlicurRcvMbscurPortIndexstopVcicurLisTraffic__0FNgetDrvrHandlePcpCurLisMaxServicescurSysContact__0FMlmAddrRegGeticurSysDescaatmAcipPvcFxnspCurLmAtmMainAddrinetBroadpDrvrGrouppCurCfgLisPortIndex__0FNgetBoardSpecsv__0FQsetLisAtmSubAddri__0FIreadSpeci__0FLinitLmGroupP6Ulm_addr_reg_config_t__0FNsetAcipPvcVpiicurAcipVersioncurSysLocationpCurRcvReqRatecurBdLmAddrpCurLisCountcurAcipCfgAtmSubAddrpCurLmAddrRegTimeoutcmdVersion__0FPsetAcipLisCountifclosecurAcipCfgPortIndex__0FGsetPidicurXmtMaxPdu__0FKbdActivatei__0FPsetAcipLisIndexipDrvrRdCtlBfr__0FLsetNoSwitchicurBdCiplaneName__0FHgetPrimPcpCurRcvTrafType__0FGsetSvciaatmSigFxnscurTraffic__0FHsetBesti__0FPdoLisSvrOwnAddrvpCurPtiModestrncpypDrvrWrDatBfrpCurTxBestEffortpCurPId__0FEHelpi__0FJlmCipStopicurDiag__0FRdoLIS_0CurAcipCfgiArgCboardIdcurAalMode_DYNAMICpCurLisMaxMtuSizepCurLisOwnIpMask__0FIacipdownv__0FMopenInstFilePcfscanf__0FMdoAcipLisCfgiaarpLinkNamepCurBdPortInfo__0FJsetRcvPCRi__0FJdoSetModeipCurAlpCfgVeccurPhase__0FPdoLisSvrSubAddrv__0FKsetAalTypei__0FKlmPortStopicurUiStat__0FJsetXmtMBSiprintfskipNameaarpMuxId__iobpCurAcipCfgAtmSubTlcurVccurAcipCfgArpMainTl__0FNsetCurTrafficipCurAddrTypeLenpCurVccTypecurLisMaxServicesargBasepDrvrAcipCfggetmsgpCurStatuscurAlpCfgVecbdSelected__0FHinitCuricurBdVccInfothr_setspecific__0FJsetSysLocimutex_lockpCurLmAddrRegRetryTimeoutpCurUmeIpAddrcurAcipCfgAtmMainAddrpDrvrAlpCfgVeccurLevelcurAcipLisIndex__0FMreadSysGroupP6KsysGroup_tpCurSysNamestrcatcurLisMaxMtuSizeioctlInfoFile__0FPsetSnmpMaxRetryiinetStrcurAcipCfgLisIndexcurLmAddrRegRetryTimeoutthr_getspecific__0FLdoDBUnstoreipCurRcvMaxPdu__0FJsetIPAddriinet_addrpCurMsggetBuilt__0FLinitAcipLisP6Pacip_config_lisreallocstrpbrk__0FLsetLisSvrTli__0FJsetXmtQosicurZone__0FNdoAcipBaseCfgicurLmSwNetPrefixcurAalType__0FMmibInitGroup6KsysGroup_tpCurLisholding_timepCurLisnactivity_timepCurAtmLongAddr__0FLshowOptionsiaatmMibFxns__0FGsetVpii__0FKrdInstFilePc__0FNsetUmeAddrEsii__0FLmergeIPAddripAcipRmtIpStrcurBoard__0FIshowAcipi__0FTsetLmAddrRegTimeouti__0FLlmAtmNetGeti__0FKinitHexVeciaatmAcipFxns__0FNwriteSysGroupP6KsysGroup_tcurUmeIpAddrpCurAcipMode__0FNsetSysServicei__0FKsetPtiModeiacipIpStrpCurVcipCurSysContact__0FOchkFieldSyntaxPcilinkName__0FPinitLongAtmAddrP6MAtmAddress_t__0FIargParsePccurLisSvcSupportedaatmAcipLisFxnsbroadCnt__0FMdoRcvReqRateP6Qvcc_traffic_infopCurAcipLisCount_exitcurLisPcr__0FNgetAlpVccInfoi__0FJdoDBStoreiobjEntrygintpCurPerfTunecurLmSnmpReXmitTimeoutcurXmtReqRatecurMsgpCurSysObjIdLenguiVersionpCurAcipCfgAtmSubAddrvccInfopCurLisSvcSupported__0FMsetXmtMaxPdui__0FMresetdefaultvcurPerfTunedrvrRdCtlBfrmutex_unlock_ex_deregistersetModeFlagenvironcurAcipLisCountnumber_of_vccscurLmAtmMainAddrperrorcurBandwidthinetMaskdrvrOpFlagfdAcippCurPvcCounterrnopCurBandwidth__0FMsetBroadCasti_thr_maindrvrWrCtlBfrpCurVpicurRcvTrafTypearpName__0FLshowCmpAddrP6Ratm_addr_compound__0FLalpVcCreateipCurXmtQos__0FMsetAcipEncapi__0FJsetAlpPvci__cg89_usedcurLmAddrRegTimeoutdotCnt__0FHshowMsgiTBcurVci__0FMlmAddrRegRegi__0FNget_line_ratei__0FHStopOamvdrvrCtlDatapCurAcipLisIndexpAlpPortInfo__fnonstd_used__0FIalpParsei__0FNlmAarpDrvrCfgi__0FKsetNetMaskicurSysServicespCurAddrLencurFxnspCurLmAtmSubAddrcurAcipCfgPvcoptindcurSysObjIdLen__0FHdoUsagei__0FKsetUmeAddribdPortInfoclosegetspCurAcipCfgPortIndexfdIpaddress_index_bufcurRcvReqRatecurPtiMode__0FFusagevquitFlagaatmNamecurLmAtmNetPrefix__0FQinitAtmAddrCmpndP6Ratm_addr_compoundpCurMId__0FRsetCurAcipLisLis0i__0FUsetSnmpReXmitTimeOutipCurNetAddrLenopenpCurSysObjIdcurPIdgetAcked__0FLinitAcipPvcP6Pacip_config_pvcpCurLisQoscurXmtQosoptargmodInfoStatpCurRcvQos__0FIblankStrPci__0FMmaskRangeChki__0FMlmAddrRegCfgi__0FNdoAcipSetBasei__0FHsetPortipCurDiagsystemstrcmp__0FHsetStati__0FGsetMidipCurUIdfgetspAlpCmd__0FLdoAlpPvcCfgi__0FKinitDotVecicurUiPidcurAcipCfgLisVeccurCorruptDatacurRcvQos__0FLlmAddrDeRegisysFilepCurSysServicescurAppIdputmsgcurPvcCount_PROCEDURE_LINKAGE_TABLE__edatafopenpCurLisOwnIpAddrpCurLmSnmpReXmitTimeout__0FNsetAcipPvcVcii__0FGinitVCP6Salp_vcc_create_reqpCurAcipCfgVpi__0FPsetAcipPvcCounti__0FMa_chkAddrStrPccurOamStartpCurLisBcob__0FJisHexCharccurLmAddrRegMaxRetry__0FLwrtInstFilePc__0FIstartSigv__0FMdoLisSvrAddrv__0FPsetLisOwnIpAddri__0FJshowCurVcipCurNetPrefixFormatFdIp__0FHdropDelPcpCurPvcRmtIpAddrstrcpypCurXmtScrcurStatuspDrvrWrCtlBfripMuxIdcurBdGrouppCurLmSwNetPrefix_etext_lib_version__0FLsetPerfTuneicurAcipCfgArpSubAddr__0FKsetdefaulti__0FGdoShowvfflushflagspCurScr__0FLalpVcRemovei__0FIclearModiputSent__0FMinitSysGroupP6KsysGroup_t__0FHdropDotPccurLisOwnIpAddrpCurAppId__0FPinitShorAtmAddrP6MAtmAddress_t_ctype__0FJlocStrSetPcc__0FLinitAcipCfgP6Lacip_config__0FGshowVcP6Salp_vcc_create_req__0FEQuiti__0FMdoDeRegisteriFdAlpbdActivebdGroupmainaatmInst__0FEhookialpCmdcurVpivcc_index_bufcurXmtScr.udiv__0FLsetLisAtmTlipCurRcvScr__0FKsetLisBcobi__0FJsetRcvMBSipCurSysDesc__0FJmakeLowerPc.div__0FKgetLinkIdsPiTB__0FJshowCurBdi__0FJmergeMaskicurAcipPvcIndexpCurLmAtmAddr__0FKchkAddrStrPcstrlen__0FIdoUmeCfgi__0FLdotRangeChkPcicurRcvScrpCurAcipCfgAtmMainTl__0FKsetArgListvpCurLmSnmpMaxRetryvcOpFlag__0FMlmCipDrvrCfgipDrvrPvcIndexpCurBoardcurScrmsgGrpH__0FKsetAtmAddripCurBestEffortstatmsgGrp0pCurRxBestEffortpAlpPvcIndexpCurTraffic__0FJsetRcvQosicurAcipCfgLisAtmAddr__0FOsetAcipAddrSeli__0FQsetLisSvrSubAddricurTxBestEffort_finihexVec__0FMcheckAcipPvc6Pacip_config_pvcpCurLismax_attemptspCurAcipCfgAtmMainAddr__0FMsetRcvMaxPduicurXmtTrafType__0FLpubRangeChkPcPipCurAcipPvcCountbdCurAtmAddrSTcurNetPrefixFormat__0FPdoAcipSetPvcVeciFdArpconfig_file_errorcurUiDiagpassNamecurNetAddrLendrvrAcipCfgbdCipcurAddrTypecurMId__0FGunhooki__0FNsetLisSvrAddriaatmMsgFxnsalpPortInfopCurAcipCfgLisVecfprintfdebug__0FNsetUmeAtmAddripDrvrLmAddrReg__0FKmergeBroadithr_selfcurAcipPvcCountargOffcurAddrTypeLen__0FUsetLmAddrRegMaxRetryicurLmAtmAddr__0FPsetLisOwnIpMaski__0FJsetXmtSCRipCurLevelpCurAcipCfgEncapTypecurAcipCfgLisArpAtmAddrcurUIdaatmMuxIdmutex_init < 4 dAdJd8J8T<0L4$$         $ 0 = M ] n v               ' / 8 A K R Z b g k p r t }               $+$@$Q$_$n$$$$ $*$$$$$ $$-$=$J$V$d$w$$$$$$$$$$$"$/$=$K$Y$f$s$$$$$$$$$$$*$:$J$Z$m$$$$$$$ $ $ 0$ E$ W$ k$ |$ $ $ $ $ $ $ $ $ =$ X$ r$ $ $ $ $ $ $ $ .$ >$ U$ i$ $ $ $ $ $ $ $ $ ,$ @$ R$ i$ ~$ $ $ $ $ $ $ $ !$ 7$ G$ ]$ p$ $ $ $ $ $ $$$6$X$g$$$$$$$$$$%$4$D$T$f$x$$$$%( dBd:8:8V<0K4                # ) / 6 C Q ^ l y              % 2 = I X h w               # 0 > G Q ] j v            # 1 > L V a k v |                    ) 5 > H S _ j v                & 4 C S d t             ! + 6 @ K U ` o    . = H T c s  % 3 B O ] n   . A Z t   - > P b u   $ 8 B M Y f p {          & ; Q e z        * > S i          % 7 E T h }          x  dCd(8(8X<0K4            . : G P Y e m w }                     ! * 2 ; D N X c j r$$$$$$$/$D$X$r$$$$$$$$,$O$n$$$$ $3$V$y$$$$$$$$$#$0$E$Y$s$$$$$$$$$ $ $ 0$ @$ Q$ e$ $ $ $ $ $ $ $ $ $&& dBdl88V<0K4            + 7 D I R ] f o w   $$$$$$$$$/ dAdF88T<0K4            ! 1 = J$_$q$$$    $$$$ ($;$M$`$v$$$$$$$$G dCdA88X<0K4            . :  dCd88X<0K4  dCdR88X<0K4            / ; H Q [$f$x$i d@d 8 8R<0K4            % 1 >$I$V$* dBd_8 78V<0K4            "  dCd588X<0K4            . : G P Y a k t }   $$u <J4acipcnfg.c $Revision: 1.11 $ Adaptec@(#)unistd.h 1.22 93/08/07 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)types.h 1.25 93/04/27 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)time.h 2.36 93/06/09 SMI@(#)time.h 1.15 93/04/13 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)stdio.h 1.23 93/08/06 SMI@(#)stdlib.h 1.20 93/03/10 SMI@(#)string.h 1.13 93/03/15 SMI@(#)math.h 2.2 93/03/16@(#)floatingpoint.h 2.2 93/03/16 SunPro@(#)ieeefp.h 2.2 93/03/26 SunPro@(#)errno.h 1.11 93/08/30 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)fcntl.h 1.7 92/07/14 SMI@(#)fcntl.h 1.23 93/04/14 SMI@(#)ctype.h 1.13 93/03/10 SMI@(#)ioctl.h 1.9 92/07/14 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.6 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMI@(#)socket.h 1.13 92/07/14 SMI@(#)netconfig.h 1.12 93/02/04 SMI@(#)in.h 1.4 93/07/06 SMI@(#)byteorder.h 1.6 92/07/14 SMI@(#)inet.h 1.8 92/07/14 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecaatm_mib.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecaatmstrc.h $Revision: 1.18 $ Adaptecaatmuidf.h $Revision: 1.24 $ Adaptecaciprdincl.h $Revision: 1.10 $ Adaptecmsgdefs.h $Revision: 1.17 $ Adaptecdatauif.h $Revision: 1.38.1.0 $ Adaptecaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecaatm_mib.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecaatmuidf.h $Revision: 1.24 $ Adaptecdatauif.c $Revision: 1.46.1.0 $ Adaptec@(#)fcntl.h 1.7 92/07/14 SMI@(#)types.h 1.25 93/04/27 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)time.h 2.36 93/06/09 SMI@(#)time.h 1.15 93/04/13 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)fcntl.h 1.23 93/04/14 SMI@(#)ioctl.h 1.9 92/07/14 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.6 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecaatm_mib.h $Revision: 1.4 $ Adaptec@(#)in.h 1.4 93/07/06 SMI@(#)byteorder.h 1.6 92/07/14 SMIacipsvc.h $Revision: 1.3 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecaatmuidf.h $Revision: 1.24 $ Adaptecaatmutil.c $Revision: 1.56.1.1 $ Adaptec@(#)stdio.h 1.23 93/08/06 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)stdlib.h 1.20 93/03/10 SMI@(#)string.h 1.13 93/03/15 SMI@(#)errno.h 1.11 93/08/30 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)time.h 1.15 93/04/13 SMI@(#)time.h 2.36 93/06/09 SMI@(#)types.h 1.25 93/04/27 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)fcntl.h 1.7 92/07/14 SMI@(#)fcntl.h 1.23 93/04/14 SMI@(#)ctype.h 1.13 93/03/10 SMI@(#)ioctl.h 1.9 92/07/14 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.6 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMI@(#)stat.h 1.18 93/04/13 SMI@(#)locale.h 1.12 92/07/14 SMI@(#)libintl.h 1.6 92/08/03 SMI@(#)unistd.h 1.22 93/08/07 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecaatm_mib.h $Revision: 1.4 $ Adaptec@(#)in.h 1.4 93/07/06 SMI@(#)byteorder.h 1.6 92/07/14 SMIacipsvc.h $Revision: 1.3 $ Adaptecaatmuidf.h $Revision: 1.24 $ Adaptecaatmuid.h $Revision: 1.19 $ Adaptecdatauif.h $Revision: 1.38.1.0 $ Adaptecaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecaatm_mib.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecaatmuidf.h $Revision: 1.24 $ Adaptecaatmstrc.h $Revision: 1.18 $ Adaptecinstdefs.h $Revision: 1.17 $ Adaptecaatmmsg.h $Revision: 1.18 $ Adaptecgfxstrc.h $Revision: 1.3 $ Adaptecgfxdata.h $Revision: 1.3 $ Adaptecaatmddu.c $Revision: 1.33 $ Adaptec@(#)stdio.h 1.23 93/08/06 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)string.h 1.13 93/03/15 SMI@(#)errno.h 1.11 93/08/30 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)time.h 1.15 93/04/13 SMI@(#)time.h 2.36 93/06/09 SMI@(#)types.h 1.25 93/04/27 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)fcntl.h 1.7 92/07/14 SMI@(#)fcntl.h 1.23 93/04/14 SMI@(#)ioctl.h 1.9 92/07/14 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.6 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMI@(#)unistd.h 1.22 93/08/07 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecaatm_mib.h $Revision: 1.4 $ Adaptec@(#)in.h 1.4 93/07/06 SMI@(#)byteorder.h 1.6 92/07/14 SMIacipsvc.h $Revision: 1.3 $ Adaptecaatmstrc.h $Revision: 1.18 $ Adaptecaatmuidf.h $Revision: 1.24 $ Adaptecmsgdefs.h $Revision: 1.17 $ Adaptecaatmmsg.h $Revision: 1.18 $ Adaptecdatauif.h $Revision: 1.38.1.0 $ Adaptecaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecaatm_mib.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecaatmuidf.h $Revision: 1.24 $ Adaptecalpddu.c $Revision: 1.74.1.3 $ Adaptec@(#)stdio.h 1.23 93/08/06 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)string.h 1.13 93/03/15 SMI@(#)errno.h 1.11 93/08/30 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)time.h 1.15 93/04/13 SMI@(#)time.h 2.36 93/06/09 SMI@(#)types.h 1.25 93/04/27 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)fcntl.h 1.7 92/07/14 SMI@(#)fcntl.h 1.23 93/04/14 SMI@(#)ioctl.h 1.9 92/07/14 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.6 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMI@(#)unistd.h 1.22 93/08/07 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecaatm_mib.h $Revision: 1.4 $ Adaptec@(#)in.h 1.4 93/07/06 SMI@(#)byteorder.h 1.6 92/07/14 SMIacipsvc.h $Revision: 1.3 $ Adaptecaatmstrc.h $Revision: 1.18 $ Adaptecaatmuidf.h $Revision: 1.24 $ Adaptecmsgdefs.h $Revision: 1.17 $ Adaptecaatmmsg.h $Revision: 1.18 $ Adaptecdducmds.h $Revision: 1.16 $ Adaptecdatauif.h $Revision: 1.38.1.0 $ Adaptecaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecaatm_mib.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecaatmuidf.h $Revision: 1.24 $ Adaptecgfxstrc.h $Revision: 1.3 $ Adaptecgfxdata.h $Revision: 1.3 $ Adapteccnfgutil.c $Revision: 1.17 $ Adaptec@(#)stdio.h 1.23 93/08/06 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)string.h 1.13 93/03/15 SMI@(#)errno.h 1.11 93/08/30 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)time.h 1.15 93/04/13 SMI@(#)time.h 2.36 93/06/09 SMI@(#)types.h 1.25 93/04/27 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)fcntl.h 1.7 92/07/14 SMI@(#)fcntl.h 1.23 93/04/14 SMI@(#)ioctl.h 1.9 92/07/14 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.6 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMI@(#)locale.h 1.12 92/07/14 SMI@(#)libintl.h 1.6 92/08/03 SMI@(#)ctype.h 1.13 93/03/10 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecaatm_mib.h $Revision: 1.4 $ Adaptec@(#)in.h 1.4 93/07/06 SMI@(#)byteorder.h 1.6 92/07/14 SMIacipsvc.h $Revision: 1.3 $ Adaptecaatmuidf.h $Revision: 1.24 $ Adaptecaatmuid.h $Revision: 1.19 $ Adaptecdatauif.h $Revision: 1.38.1.0 $ Adaptecaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecaatm_mib.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecaatmuidf.h $Revision: 1.24 $ Adaptecaatmstrc.h $Revision: 1.18 $ Adaptecinstdefs.h $Revision: 1.17 $ Adaptecaatmmsg.h $Revision: 1.18 $ Adaptecaatmdata.c $Revision: 1.17 $ Adaptecinstmsg.h $Revision: 1.18 $ Adaptecaatmhelp.c $Revision: 1.16 $ Adaptec@(#)stdio.h 1.23 93/08/06 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)string.h 1.13 93/03/15 SMI@(#)errno.h 1.11 93/08/30 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)time.h 1.15 93/04/13 SMI@(#)time.h 2.36 93/06/09 SMI@(#)types.h 1.25 93/04/27 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)fcntl.h 1.7 92/07/14 SMI@(#)fcntl.h 1.23 93/04/14 SMI@(#)ioctl.h 1.9 92/07/14 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.6 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecaatm_mib.h $Revision: 1.4 $ Adaptec@(#)in.h 1.4 93/07/06 SMI@(#)byteorder.h 1.6 92/07/14 SMIacipsvc.h $Revision: 1.3 $ Adaptecaatmstrc.h $Revision: 1.18 $ Adaptecaatmuidf.h $Revision: 1.24 $ Adaptecmsgdefs.h $Revision: 1.17 $ Adaptecdatauif.h $Revision: 1.38.1.0 $ Adaptecaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecaatm_mib.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecaatmuidf.h $Revision: 1.24 $ Adaptecuiddu.c $Revision: 1.19 $ Adaptec@(#)stdio.h 1.23 93/08/06 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)stdlib.h 1.20 93/03/10 SMI@(#)string.h 1.13 93/03/15 SMI@(#)errno.h 1.11 93/08/30 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)time.h 1.15 93/04/13 SMI@(#)time.h 2.36 93/06/09 SMI@(#)types.h 1.25 93/04/27 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)fcntl.h 1.7 92/07/14 SMI@(#)fcntl.h 1.23 93/04/14 SMI@(#)ioctl.h 1.9 92/07/14 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.6 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMI@(#)math.h 2.2 93/03/16@(#)floatingpoint.h 2.2 93/03/16 SunPro@(#)ieeefp.h 2.2 93/03/26 SunPro@(#)unistd.h 1.22 93/08/07 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecaatm_mib.h $Revision: 1.4 $ Adaptec@(#)in.h 1.4 93/07/06 SMI@(#)byteorder.h 1.6 92/07/14 SMIacipsvc.h $Revision: 1.3 $ Adaptecaatmstrc.h $Revision: 1.18 $ Adaptecaatmuidf.h $Revision: 1.24 $ Adaptecmsgdefs.h $Revision: 1.17 $ Adaptecaatmmsg.h $Revision: 1.18 $ Adaptecdatauif.h $Revision: 1.38.1.0 $ Adaptecaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecaatm_mib.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecaatmuidf.h $Revision: 1.24 $ Adaptecgfxdata.c $Revision: 1.2 $ Adaptecaatm_typ.h $Revision: 1.1 $ Adaptecgfxstrc.h $Revision: 1.3 $ Adaptecaatmboot.c $Revision: 1.43.1.0 $ Adaptec@(#)unistd.h 1.22 93/08/07 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)types.h 1.25 93/04/27 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)time.h 2.36 93/06/09 SMI@(#)time.h 1.15 93/04/13 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)stdlib.h 1.20 93/03/10 SMI@(#)stdio.h 1.23 93/08/06 SMI@(#)string.h 1.13 93/03/15 SMI@(#)errno.h 1.11 93/08/30 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)fcntl.h 1.7 92/07/14 SMI@(#)fcntl.h 1.23 93/04/14 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.6 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.5 $ Adaptecaatmstrc.h $Revision: 1.18 $ Adaptecaatmuidf.h $Revision: 1.24 $ Adaptecdatauif.h $Revision: 1.38.1.0 $ Adaptec@(#)ioctl.h 1.9 92/07/14 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecaatm_mib.h $Revision: 1.4 $ Adaptec@(#)in.h 1.4 93/07/06 SMI@(#)byteorder.h 1.6 92/07/14 SMIacipsvc.h $Revision: 1.3 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecaatmuidf.h $Revision: 1.24 $ Adaptec@(#)stdlib.h 1.17 92/07/14 SMI@(#)thread.h 1.33 92/10/31@(#)signal.h 1.16 92/07/14 SMI@(#)time.h 2.28 93/02/05 SMI@(#)types.h 1.19 92/07/14 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)time.h 1.9 92/09/17 SMI@(#)synch.h 1.21 93/02/03@(#)machlock.h 1.8 93/01/13 SMI@(#)synch.h 1.21 93/02/03.interp.hash.dynsym.dynstr.rela.ex_shared.rela.bss.rela.plt.text.init.fini.exception_ranges.rodata.got.dynamic.plt.ex_shared.data.data1.bss.symtab.strtab.stab.index.comment.shstrtab.stab.indexstrvalues-Xa.cXt ; V=3.0 ; R=3.0/export/set/seva/bootstrap/3.0/lang/csu/sparc; /export/set/seva/bootstrap/3.0/boot3/bin/sparc/SC3.0/../bin/../SC3.0/bin/cc -c -O -o values-xa.o ../src/values-Xa.c -W0,-xpacipRd.c/project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/../ctrl/acipRd.cptf;ptx;ptk;Xa;g;s;V=3.0;R=<>;G=$XAGhiPiGw01wyHF./project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/; /apps/C++4.0/SUNWspro/SC3.0/bin/CC -c -D_IBM_ -g -DSTDH -I\/project\/navajo5\/atmbld\/atm_Sbus25_IBM\/common\/doth -I..\/..\/include -I..\/..\/includepp -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/ptk\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/rogue -I\/apps\/ddk\/opt\/SUNWmotif\/include -I\/usr\/openwin\/include ../ctrl/acipRd.c -Qoption ccfe -prefix -Qoption ccfe \$XAGhiPiGw01wyHF.__0FGdoShowv__0FLdoUserGroupvaatmFxnsaatmIFxnsaatmUserFxnsaatmShowFxnsaatmMsgFxnsaatmVcExplFxnsaatmVcFxnsaatmUmeFxnsaatmMibFxnsaatmSigFxnsaatmAcipFxnsaatmAcipLisFxnsaatmAcipPvcFxnsaatmAcipBaseFxnsmsgGrp0aatmDrvrsdrvrAlpCfgVecpDrvrAlpCfgVecdrvrVcpDrvrVcdrvrMsgpDrvrMsgdrvrGrouppDrvrGroupdrvrLmAddrRegpDrvrLmAddrRegcurAcipVersionpCurAcipVersioncurAcipModepCurAcipModecurFxnspCurFxnscurLevelpCurLevelcmdArgargBaseargListArgCoptgintijquitFlagcurUiUidcurUiMidcurUiPidcurUiStatcurUiDiagargOffsetModeFlagconfig_file_errorcurZoneoldZonecurModulecurPhasecurObjectvcc_index_bufnumber_of_vccs__0FJdoSetModei__0FOgetMainCmdLinev__0FKgetMainCmdv__0FHsetZonei__0FIdoCommiti__0FOsetInteractivei__0FLsetNoSwitchi__0FIreadSpeci__0FJreadInputidebugmainmain__0FEQuiti__0FHdoUsagei__0FIsetBoardi__0FHinitCuri__0FKsetdefaulti__0FMresetdefaultv__0FIdoMsgHdri__0FJsetAlpPvci__0FGsetSvci__0FFsetUpi__0FHsetDowni__0FMsetBandwidthi__0FIsetStarti__0FHsetStopi__0FDNopi__0FJsetIPAddri__0FKsetNetMaski__0FMsetBroadCasti__0FKsetAtmAddri__0FKsetBoardIdi__0FNgetBoardSpecsv__0FGsetUidi__0FGsetPidi__0FGsetMidi__0FHsetStati__0FHsetDiagi__0FHsetPorti__0FGsetVpii__0FGsetVcii__0FGsetVcci__0FIsetAppIdi__0FKsetAalTypei__0FKsetAalModei__0FKsetPtiModei__0FNsetTxTrafTypei__0FJsetXmtPCRi__0FJsetXmtSCRi__0FJsetXmtMBSi__0FNsetRxTrafTypei__0FJsetRcvPCRi__0FJsetRcvSCRi__0FJsetRcvMBSi__0FJdoCurTrafi__0FMsetXmtMaxPdui__0FMsetRcvMaxPdui__0FKsetCorrupti__0FHsetBesti__0FJsetXmtQosi__0FJsetRcvQosi__0FMdoRcvReqRateP6Qvcc_traffic_info__0FMdoXmtReqRateP6Qvcc_traffic_info__0FPsetCurBandwidthi__0FKsetSysDesci__0FOsetSysObjIdLeni__0FLsetSysObjIdi__0FNsetSysContacti__0FKsetSysNamei__0FJsetSysLoci__0FNsetSysServicei__0FNsetUmeAtmAddri__0FKsetUmeAddri__0FNsetUmeAddrEsii__0FNsetUmeAddrSeli__0FUsetSnmpReXmitTimeOuti__0FPsetSnmpMaxRetryi__0FYsetLmAddrRegRetryTimeouti__0FUsetLmAddrRegMaxRetryi__0FTsetLmAddrRegTimeouti__0FMreadSysGroupP6KsysGroup_t__0FNwriteSysGroupP6KsysGroup_t__0FQsetLisSvcSupporti__0FPsetLisPortIndexi__0FQsetLisMaxMtuSizei__0FRsetLisMaxServicesi__0FJsetLisPcri__0FKsetLisBcobi__0FJsetLisQosi__0FQsetLisinactivityi__0FNsetLisholdingi__0FRsetLismaxattemptsi__0FNsetListraffici__0FSsetPvcRemoteIpAddri__0FPsetLisOwnIpAddri__0FPsetLisOwnIpMaski__0FNsetLisAtmAddri__0FLsetLisAtmTli__0FQsetLisAtmSubAddri__0FOsetLisAtmSubTli__0FNsetLisSvrAddri__0FLsetLisSvrTli__0FQsetLisSvrSubAddri__0FOsetLisSvrSubTli__0FPsetAcipLisCounti__0FLsetPerfTunei__0FPsetAcipPvcCounti__0FOsetAcipAddrSeli__0FMdoAcipLisCfgi__0FNdoAcipBaseCfgi__0FMdoLisSvrAddrv__0FPdoLisSvrOwnAddrv__0FPdoLisSvrSubAddrv__0FJdoAcipCfgi__0FPdoAcipSetLisVeci__0FMdoAcipPvcCfgi__0FMsetAcipEncapi__0FPsetAcipLisIndexi__0FOsetAcipPvcPorti__0FNsetAcipPvcVpii__0FNsetAcipPvcVcii__0FPdoAcipSetPvcVeci__0FNdoAcipSetBasei__0FMdoLIS_0Checki__0FMcheckAcipPvc6Pacip_config_pvc__0FKsumAtmAddr6Qatm_addr_concise__0FIstartSigv__0FRdoLIS_0CurAcipCfgi__0FMmibInitGroup6KsysGroup_t__0FKdoMibGroupi__0FJdoLmGroupi__0FLdoAlpPvcCfgi__0FMdoAlpPvcExpli__0FIdoAlpPvcv__0FOdoAlpSetPvcVecv__0FIdoUmeCfgi__0FIdoMibCfgi__0FIdoDBReadi__0FJdoDBWritei__0FJdoDBStorei__0FLdoDBUnstorei__0FLcipPathStopi__0FHgetpvcsv__0FFusagev__0FIacipdownv__0FNget_line_rateidatauif.c/project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/../ctrl/datauif.cptf;ptx;ptk;Xa;g;s;V=3.0;R=<>;G=$XAGhiPiIu01wy6E./project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/; /apps/C++4.0/SUNWspro/SC3.0/bin/CC -c -D_IBM_ -g -DSTDH -I\/project\/navajo5\/atmbld\/atm_Sbus25_IBM\/common\/doth -I..\/..\/include -I..\/..\/includepp -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/ptk\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/rogue -I\/apps\/ddk\/opt\/SUNWmotif\/include -I\/usr\/openwin\/include ../ctrl/datauif.c -Qoption ccfe -prefix -Qoption ccfe \$XAGhiPiIu01wy6E.debugdbContextstartVcipStartVcistopVcipStopVciguiVersioncmdVersionalpNameacipNamelaneNameatmNamefdAlpfdAlanefdAcipfdIpfdArpflagspFlagsdrvrWrCtlBfrpDrvrWrCtlBfrdrvrWrDatBfrpDrvrWrDatBfrdrvrRdCtlBfrpDrvrRdCtlBfrdrvrRdDatBfrpDrvrRdDatBfrdrvrCtlDatapDrvrMsgDataalpPortInfoGetpAlpPortInfoGetalpCmdpAlpCmdalpPortInfopAlpPortInfoalpVccInfopAlpVccInfocurAddrTypepCurAddrTypecurAddrLenpCurAddrLencurAddrTypeLenpCurAddrTypeLencurAtmLongAddrpCurAtmLongAddrdrvrAlpCfgVecpDrvrAlpCfgVecdrvrVcpDrvrVcdrvrMsgpDrvrMsgdrvrGrouppDrvrGroupdrvrLmAddrRegpDrvrLmAddrRegdrvrAcipCfgpDrvrAcipCfgvcOpFlagdrvrOpFlagdrvrPvcIndexpDrvrPvcIndexcurBoardpCurBoardcurLisCountpCurLisCountcurPvcCountpCurPvcCountalpPvcIndexpAlpPvcIndexcurAcipPvcIndexpCurAcipPvcIndexcurAcipLisIndexpCurAcipLisIndexcurAcipVersionpCurAcipVersioncurAcipModepCurAcipModecurAlpCfgVecpCurAlpCfgVeccurBandwidthpCurBandwidthcurXmtPdupCurXmtPducurRcvPdupCurRcvPducurVcpCurVccurMsgpCurMsgcurUIdpCurUIdcurPIdpCurPIdcurMIdpCurMIdcurStatuspCurStatuscurDiagpCurDiagcurPortIndexpCurPortIndexcurVpipCurVpicurVcipCurVcicurVccTypepCurVccTypecurAppIdpCurAppIdcurAalTypepCurAalTypecurAalModepCurAalModecurPtiModepCurPtiModecurXmtMaxPdupCurXmtMaxPducurRcvMaxPdupCurRcvMaxPducurCorruptDatapCurCorruptDatacurTrafficpCurTrafficcurPcrpCurPcrcurScrpCurScrcurMbspCurMbscurBestEffortpCurBestEffortcurTxBestEffortpCurTxBestEffortcurRxBestEffortpCurRxBestEffortcurBestRatepCurBestRatecurXmtQospCurXmtQoscurRcvQospCurRcvQoscurXmtReqRatepCurXmtReqRatecurRcvReqRatepCurRcvReqRatecurXmtTrafTypepCurXmtTrafTypecurXmtPcrpCurXmtPcrcurXmtScrpCurXmtScrcurXmtMbspCurXmtMbscurRcvTrafTypepCurRcvTrafTypecurRcvPcrpCurRcvPcrcurRcvScrpCurRcvScrcurRcvMbspCurRcvMbscurGrouppCurGroupcurSysDescpCurSysDesccurSysObjIdpCurSysObjIdcurSysObjIdLenpCurSysObjIdLencurSysContactpCurSysContactcurSysNamepCurSysNamecurSysLocationpCurSysLocationcurSysServicespCurSysServicescurSigVersioncurSaalVersioncurOamStartcurUmeIpAddrpCurUmeIpAddrcurLmSwNetPrefixpCurLmSwNetPrefixcurAddrRegOptioncurLmAddrRegpCurLmAddrRegcurNetAddrLenpCurNetAddrLencurLmAtmAddrpCurLmAtmAddrcurLmAtmMainAddrpCurLmAtmMainAddrcurLmAtmSubAddrpCurLmAtmSubAddrcurLmAtmNetPrefixpCurLmAtmNetPrefixcurNetPrefixFormatpCurNetPrefixFormatcurLmSnmpReXmitTimeoutpCurLmSnmpReXmitTimeoutcurLmSnmpMaxRetrypCurLmSnmpMaxRetrycurLmAddrRegRetryTimeoutpCurLmAddrRegRetryTimeoutcurLmAddrRegMaxRetrypCurLmAddrRegMaxRetrycurLmAddrRegTimeoutpCurLmAddrRegTimeoutcurAcipCfgpCurAcipCfgcurLisSvcSupportedpCurLisSvcSupportedcurCfgLisPortIndexpCurCfgLisPortIndexcurLisMaxMtuSizepCurLisMaxMtuSizecurLisMaxServicespCurLisMaxServicescurLisPcrpCurLisPcrcurLisBcobpCurLisBcobcurLisTrafficpCurLisTrafficcurLisinactivity_timepCurLisnactivity_timecurLisholding_timepCurLisholding_timecurLismax_attemptspCurLismax_attemptscurLisQospCurLisQoscurPerfTunepCurPerfTuneacipIpStrpAcipIpStracipRmtIpStrpAcipRmtIpStrcurLisOwnIpAddrpCurLisOwnIpAddrcurLisOwnIpMaskpCurLisOwnIpMaskcurAcipCfgLisVecpCurAcipCfgLisVeccurAcipCfgLisAtmAddrpCurAcipCfgLisAtmAddrcurAcipCfgAtmMainSelpCurAcipCfgAtmMainSelcurAcipCfgAtmMainTlpCurAcipCfgAtmMainTlcurAcipCfgAtmMainAddrpCurAcipCfgAtmMainAddrcurAcipCfgAtmSubTlpCurAcipCfgAtmSubTlcurAcipCfgAtmSubAddrpCurAcipCfgAtmSubAddrcurAcipCfgLisArpAtmAddrpCurAcipCfgLisArpAtmAddrcurAcipCfgArpMainTlpCurAcipCfgArpMainTlcurAcipCfgArpMainAddrpCurAcipCfgArpMainAddrcurAcipCfgArpSubTlpCurAcipCfgArpSubTlcurAcipCfgArpSubAddrpCurAcipCfgArpSubAddrcurAcipLisCountpCurAcipLisCountcurAcipPvcCountpCurAcipPvcCountcurAcipCfgPvcVecpCurAcipCfgPvcVeccurAcipCfgPvcpCurAcipCfgPvccurAcipCfgEncapTypepCurAcipCfgEncapTypecurAcipCfgLisIndexpCurAcipCfgLisIndexcurAcipCfgPortIndexpCurAcipCfgPortIndexcurAcipCfgVpipCurAcipCfgVpicurAcipCfgVcipCurAcipCfgVcicurPvcRmtIpAddrpCurPvcRmtIpAddraatmutil.c/project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/../ctrl/aatmutil.cptf;ptx;ptk;Xa;g;s;V=3.0;R=<>;G=$XAGhiPiMu01wi7E./project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/; /apps/C++4.0/SUNWspro/SC3.0/bin/CC -c -D_IBM_ -g -DSTDH -I\/project\/navajo5\/atmbld\/atm_Sbus25_IBM\/common\/doth -I..\/..\/include -I..\/..\/includepp -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/ptk\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/rogue -I\/apps\/ddk\/opt\/SUNWmotif\/include -I\/usr\/openwin\/include ../ctrl/aatmutil.c -Qoption ccfe -prefix -Qoption ccfe \$XAGhiPiMu01wi7E.drvrAlpCfgVecpDrvrAlpCfgVecdrvrVcpDrvrVcdrvrMsgpDrvrMsgdrvrGrouppDrvrGroupdrvrLmAddrRegpDrvrLmAddrRegcurAcipVersionpCurAcipVersioncurAcipModepCurAcipModeInstFileInfoFilemodInfoStatsysFilesysIpFileFdCipFdAlpFdIpFdArpmuxIdarpMuxIdipMuxIdaatmMuxIdlinkNameaatmNamearpNameipNameskipNamepassNamehexVecdotVechexCntdotCntbroadCntbroadTypenetwValmaskValbroadValinetStrpInetStrinetMaskpInetMaskinetBroadpInetBroadpubStrpPubStr__0FKsetArgListv__0FHinitMsgP6Hmsg_hdr__0FMinitTrafDescP6LTrafficDesc__0FPinitVccTrafInfoP6Qvcc_traffic_info__0FNinitCurrentVci__0FGinitVCP6Salp_vcc_create_req__0FRsetDfltCurrentPvci__0FOshowCurTraffici__0FNsetCurTraffici__0FKdisplayMsgP6Hmsg_hdr__0FJshowCurVci__0FGshowVcP6Salp_vcc_create_req__0FOsetCurrentLIS0i__0FRsetCurAcipLisLis0i__0FRsetCurAcipPvcLis0i__0FIshowAcipi__0FJshowCurBdi__0FLshowCmpAddrP6Ratm_addr_compound__0FLshowLis0PvcP6Pacip_config_pvc__0FMinitSysGroupP6KsysGroup_t__0FLinitLmGroupP6Ulm_addr_reg_config_t__0FPinitShorAtmAddrP6MAtmAddress_t__0FPinitLongAtmAddrP6MAtmAddress_t__0FSinitAtmAddrConciseP6Qatm_addr_concise__0FQinitAtmAddrCmpndP6Ratm_addr_compound__0FLinitAcipLisP6Pacip_config_lis__0FLinitAcipPvcP6Pacip_config_pvc__0FLinitAcipCfgP6Lacip_config__0FQinitCurBdCipInfoi__0FGchkNumPc__0FGchkStrPc__0FKchkAddrStrPc__0FMa_chkAddrStrPc__0FJmakeLowerPc__0FJmakeUpperPc__0FHshowMsgiTB__0FFdoMsgPc__0FLpubRangeChkPcPi__0FLhexRangeChkPci__0FPhexRangeChkBasePciTC__0FIhexParsePc__0FHdropDelPc__0FHdropDotPc__0FLmergeIPAddri__0FJmergeMaski__0FKmergeBroadi__0FMmaskRangeChki__0FOchkFieldSyntaxPci__0FJisHexCharc__0FKinitDotVeci__0FKinitHexVeci__0FHinitStrPci__0FIblankStrPci__0FLdotRangeChkPci__0FPmanyDotRangeChkPciTC__0FIargParsePc__0FMopenInstFilePc__0FLwrtInstFilePc__0FKrdInstFilePc__0FNcloseInstFilei__0FGisDrvrPc__0FHaatmBrki__0FIclearModi__0FKgetLinkIdsPiTBaatmddu.c/project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/../ctrl/aatmddu.cptf;ptx;ptk;Xa;g;s;V=3.0;R=<>;G=$XAGhiPiTu01wS8E./project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/; /apps/C++4.0/SUNWspro/SC3.0/bin/CC -c -D_IBM_ -g -DSTDH -I\/project\/navajo5\/atmbld\/atm_Sbus25_IBM\/common\/doth -I..\/..\/include -I..\/..\/includepp -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/ptk\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/rogue -I\/apps\/ddk\/opt\/SUNWmotif\/include -I\/usr\/openwin\/include ../ctrl/aatmddu.c -Qoption ccfe -prefix -Qoption ccfe \$XAGhiPiTu01wS8E.drvrAlpCfgVecpDrvrAlpCfgVecdrvrVcpDrvrVcdrvrMsgpDrvrMsgdrvrGrouppDrvrGroupdrvrLmAddrRegpDrvrLmAddrRegcurAcipVersionpCurAcipVersioncurAcipModepCurAcipModeArgCobjEntrybdSelectedbdActiveputBuiltputSentgetBuiltgetSentgetAcked__0FKinitSwitchv__0FIopenDrvri__0FNsetReadOptioni__0FNgetDrvrHandlePc__0FHgetPrimPc__0FGrdDrvri__0FJcloseDrvri__0FKbdActivatei__0FIalpParseialpddu.c/project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/../ctrl/alpddu.cptf;ptx;ptk;Xa;g;s;V=3.0;R=<>;G=$XAGhiPiYu01wC9E./project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/; /apps/C++4.0/SUNWspro/SC3.0/bin/CC -c -D_IBM_ -g -DSTDH -I\/project\/navajo5\/atmbld\/atm_Sbus25_IBM\/common\/doth -I..\/..\/include -I..\/..\/includepp -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/ptk\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/rogue -I\/apps\/ddk\/opt\/SUNWmotif\/include -I\/usr\/openwin\/include ../ctrl/alpddu.c -Qoption ccfe -prefix -Qoption ccfe \$XAGhiPiYu01wC9E.aatmInstdrvrAlpCfgVecpDrvrAlpCfgVecdrvrVcpDrvrVcdrvrMsgpDrvrMsgdrvrGrouppDrvrGroupdrvrLmAddrRegpDrvrLmAddrRegcurAcipVersionpCurAcipVersioncurAcipModepCurAcipMode__0FOgetAlpPortInfoi__0FLalpPortIniti__0FLalpPortStopi__0FLalpVcCreatei__0FLalpVcRemoveivccInfopVccInfovccDatapVccData__0FNgetAlpVccInfoi__0FKlmPortStopi__0FOlmSysGroupIniti__0FMlmAddrRegCfgiaddress_index_buf__0FMlmAddrRegRegi__0FLlmAddrDeRegi__0FMlmAddrRegGeti__0FPlmLinkStatusGeti__0FLlmAtmNetGeti__0FMlmAtmNodeGeti__0FMlmCipDrvrCfgi__0FNlmAarpDrvrCfgi__0FPa_lmAarpDrvrCfgi__0FJlmCipStopi__0FIStartOamv__0FHStopOamvcnfgutil.c/project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/../ctrl/cnfgutil.cptf;ptx;ptk;Xa;g;s;V=3.0;R=<>;G=$XAGhiPifu01wy9E./project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/; /apps/C++4.0/SUNWspro/SC3.0/bin/CC -c -D_IBM_ -g -DSTDH -I\/project\/navajo5\/atmbld\/atm_Sbus25_IBM\/common\/doth -I..\/..\/include -I..\/..\/includepp -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/ptk\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/rogue -I\/apps\/ddk\/opt\/SUNWmotif\/include -I\/usr\/openwin\/include ../ctrl/cnfgutil.c -Qoption ccfe -prefix -Qoption ccfe \$XAGhiPifu01wy9E.drvrAlpCfgVecpDrvrAlpCfgVecdrvrVcpDrvrVcdrvrMsgpDrvrMsgdrvrGrouppDrvrGroupdrvrLmAddrRegpDrvrLmAddrRegcurAcipVersionpCurAcipVersioncurAcipModepCurAcipModeaatmdata.c/project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/../ctrl/aatmdata.cptf;ptx;ptk;Xa;g;s;V=3.0;R=<>;G=$XAGhiPiku01wi_E./project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/; /apps/C++4.0/SUNWspro/SC3.0/bin/CC -c -D_IBM_ -g -DSTDH -I\/project\/navajo5\/atmbld\/atm_Sbus25_IBM\/common\/doth -I..\/..\/include -I..\/..\/includepp -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/ptk\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/rogue -I\/apps\/ddk\/opt\/SUNWmotif\/include -I\/usr\/openwin\/include ../ctrl/aatmdata.c -Qoption ccfe -prefix -Qoption ccfe \$XAGhiPiku01wi_E.msgGrpHaatmhelp.c/project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/../ctrl/aatmhelp.cptf;ptx;ptk;Xa;g;s;V=3.0;R=<>;G=$XAGhiPiku01wS$E./project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/; /apps/C++4.0/SUNWspro/SC3.0/bin/CC -c -D_IBM_ -g -DSTDH -I\/project\/navajo5\/atmbld\/atm_Sbus25_IBM\/common\/doth -I..\/..\/include -I..\/..\/includepp -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/ptk\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/rogue -I\/apps\/ddk\/opt\/SUNWmotif\/include -I\/usr\/openwin\/include ../ctrl/aatmhelp.c -Qoption ccfe -prefix -Qoption ccfe \$XAGhiPiku01wS\$E.drvrAlpCfgVecpDrvrAlpCfgVecdrvrVcpDrvrVcdrvrMsgpDrvrMsgdrvrGrouppDrvrGroupdrvrLmAddrRegpDrvrLmAddrRegcurAcipVersionpCurAcipVersioncurAcipModepCurAcipModecurLevelpCurLevel__0FEHelpi__0FLshowOptionsi__0FJlocStrSetPccuiddu.c/project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/../ctrl/uiddu.cptf;ptx;ptk;Xa;g;s;V=3.0;R=<>;G=$XAGhiPipu01wCAF./project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/; /apps/C++4.0/SUNWspro/SC3.0/bin/CC -c -D_IBM_ -g -DSTDH -I\/project\/navajo5\/atmbld\/atm_Sbus25_IBM\/common\/doth -I..\/..\/include -I..\/..\/includepp -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/ptk\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/rogue -I\/apps\/ddk\/opt\/SUNWmotif\/include -I\/usr\/openwin\/include ../ctrl/uiddu.c -Qoption ccfe -prefix -Qoption ccfe \$XAGhiPipu01wCAF.drvrAlpCfgVecpDrvrAlpCfgVecdrvrVcpDrvrVcdrvrMsgpDrvrMsgdrvrGrouppDrvrGroupdrvrLmAddrRegpDrvrLmAddrRegcurAcipVersionpCurAcipVersioncurAcipModepCurAcipMode__0FEhooki__0FGunhooki__0FMdoDeRegisterigfxdata.c/project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/../ctrl/gfxdata.cptf;ptx;ptk;Xa;g;s;V=3.0;R=<>;G=$XAGhiPiAv01wiBF./project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/; /apps/C++4.0/SUNWspro/SC3.0/bin/CC -c -D_IBM_ -g -DSTDH -I\/project\/navajo5\/atmbld\/atm_Sbus25_IBM\/common\/doth -I..\/..\/include -I..\/..\/includepp -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/ptk\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/rogue -I\/apps\/ddk\/opt\/SUNWmotif\/include -I\/usr\/openwin\/include ../ctrl/gfxdata.c -Qoption ccfe -prefix -Qoption ccfe \$XAGhiPiAv01wiBF.bdCurAtmAddrSTbdPortInfocurBdPortInfopCurBdPortInfobdVccInfocurBdVccInfobdLmAddrcurBdLmAddrbdGroupcurBdGroupbdCipcurBdCipboardIdaatmboot.c/project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/../ctrl/aatmboot.cptf;ptx;ptk;Xa;g;s;V=3.0;R=<>;G=$XAGhiPiBv01wSCF./project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx/; /apps/C++4.0/SUNWspro/SC3.0/bin/CC -c -D_IBM_ -g -DSTDH -I\/project\/navajo5\/atmbld\/atm_Sbus25_IBM\/common\/doth -I..\/..\/include -I..\/..\/includepp -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/ptk\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/include -I\/apps\/xvtdsp2\/xm12_sparc_solaris\/pwr\/rogue -I\/apps\/ddk\/opt\/SUNWmotif\/include -I\/usr\/openwin\/include ../ctrl/aatmboot.c -Qoption ccfe -prefix -Qoption ccfe \$XAGhiPiBv01wSCF.drvrAlpCfgVecpDrvrAlpCfgVecdrvrVcpDrvrVcdrvrMsgpDrvrMsgdrvrGrouppDrvrGroupdrvrLmAddrRegpDrvrLmAddrRegcurAcipVersionpCurAcipVersioncurAcipModepCurAcipModeAcipFileAarpFileargBaseaatmMuxIdarpMuxIdcipMuxIdaarpMuxIdaaLinkNameaarpLinkName__0FIaatmbooti__0FIaarpbootimt_stubs.ccptf;ptx;ptk;Xa;O;s;V=3.0;R=<>/export/set/seva/bootstrap/3.0/lang/cafe/lib/misc/sparc/; /set/dist/sparc-S2/bin/../SC3.0/bin/CC -Qpath \/export\/set\/seva\/bootstrap\/3.0\/lang\/cafe\/front\/sparc -noex -I\/export\/set\/seva\/bootstrap\/3.0\/lang\/cafe\/lib\/sparc\/..\/include -c -O -D_REENTRANT -DELF -DELF_OBJ ../src/mt_stubs.cc/project/navajo5/atmbld/atm_Sbus25_IBM/uiroot/src/gfx../ctrl/acipRd.o../ctrl/datauif.o../ctrl/aatmutil.o../ctrl/aatmddu.o../ctrl/alpddu.o../ctrl/cnfgutil.o../ctrl/aatmdata.o../ctrl/aatmhelp.o../ctrl/uiddu.o../ctrl/gfxdata.o../ctrl/aatmboot.o t \\.GG)ypp /pp< 9pp CrrIgg8Ogg8Uggghh oh h thh}hh jj jjKH((80`4 *0P' @@E?L-07070100092432000081a4000006f1000007ee0000000130d74b4c00001603ffffffff000000070000000b000000680000002800000000reloc/$PRODUCTDIR/ADPTaatm/bin/mkacipdb#!/usr/bin/sh #$Revision: 1.15 $ PATH=/usr/ucb:$PATH if [ "$1" != "-f" -o -z "$2" ] then echo "Usage: mkacipdb -f ConfigFile" exit 0 fi trap `exit 3` 15 PRODUCTDIR=/etc/opt hostname=`/usr/bin/uname -n` # for acip.db cat >/tmp/$hostname.acip.db </tmp/tmp1.acip.db mv /tmp/tmp1.acip.db /tmp/$hostname.acip.db break done while [ 1 ] do echo echo "Please enter the IP NetMask of the ATM interface in the following" echo "format [xx.xx.xx.xx] where xx is in decimal, e.g. 255.255.255.0 " echo "Press Enter to take default 255.255.255.0 value." read ipnetmask if [ -z "$ipnetmask" ] then ipnetmask="255.255.255.0" fi if [ -z "`echo $ipnetmask | egrep '[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*$'" ] then echo Error: Invalid IP NetMask !! continue fi if [ ! -z "`echo $ipnetmask | egrep '.*\..*\..*\..*\.'" ] then echo Error: Invalid IP NetMask !! continue fi sed -e "/ip_netmask/s/xx.xx.xx.xx/$ipnetmask/" /tmp/$hostname.acip.db >/tmp/tmp1.acip.db break done while [ 1 ] do echo echo "Please enter the ATM address of the ARP Server in the following" echo "format [xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx] " echo "where xx is in hexdecimal, and the last number is the selector" echo "e.g. 39.11.22.11.22.11.22.0.0.11.22.11.22.0.20.EA.0.4.38.3" read arpsrvatmaddr if [ -z "`echo $arpsrvatmaddr | egrep '[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*\.[0-9a-fA-F]*$'" ] then echo Error: Invalid ATM Address !! continue fi if [ ! -z "`echo $arpsrvatmaddr | egrep '.*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\..*\.'" ] then echo Error: Invalid ATM Address !! continue fi sed -e "/arp_srv_atm_addr/s/xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx/$arpsrvatmaddr/" /tmp/tmp1.acip.db >/tmp/tmp2.acip.db mv /tmp/tmp2.acip.db /tmp/$hostname.acip.db break done echo while [ 1 ] do echo echo "Please enter the config file for your ATM interface." echo "The default is \"$PRODUCTDIR/ADPTaatm/bin/base.db\"." echo -n "[filename,q,?] ?? " read configfile if [ "$configfile" = "?" ] then echo "If you just did pkgadd for ADPTaatm, just press return to use the" echo "default config file, Enter \"q\" if you don't have an ATM config file." fi if [ "$configfile" = "q" ] then break fi if [ -z "$configfile" ] then configfile=$PRODUCTDIR/ADPTaatm/bin/base.db fi if [ ! -f "$configfile" ] then echo "Error: config file \"$configfile\" does not exist !!" continue fi break done if [ "$configfile" != "q" ] then while [ 1 ] do vccs=`awk '/vci/ {for (i=0;i>/tmp/$hostname.acip.db <>/tmp/$hostname.acip.db < .LP In this case, acipcnfg read the default configuration file /etc/opt/ADPTaatm/bin/acip.db file, parses the entries in the config file, and initialize the /dev/acip device. .LP To bring down the /dev/acip interface, use the "-s" options, which sent a PORT_STOP command to the /dev/acip devices. After the interface is brought down, no data transmission or receiving is possible. .LP A temporary file /etc/opt/ADPTaatm/.acipLinks is created when the /dev/acip is brought up, which contains the information needed to stop the /dev/acip interface. If you delete this file, you will get an error messages -- "muxid file lost" wen you use the "-s" option to stop the interface later. If this happens, the /dev/acip would not be brought down correctly, therefore rebooting is strongly recommended. .LP The easiest way to config the ACIP interface is using the SVC feature. By setting the svc_supported value to 1, a SVC connection is established automatically whenever you starts a new IP connection to another host. In this case, the only inforamtion the ACIP needed to establish the connection is the "arp_srv_atm_addr" address. .LP If you use ATM Classic IP ARP Server, you can do the following to get the atm address of the ARP Server. .LP go to the machine that the ARP Server is going to run on, type the following command to get the atm address of the ATMS interface. If your atms is not started yet, start it first with "aatmcnfg" command. .LP sh# aatmcnfg -p .PD 0 .LP slot number: 1 .LP port status: INITIALIZED .LP port status: UP .LP MAC address: 00:20:ea:00:04:38 .LP PVCs configured: (0,3) (0,4) (0,16) .LP SVCs configured: .LP ATM Address: length = 20 .LP 39.11.22.11.22.11.22.00.00.11.22.11.22.00.00.d1.00.04.45.00 .PD .LP Replace the last number with the atm_selector in you aarp.db file for your ARP server, which is usually 3. .LP So your arp server address is, .LP 39.11.22.11.22.11.22.00.00.11.22.11.22.00.00.d1.00.04.45.03 .LP Under /etc/rc2.d, three boot-time start up scripts are installed by the pkgadd of ADPTacip process. By default, these are disabled. After you manually start up the acip interface, ensure the acip operation is functioning correctly, you can vi the /etc/rc2.d/S681aatminit and /etc/rc2.d/S682acipinit files, comment out the first two lines to enable the automatic start up of ATMS and ACIP interface. .LP If you want to use ATMS and ACIP as the only network interface on your workstation, you may need to make some modification to your workstation configuration as oppose to using the ethernet interface as the primary network interface. The reason is that the RFC 1577 standard does not support broadcast, therefore you can not reply on the service which use broadcast. Most notably, the YP (nis) service by default use broadcast to find out the yp server automatically. To use ACIP as the only interface, you need to explicitly specify the YP server, you can do this with the "ypinit" command. The second service that's common among sun workstation is using RIP protocol to do dymanic routing update. For this, you need to set up a static default route instead. Create a file /etc/defaultrouter with the machine name of your default router. .LP If you just need PVC, or your switch does not support SVC (signaling), You need to start up the aatmcnfg with "-q" option, and you need to set the svc_supported parameter to 0 in your acip.db file. You would also need to config PVCs in both of your base.db file and acip.db file. .LP The default encapsulation of a PVC is llc/snap encoding, this is defined by RFC 1577 standard. Some early RFC 1577 implementation does not support this feature; in fact, they don't do any encapsulation. If your remote ATM IP end-station does not support llc/snap encapsulation, you can set the parameter "encap" to "null", and specify the remote IP address in the parameter "remote_ip_addr". This is an example, .LP := vpi 0 vci 50 encap null remote_ip_addr 162.62.41.33 .SH OPTION .TP .B \-f Specify Input Configuration File. .TP .B \-h Print Help Messages. .TP .B \-s Stop /dev/acip network interface. .TP .B \-d Print debug information. .SH CONFIG FILE FORMAT .LP The following are configuration parameters for acip.db, .LP .PD 0 parameter description value .LP ------------------ ------------------ ------------- .LP svc_supported support SVC or not 0 or 1 .LP port_index atms nic index 0 .LP max_mtu max MTU for acip 64 - 65496 .LP pcr peek cell rate 1 - 353208 .LP traffic_class traffic class ubr or cbr .LP qos quality of service 0 or 3 or 4 .LP inactivity_time inactivity timer 0 - 300 .LP ip_address IP address 4 bytes separated by dots '.' .LP ip_netmask IP netmask 4 bytes separated by dots '.' .LP atm_selector atm selector acip 0 - 255 listens on .LP arp_srv_atm_addr atm arp server 20 bytes separated address by dots '.' .LP vpi vpi for PVC 0 .LP vci vci for PVC 0 - 1023 .LP encap encapsulation llc or null .LP remote_ip_addr remote ip address 4 bytes for PVC of encap null .PD .SH "SEE ALSO" .BR aatmcnfg (8c), .BR aarpcnfg (8c), 0707010002b5c7000041ed000006f1000007ee0000000330d74b5300000000ffffffff0000000700000026000000a50000000500000000root0707010002df4b000041ed000006f1000007ee0000000330d74b5300000000ffffffff00000007ffffffff000389fe0000000c00000000root/kernel07070100044ac4000041ed000006f1000007ee0000000230d74b5400000000ffffffff00000007ffffffff0003a4d50000001000000000root/kernel/drv07070100044ac5000081a4000006f1000007ee0000000130d74b4a00023678ffffffff00000007ffffffff00038a780000001500000000root/kernel/drv/acipELF4 4( 㿠  !` !@ `@ !  @ @@@@@@@@@!@ 㿠! @㿠!@ ! @ !@ 㿠@!@  ? 㿠@@`"!  @ ?#`   @$ ?  @ ?@    @ ?㿠`  @ ?@ "  @ 2   @ ? @ ``2 @@! @$ @@  @ ?㿠``"&    `   & @ ?   @ ?㿠 @      @ @ % `  `   * " @`- @$&`, @& " @@$    @ @  @ @ 㿠 @ @ @& " @@  㿠` `"   f b""a b _c c ,   `  @ `,  @ `, @@ "  `  $ `* $  @ `,   `" @$ " @ " `*` $  @  @  @ ``*` @`, @`, 㿠 !@"@!$`  @`! $ !$ 㿠 ` 2"`!@ ?  @ 㿠  " `` *" `"`"" `""`""`" "$`"(",`"0"4㿘?'` @`g "e  @  @ ``   @   @@  @   @?ے@ Ԑ@``2`@  @'    @   @@`d`e"  @   @㿈#`#p #l#t` `"  @  `"  @  "2  @  `:  @  `-`@*`@ *`@ #\ `"&  @  @\ " " " " 8" < " `"  @  \"  :   @  `8  \" " `@ ?c؀ (  @  \" 0  @  \@@00$H4$L 8   @  \8 Q ) @ *  2[` Xc (  @  \" " `"  @  \" $ "  `"   `"   @  \" ($ N$b ($  @  `\$" ,c" , b`b\ ) { @ * ` (  @    @  `8 \ `2  `2   @  `  `#d`#h @ '` '` '`$`) ) ,@@`` "x     @`"\@`2B \   2A  `&B  `4>  `&?  c4; @`2@ `28 @`"9 @=."@h*`"@*` '`'`'`'`  /` /` 7`'`'`@` '` @   @   @ !  @ "  @ # `  @ $   @ % @d )" % """" @ * x   @ &r  \ `" ``l @`\p" 8t" < #l`@ l$`88TTT㿠?"  &  @  . @*`  *``@  `2   @  ` ` '    @    @ @   X `*` @@ @. @*` *`` @ `"@@@@  @@$ 㿠 @ $`  "` "` "` "` "`"` @"`@  @ @㿠 @ $`  "` "` "` "` "`"` @"`@  @ @㿠  " `` *" `"`"" `""`,,,,,,,x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,㿠` ` 4 *    @   @   @ @@@@@@@@㿠` ` " :`    @  @   *    @  @ `2`   @  @ `+ @ *` *`@  `   @  @ #` @#`㿠`` " :    @  @  2    @  @ ` ?" "  @㿠` `  "  :`    @  @  `"    @  @ h"  h"    @  @  2    @  @ `2%  5  2    @  @ *` *@ *`@ `" `"    @  @ h@$@$`2$$ @ @ "   "  " " " "   @@   @ @   @  @ 㿠` ` " :    @  @  2    @  @ `2 2    @  @ *` *@ *`@  h2" "  `2"  `"  " 3  # @" 3 㿠 @㿠 @㿠`` " :  1  @  @  2  1  @  @ " *` *@ *`@ ` 1  @  @  @ @ 2  "  " "   @@ @ 1  @  @ 㿠` `  "   :    @  @ `2`   @  @ ?" * @*` *`@ `   @  @  \@ 6@ $$ $$ ?$ L$@`$$%$ $$$($,$0$4 T$8$<$@$D$H  L@ @ `@  ! @ @   @  @ 㿠@ @   ` " " @  @ 㿠@ @   ` " " " " @  @ 㿠`8 @ @  ` "  " " " " `  @@\  @ 㿠  " `` *" `""`" "`""`"" `"$"(`","0㿘'` 2``  `")@` 2J@@`@  ` `"` ` ``"@` U@@ hؐ`@@@` ``"@ ``" @   @  d@@ ``2  ``  ` ,`@ @  `@ @  @  㿘` `  2     @#\  @ 2    @#\  @ `2h2&-    @#\  @ @*` *`@ `  @   *`@ `* @ 22#@  `" @" 2쀢  @ ` @` @  @ @@ "$ ` " `6  @ (!  @` @  "`*b$ 2 #2 (2 2  @@  @ @  @ 2-"@*`"@*`@ `" `"@`2 0`, 0`% @ 1`  0%``  , $%`` "" " " 22* *!*"*#*$"(",` ` $`! " @ %`%`%   @ 2@8$$8㿠.`"* "* ` `   *    @ @  @ @ @  @%  A% % $  @ @@ 2    @ @, @,`#, ` 0@  @  @  ` "`  ,`% ` $" "  "  "  2  2 ``" `2   `" @!@ `"     "  "  `"   `"   `"   `"   `" 㿘'` 2/` @``  $ @`@`@@ ``2  ``  ` ,`@ @  `@ ` `"` @  @  㿠    ` & ,`@  @ "@*`"@*`@  `"  `"  `"  @  @   & * @  @ @*` *`@ `2  @  @ `2 ,`#   `2 2+  ` `"  " `,@  @  *`$ @ ސ@  @ h"h=@@@@   `$ ( !(  "`"`"` "` "`"`@  `2`2`2222 2 2@@@  @   @ @㿠&`&` 2& `" "   `2 " 㿠@&`&` 2& `" "   `2 " 㿠 `"& `"` `"`   @  2`& @㿠@  , @$$@   @  㿠  " `` *" `"`"" `""`""`" "$㿈` `` " :    @#\  @ `:`    @#\  @ 2    @#\  @  @ 2    @#\  @  "@ `*  2     @#\  @ `2 h2  ,@*` *`@   `" @  @ ` ` @ @H@2  `@  @ `  @@ 㿠'H    &.   @ @*` *`@  `  @  @ 2   @  5`(5`-` -` 5``H@ `@H` H@ ` @@  (@ ' `  " " "  " " " `  @  *   * @  *  * @@   @ 8. $, $#, ` (7 7!7 ' ) ,@*` ,@,?@ '@ ) @,@8. * * ` ``- "* "*   "  (7 77! 'פ ) ,@`H`P' ) ,@@@ 㿠 l@ !  @ `@@  @ 㿠  ` ` "`   7 * "   9    " @@  @    " @   " @   " @  @    " @.`$ @ , $@, #`, @,`#, ` 2 `H  @  2`H  @ `L @ `L "`L  @  "s@2f@"  )$ `" `"  " "   *@ W  @ Q22 %% @$ "  ) @ * `@ 2 `%`@ 2 `%- @  @ ` @ `@"`  @ (@2 % @ ) `"   @ `p`P`Hq ) @ * ֖? @`P   @ < 7'פ ) ,@p )' ,@@8 @ .`$@, $, # `,, , `#   2   @  2 H  @  L @  L @ " L  @ @   @ @2Q`@?"  " "  "  )"   *@  H  @  H@@` 2` `@%` "  ` ) @ *  H @ *`" *" *`@ @2 %` H @  H H`Ҁ`"%`  @  H8.`$ @ , $@, #`- , , # 2 H  @  2 H  @  L @  L " H  @  L @  L "  @ @2c`@" $  "  )"  " "   *@ U  @ O` 21` `$` @$ " ` ) @ * `@ 2 $``@ 2 $`+ @  @  @ *`" *" *`@ @2 $` @ ( `"$`  @ 'פ ) @,@'  ) 7  *@   7 *@ @㿠  " `` *" `"`"" `""`""`" "$㿠?  @ . "@*`"@*`@ `  @ @ $$` " "  "  "  2 !2 @   @ <㿠?  @ . $, $ @ #, `$` " "  "  "  2 !2 @   @ 㿠?  @ . ,  D@ #, `!`  ܔ" " "  `d* !* @   @ 㿠?  @ . ,  H@ #, `!`  ݔ" " "  `d* !* @   @ 㿠  &  @ . "@*`"@*`  ?   &*   @ #,  (, @ `2   @ ! " "  " "@ "2 ` @ @, % $% @$T@$@ࠒ 9@@ P@P@e@(@!@  @ 㿠  &.   @ $#, $ (, @ `2   @ ! " "  "  "  t@ " ` @@@ ,@!@  @ 㿠  &.   @ $#, $ (, @ `2   @ ! " " ` "  `"  `@ " ` @@@!@  @ 㿠 (@ 2   @ ! " " " "  `@ " ` @@@!@  @ 㿠  " `` *" `""`" "`""`"" 㿠   = -"Y/u`ʀ 5`̀ "6"`Ӏ  `΀ /`Ѐ "0`Ӏ -`ހ .  @ @  @ @@@@@@@d d ܀@ @@@@  @ d d ܀@ @@@@  @ 㿠  ` & ,@  @ "@*`"@*`@ ` @  @ @$`$ `" $ @$ 㿠  @ @㿠@㿠  @ @㿠  @    & * @  @ "@*`"@*`@ ` `   @ @ @$ $ 㿠    & - @  @ #@, , ``8 2`<  @ ``8@`<@`H?"  x"  " " `P"  ) ,@@`H  @ 㿠 `& ,`@  @ @*`@ *`@ `! @ $ 8 2 <  @ @`8@<@  @ 8 2 <  @ @` 8 @<8    @Ԁ "$`@Ԥ"*`,, #Pሡ, @` 2' ` @`@  @  @`@  @  @`@  @  @ "?`@ࠀ "F`Ḓ@ "K`@?Q- $#, $, ` " "  )" `" `* * 2 "  "  " "  )" $ ,@" T@@ @`@  @  @`@  @  @`@  @ ` @`@  @ 㿐''''   ` & - @  @ "@*`"@*`@ `" @  @   & * @  @ @*` *`@  `2 @  @ `"@ 2 @@  @ `2 T@ 2  @@  @ $ ,$ $$`$ 2,4@@@@2㿘     & ,@  @ "@*`"@*`@    "  " @  @ @  @   & * @  @ @*` *`@ ``2S @  @ ` @  @ T@   @@  @ @ $ ,4` @  @ @ $`,`$ @$$x@@2``"  @ @㿠   & ,@  @ $ ,  @ $#@, `   "        @ @ @ 㿠    ` & ,@  @ "@*`"@*`@ `" @`   "*    #  @ `" ` @@ "@@ @ 㿠      @ @  @  X `"` `"` `"`㿠  " `` *" `""`" "`""`"" `"$"(`","0`"4"8 * * , * T * l* +  (*+ * *! *!P*!*!*!*!*!*" * * ,* T* h  *    0** 㿠 . .  .  .  . .  @   . @  . . 㿠 . .  .  .  @   . @  .  .  * *  ` *  * * * * * * * * *  * * *  ́* 㿠 . . . . . . 㿠`  ? 8 . . . ` `@`@2 . . . . .  .  `  *  * 㿠`  ? 8 .  .  . . . . .  `  *  * 㿠`  ? 8 . . . ` `@`@2 . . . . .  . . . . .  `  *  * 㿠`  ? 8 .  .  . . . . .  `  *  * 㿠 . . . . . 㿠 2  ` ` ` ` ` ` @ &"  @ &  㿠 2  ` ` 㿠 2  ` ` &` & 㿠 2  ` ` ` `2  `2    "$  `"  `"  `  .  `( .  *  * . `$  . @. `( .  *  * .``"`  `2`  `$`  . ` `` * ` *  㿠 2  ` ` ` `2  `2    "$  `"  `"  `  .  `( .  *   * . `$  . @. `( .  *   * .``"`  `2`  `$`  . ` `` * ` *  㿠`` ` `") `0`" ? `*`2   *``#    *``#   *`2``# * *``?c   *`2   ?` *``#   *`2``# * 㿠?6     ":   ": .` `.`:  `.`.` .` `.` .` .`:  `.` .`㿘   @'$`  $`  ` $ !  !@ ! $ @$ 2@ $`@ $ @㿠   x    !2 , $@,`$@, " @ @%@@ H  "ܠ `$ "@&4`2 " *`" *" *`@`" `x4ڀ ` `"&  @ ΀  "ʀ `2@  `@ @ 㿠      @   X `" `$ "@$  4$   "  "$ ߐ   &   @  @Ҥ `͐@$ ɤ@$ ä @  @ @㿠    @``  X `2` `2` $`(` $"`$ $ $ @`㿠  " `` *" `""`" "㿠@ H& ?& &  +   2 " 2 㿠 H@ 2   * @ " # @" 2# *  # "  㿠   ```"$`@$`@@ H`2$`㿠 ?  *`" *" *` @  `2    @    @2 " `` X@   @$`㿠     `a  2 ` 2 㿠  @  a  2`"``2@ 2 @ 2㿠. $@, $#, ` `` @$`@2`@ X$?$㿠 .`"* "* &  2" `" "`2"㿠 . "* "*   " 㿠   . "@*`"@*` ` X  *  X `X  *?. $, $, @ X  $  $. $, $, @ X  $  $㿠  X??   ?2  X `2 `$ @ :   @㿠  X    @``  X `2` `4`㿠   X? - "@*`"@*`"@ ` @ "``  X`"`"`?2& @?"??@?* "@*`"@*`  *` *@ *` @ #` #`& # #` +`+`3`#` #``)#` )#` #`$ @ * #`T㿠. * * `  * "@*`"@* ` # # # # + + 3 # z#  )#  )# # $ *@ # T㿠@㿠@@@㿠@@㿠 . "* "*  ?`2@ 2    @ `   @2 $ a  2 `"` @2   @$ 㿠@ & ?& 㿠   ` *  㿠. , #, `@ $`?$`㿠   `औ*  㿠   P   ?`@ 2㿠   @@ `  @    @  ` "  *" 㿠!#$ !$`#$ !$`#$ !$`#$ !$`#$ !$`#$ !$`#$ !$`#$ !$`($ ! #@$`㿠   )6` 6`` 6` &`&` *@  `; ) `*   ?(  `8   .``@  `? (  `8   .`%`&@  "&` `? (  `8   .`:`;@  `? (  `8   .`O`P@ " ` @ @㿠  6` 6` 6` .` %.`.` :.`  O .` .` ` ? ( ` `? ( &` " ` `? (  ;` `? (! P` "# $@@@`@@`@@` @@` @@` @@$@㿠     㿠 /  㿠 'H.  . H@ 㿘 @ 㿠` @"  `?  ( ``   `@ * `  "   `?   `  `@ *   㿠       @#\$   t $`@`` 0@ ` `@ `$ @ `, @ @ 㿠!@ 㿠  " `` *" `""P `.  /@ 2 .`` @ 2 `` @`2`` `0 @`"@8@*?c 6`4 ǐ!@ @@ P !@ #\ `8@@#\㿠 ?  @㿠   ``2 `2*!! @! @ !@ `뀦`@  `@`@"  ת  @բ`!)㿀 '  *  ** ! ! @ M "! M `2 ! @ M "! M `2 ! @ M "! M `2 ! @ M "! M `2 ! @ M "! M `2 ! @ M "! M `2 ! @ M "! M `2 ! @ M "! M `2 ! @ $M "! M `2 ! @ (M "! M `2 ! @ ,M "! M `2 ! @ 8M "! M `2 ! @ GRajs@~0 p!* P5DOX Pcr}00)4=HWldhp```````z``d0xq@ kl' =xKWKPjx0@ `@ p@ 0   ) 04 P? J U@pgxxW($m@W`0Ms5@hD/7l@IV^jyp(z{@l$\UC180@p00 0i(.@:,G SxPbm!(m60\<H  #z|2LZ`nP|{ghr* 0P ) 4mhPD(Mi_e \o@v  `@`0 ` HD  0  P  F0x &d\ :  E L S _ s$     p  D  P  0  'o <p I@ Z n  u x @  `      t  7P  hht  j  $ ,e @ V l tP  ~XL ` ?   h  $ @p   ` "Q <W N  Y  d o \  }8 X0  g    h &`  ":@ 3 P  > p  I  T< `  k  v     0   ~ ` 4` -X yT iPl$ + :xLI\o<(P8}|Ph8Hp% !I4H6[Rnf0xd(L8|d+,<X,K`(as~L,X=lY`@hL(->hh<hPN5h]x gn$pd{vl|]d PP     '0@2p@=HL[g00r(}`      g `  X@)5 Ag(VcjjXl|H4cJh4OtS(-6C`Ucu( V$acipacipvars.cBbss.bssDdata.dataDrodata.rodataacipsys.cBbss.bssDdata.dataDrodata.rodataaciplm.cBbss.bssDdata.dataDrodata.rodataacipdlpi.cBbss.bssDdata.dataDrodata.rodataacipdata.cBbss.bssDdata.dataDrodata.rodataaciparp.cBbss.bssDdata.dataDrodata.rodataacipqltx.cBbss.bssDdata.dataDrodata.rodataacipqlrx.cBbss.bssDdata.dataDrodata.rodataacipspar.cBbss.bssDdata.dataDrodata.rodataaciptime.cBbss.bssDdata.dataDrodata.rodataaciputil.cBbss.bssDdata.dataDrodata.rodataacipcon.cBbss.bssDdata.dataDrodata.rodataacipdbug.cBbss.bssDdata.dataDrodata.rodatatimer2_indexacip_detachacip_debug_buffn_mod_1fn_mod_2fn_mod_3fn_mod_4fn_mod_5fn_mod_6fn_mod_7arp_createfn_mod_8fn_mod_9acip_mdispacip_rputbzerospar_get_val_from_strspar_set_cgPtySaddump_memrxu_dl_disabmulti_reqvcc_select_rxtimer1_datatxl_pvc_unbind_reqacip_lo_queuekstats_stopfn_mod_8_1fn_mod_8_2fn_mod_8_3fn_mod_8_4qprocsoffvcc_select_txacip_broadcast_addrddi_remove_minor_nodefn_mod_4_1fn_mod_4_2fn_mod_4_3fn_mod_4_4fn_mod_4_5fn_mod_4_6fn_mod_4_7fn_mod_4_8fn_mod_4_9rxu_dl_unbind_reqacip_module_inforxl_pvc_unbind_errorunlinkbspar_chk_bLoLyrInfomutex_enterrxl_pvc_down_indrxu_dl_bind_reqtxl_svc_connect_reqacip_timerout_q_qreplyvcc_init_for_arpserverbcopylis_entry_resetacip_kdspar_chk_aalParamtimer3_startnulldevtimer3_dataarp_entry_resetarp_null_referencesmutex_destroydump_listxu_dl_okrxl_pvc_bind_okrxl_noratmarp_rsprxl_aal5_unitdata_indfn_mod_7_10fn_mod_7_11fn_mod_7_12rxu_shutdown_reqspar_set_causeDgnfn_mod_7_13mac_addr_setfn_mod_7_14vcc_extra_agermutex_exitvcc_delete_singlerxu_dl_info_req_infokmem_zallocspar_chk_cd_atm_addrnewmsgsprintftxl_noratmarp_reqmod_installacip_llcsnap_arptimer1_startacip_closedump_arpacip_inpkt_iparp_delete_allacip_discarded_broadcastsrxl_svc_connect_indacip_dev_infoacip_getinfospar_set_aalParamspar_put_val_in_strkstat_delete_initacip_null_atm_addrfn_mod_1_1fn_mod_1_2fn_mod_1_3acip_openfn_mod_1_4fn_mod_1_5fn_mod_1_6fn_mod_1_7fn_mod_1_8fn_mod_1_9spar_chk_connIddump_vccspar_set_cdPtyNmbnodevdump_statfn_topfn_mod_9_1fn_mod_9_2qprocsonacip_fentryRDfn_mod_5_1fn_mod_5_2fn_mod_5_3fn_mod_5_4fn_mod_5_5fn_mod_5_6upq_all_freefn_mod_5_7fn_mod_5_8fn_mod_5_9rxl_noratmarp_reqrxl_svc_release_indrxu_lm_msgflushqaciprmacip_attachacip_vcc_extra_timetxu_dl_uderrortxu_gen_errormodlinkageacip_load_countnochpollacip_break1acip_break2lis_all_freerxu_dl_getphysaddr_reqtxl_svc_release_reqddi_get_nameupqtabacip_cip_mutexspar_chk_cg_atm_addrtimer3_indexatm_addr_compareacip_outpkt_arp_nakvcctabWRacip_timer_idfn_mod_3_10fn_mod_3_11fn_mod_3_12mod_driveropsacipwmarp_agerddi_prop_oprxu_etharp_msgdump_upqspar_set_atmTfcDesckmem_freespar_set_cgPtyNmbtimeoutstrncmprxl_svc_restart_indacip_outpkt_inarp_repacip_outpkt_inarp_reqputnextacip_sys_stopgetmajorvcc_dequeuerxu_ioctlrxl_inatmarp_msguntimeoutstrcattimer1_indexacip_timer_postedupq_entry_resetfn_mod_2_1fn_mod_2_2acip_outpkt_ipfn_mod_2_3txl_svc_release_req_noblkrxl_pvc_unbind_okfn_mod_2_4fn_mod_2_5acip_probeacip_debug_tx_inatmarp_reqacip_debugall_tables_resetvcc_entry_resetrxl_svc_listen_okspar_reset_amCnStEvntfreemsgdrv_usectohzddi_create_minor_nodevcc_delete_allacip_wputtxu_etharp_replyfn_mod_6_1fn_mod_6_2fn_mod_6_3acip_cb_opsfn_mod_6_4fn_mod_6_5fn_mod_6_6rxu_config_reqfn_mod_6_7fn_mod_6_8allocbvcc_get_freecvt_atmarp_tovarout_q_putnexttxl_aal5_unitdata_reqarp_lookupspar_set_bLoLyrInfospar_set_qosParamtxu_gen_okmac_addr_getipacip_sys_startacip_inpkt_arp_repacip_inpkt_arp_reqtxl_inatmarp_reqtimer4_startcvt_dlpi_statemod_infovcc_enqueueacip_sys_initializedlis_get_matchconsole_init_mod_1console_init_mod_2console_init_mod_3acip_outpkt_arp_repconsole_init_mod_4acip_outpkt_arp_reqconsole_init_mod_5console_init_mod_6console_init_mod_7console_init_mod_8console_init_mod_9acip_stream_infolinkbrxu_dlpi_msgacip_inpkt_arp_nakaciprOTHERQacipwarp_entry_foundmodule_versiontimer2_startacip_vcc_timevcc_terminate_txconsole_fentryrxl_svc_constatus_indrxu_lm_nddset_reqmakedeviceacip_opsstrcmpacip_llcsnap_ipvcc_terminate_rxdump_console_errorstxl_atmarp_msgrxl_svc_listen_errorall_globals_resettxl_svc_unlisten_reqconsole_msgcvt_atmarp_tofixedrxl_atmarp_msgspar_set_bBearCapout_q_dispatchmodrevstrarptabtxu_dl_errorvcc_agerarp_lookup_by_atmrxl_svc_connect_cnfkstat_named_initacip_inpkt_inarp_repacip_inpkt_inarp_reqfn_mod_7_1fn_mod_7_2fn_mod_7_3fn_mod_7_4fn_mod_7_5fn_mod_7_6fn_mod_7_7fn_mod_7_8fn_mod_7_9txl_svc_listen_reqtimer2_datafn_mod_3_1rxu_ip_msgfn_mod_3_2rxu_dl_enabmulti_reqfn_mod_3_3fn_mod_3_4fn_mod_3_5fn_mod_3_6fn_mod_3_7fn_mod_3_8spar_reset_amConEvntfn_mod_1_10fn_mod_3_9rxu_dl_detach_reqfn_mod_1_11fn_mod_1_12fn_mod_1_13spar_reset_amRelEvntkstat_createlistabspar_set_cdPtySadmod_removestrlenacip_identifyrxl_svc_status_indacip_modeqreplytxl_pvc_bind_req_finiacip_arp_timetxl_svc_connect_rsptimer4_indexcmn_errrxl_msgvcc_ix_null_referencesacip_kspkstats_startrxu_dl_attach_reqkstat_installacip_hw_ticks_secclassify_error_codetimer4_datamodldrvrxl_pvc_bind_errorrxu_lm_nddget_reqacip_discarded_queuedmutex_initP d8d88E<0S`4  ' 8 M T _ k v                ' 3 ? K W d q ~                , F \ r          . B P ^ e l s z       !2 d7d858C<0J^4$ $ "$( 3$A L$W b$n y$ $ $ $ $ $ $ $ d6d8 8A<0\4$ $" -$> I$T _$m x$h d8dA88E<0`4$ $- 8$J U$e p$ $ $ $ $  $ !$. :$I U$ d8d8-8E<0`4$ $# .$D O$Y d$z $ $ $ $ $ d7d8C8C<0 ^4$ $+ 6$G R$d o$~ $ $ $ $ $ d8d8A8E<0*`4$ $2 =$P [$p {$ $ $ $ $# d8d 8 <8E<02`4$ $& 1$D O$a l$ $ $ $ $ $ $$: F$Y e$y $ $ d8d 8 8E<0<`4$$.$C$U$i${$$$$$$$$ $!$1$F$[$q$n d8d88E<0E`4$ $" -$6 A$P [$-] d8d88E<0M`4$$$)$8$L W$g$y$$$$ $$$$$$$0$G R$b$o$$$$$$$$$$$ $1$>$J$ d7d8`8C<0W^4$ $Z d8d8O8E<0_`4$ $$$'$0$:$L$^$r$~$$cg: SC3.0 15 Dec 1993acipvars.c $Revision: 1.10 $ Adaptec@(#)types.h 1.25 93/04/27 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)kmem.h 1.12 93/04/27 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)time.h 2.36 93/06/09 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)thread.h 1.38 93/08/20 SMI@(#)class.h 1.20 93/05/25 SMI@(#)debug.h 1.14 93/05/30 SMI@(#)klwp.h 1.8 93/04/08 SMI@(#)signal.h 1.35 93/07/08 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)pcb.h 1.16 93/08/04 SMI@(#)reg.h 1.20 92/08/12 SMI@(#)regset.h 1.6 92/08/12 SMI@(#)msacct.h 1.5 92/07/14 SMI@(#)ucontext.h 1.12 92/07/14 SMI@(#)lwp.h 1.22 93/02/04 SMI@(#)synch.h 1.21 93/04/13 SMI@(#)timer.h 1.11 93/05/03 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMI@(#)systm.h 1.35 93/06/07 SMI@(#)devops.h 1.17 93/05/31 SMI@(#)buf.h 1.28 93/05/31 SMI@(#)kstat.h 1.7 93/08/12 SMI@(#)as.h 1.47 93/07/13 SMI@(#)seg.h 1.40 93/05/30 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)hat.h 1.41 93/06/12 SMI@(#)vtrace.h 2.57 93/07/15 SMI@(#)cpuvar.h 1.21 93/05/27 SMI@(#)sysinfo.h 1.19 93/04/08 SMI@(#)gprof.h 1.13 93/05/30 SMI@(#)disp.h 1.20 93/06/09 SMI@(#)priocntl.h 1.10 92/07/14 SMI@(#)procset.h 1.15 93/05/05 SMI@(#)proc.h 1.46 93/09/07 SMI@(#)user.h 1.26 93/09/06 SMI@(#)psw.h 1.14 92/07/14 SMI@(#)resource.h 1.9 92/07/14 SMI@(#)auxv.h 1.10 92/07/14 SMI@(#)processor.h 1.3 93/05/05 SMI@(#)file.h 1.29 93/06/09 SMI@(#)devpage.h 1.10 93/01/27 SMI@(#)dditypes.h 1.6 93/04/17 SMI@(#)ddidmareq.h 1.9 93/08/06 SMI@(#)ddimapreq.h 1.3 92/07/14 SMI@(#)mman.h 1.16 93/04/13 SMI@(#)ddipropdefs.h 1.8 92/11/19 SMI@(#)nexusdefs.h 1.10 93/03/12 SMI@(#)dlpi.h 1.16 92/07/14 SMI@(#)modctl.h 1.24 93/06/07 SMI@(#)ioccom.h 1.10 92/07/14 SMI@(#)sunddi.h 1.28 93/05/31 SMI@(#)cmn_err.h 1.18 93/05/28 SMI@(#)varargs.h 1.14 92/07/14 SMI@(#)ddi_implfuncs.h 1.9 93/05/28 SMI@(#)stat.h 1.18 93/04/13 SMI@(#)ddi.h 1.23 93/06/12 SMI@(#)map.h 1.17 93/05/30 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecql.h $Revision: 1.5 $ Adaptectrilhdr.h $Revision: 1.4 $ Adaptec gen.h $Revision: 1.5 $ Adaptec gen.x $Revision: 1.6 $ Adaptec amt.h $Revision: 1.4 $ Adaptec amt.x $Revision: 1.5 $ Adaptec envind.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecacomp: SC3.0 15 Dec 1993 Sun C 3.0cg: SC3.0 15 Dec 1993acipsys.c $Revision: 1.7 $ Adaptec@(#)types.h 1.25 93/04/27 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)kmem.h 1.12 93/04/27 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)time.h 2.36 93/06/09 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)thread.h 1.38 93/08/20 SMI@(#)class.h 1.20 93/05/25 SMI@(#)debug.h 1.14 93/05/30 SMI@(#)klwp.h 1.8 93/04/08 SMI@(#)signal.h 1.35 93/07/08 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)pcb.h 1.16 93/08/04 SMI@(#)reg.h 1.20 92/08/12 SMI@(#)regset.h 1.6 92/08/12 SMI@(#)msacct.h 1.5 92/07/14 SMI@(#)ucontext.h 1.12 92/07/14 SMI@(#)lwp.h 1.22 93/02/04 SMI@(#)synch.h 1.21 93/04/13 SMI@(#)timer.h 1.11 93/05/03 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMI@(#)systm.h 1.35 93/06/07 SMI@(#)devops.h 1.17 93/05/31 SMI@(#)buf.h 1.28 93/05/31 SMI@(#)kstat.h 1.7 93/08/12 SMI@(#)as.h 1.47 93/07/13 SMI@(#)seg.h 1.40 93/05/30 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)hat.h 1.41 93/06/12 SMI@(#)vtrace.h 2.57 93/07/15 SMI@(#)cpuvar.h 1.21 93/05/27 SMI@(#)sysinfo.h 1.19 93/04/08 SMI@(#)gprof.h 1.13 93/05/30 SMI@(#)disp.h 1.20 93/06/09 SMI@(#)priocntl.h 1.10 92/07/14 SMI@(#)procset.h 1.15 93/05/05 SMI@(#)proc.h 1.46 93/09/07 SMI@(#)user.h 1.26 93/09/06 SMI@(#)psw.h 1.14 92/07/14 SMI@(#)resource.h 1.9 92/07/14 SMI@(#)auxv.h 1.10 92/07/14 SMI@(#)processor.h 1.3 93/05/05 SMI@(#)file.h 1.29 93/06/09 SMI@(#)devpage.h 1.10 93/01/27 SMI@(#)dditypes.h 1.6 93/04/17 SMI@(#)ddidmareq.h 1.9 93/08/06 SMI@(#)ddimapreq.h 1.3 92/07/14 SMI@(#)mman.h 1.16 93/04/13 SMI@(#)ddipropdefs.h 1.8 92/11/19 SMI@(#)nexusdefs.h 1.10 93/03/12 SMI@(#)dlpi.h 1.16 92/07/14 SMI@(#)modctl.h 1.24 93/06/07 SMI@(#)ioccom.h 1.10 92/07/14 SMI@(#)sunddi.h 1.28 93/05/31 SMI@(#)cmn_err.h 1.18 93/05/28 SMI@(#)varargs.h 1.14 92/07/14 SMI@(#)ddi_implfuncs.h 1.9 93/05/28 SMI@(#)stat.h 1.18 93/04/13 SMI@(#)ddi.h 1.23 93/06/12 SMI@(#)map.h 1.17 93/05/30 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.5 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecql.h $Revision: 1.5 $ Adaptectrilhdr.h $Revision: 1.4 $ Adaptec gen.h $Revision: 1.5 $ Adaptec gen.x $Revision: 1.6 $ Adaptec amt.h $Revision: 1.4 $ Adaptec amt.x $Revision: 1.5 $ Adaptec envind.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecacomp: SC3.0 15 Dec 1993 Sun C 3.0cg: SC3.0 15 Dec 1993aciplm.c $Revision: 1.7 $ Adaptec@(#)types.h 1.25 93/04/27 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)kmem.h 1.12 93/04/27 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)time.h 2.36 93/06/09 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)thread.h 1.38 93/08/20 SMI@(#)class.h 1.20 93/05/25 SMI@(#)debug.h 1.14 93/05/30 SMI@(#)klwp.h 1.8 93/04/08 SMI@(#)signal.h 1.35 93/07/08 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)pcb.h 1.16 93/08/04 SMI@(#)reg.h 1.20 92/08/12 SMI@(#)regset.h 1.6 92/08/12 SMI@(#)msacct.h 1.5 92/07/14 SMI@(#)ucontext.h 1.12 92/07/14 SMI@(#)lwp.h 1.22 93/02/04 SMI@(#)synch.h 1.21 93/04/13 SMI@(#)timer.h 1.11 93/05/03 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMI@(#)systm.h 1.35 93/06/07 SMI@(#)devops.h 1.17 93/05/31 SMI@(#)buf.h 1.28 93/05/31 SMI@(#)kstat.h 1.7 93/08/12 SMI@(#)as.h 1.47 93/07/13 SMI@(#)seg.h 1.40 93/05/30 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)hat.h 1.41 93/06/12 SMI@(#)vtrace.h 2.57 93/07/15 SMI@(#)cpuvar.h 1.21 93/05/27 SMI@(#)sysinfo.h 1.19 93/04/08 SMI@(#)gprof.h 1.13 93/05/30 SMI@(#)disp.h 1.20 93/06/09 SMI@(#)priocntl.h 1.10 92/07/14 SMI@(#)procset.h 1.15 93/05/05 SMI@(#)proc.h 1.46 93/09/07 SMI@(#)user.h 1.26 93/09/06 SMI@(#)psw.h 1.14 92/07/14 SMI@(#)resource.h 1.9 92/07/14 SMI@(#)auxv.h 1.10 92/07/14 SMI@(#)processor.h 1.3 93/05/05 SMI@(#)file.h 1.29 93/06/09 SMI@(#)devpage.h 1.10 93/01/27 SMI@(#)dditypes.h 1.6 93/04/17 SMI@(#)ddidmareq.h 1.9 93/08/06 SMI@(#)ddimapreq.h 1.3 92/07/14 SMI@(#)mman.h 1.16 93/04/13 SMI@(#)ddipropdefs.h 1.8 92/11/19 SMI@(#)nexusdefs.h 1.10 93/03/12 SMI@(#)dlpi.h 1.16 92/07/14 SMI@(#)modctl.h 1.24 93/06/07 SMI@(#)ioccom.h 1.10 92/07/14 SMI@(#)sunddi.h 1.28 93/05/31 SMI@(#)cmn_err.h 1.18 93/05/28 SMI@(#)varargs.h 1.14 92/07/14 SMI@(#)ddi_implfuncs.h 1.9 93/05/28 SMI@(#)stat.h 1.18 93/04/13 SMI@(#)ddi.h 1.23 93/06/12 SMI@(#)map.h 1.17 93/05/30 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecql.h $Revision: 1.5 $ Adaptectrilhdr.h $Revision: 1.4 $ Adaptec gen.h $Revision: 1.5 $ Adaptec gen.x $Revision: 1.6 $ Adaptec amt.h $Revision: 1.4 $ Adaptec amt.x $Revision: 1.5 $ Adaptec envind.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecacomp: SC3.0 15 Dec 1993 Sun C 3.0cg: SC3.0 15 Dec 1993acipdlpi.c $Revision: 1.3 $ Adaptec@(#)types.h 1.25 93/04/27 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)kmem.h 1.12 93/04/27 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)time.h 2.36 93/06/09 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)thread.h 1.38 93/08/20 SMI@(#)class.h 1.20 93/05/25 SMI@(#)debug.h 1.14 93/05/30 SMI@(#)klwp.h 1.8 93/04/08 SMI@(#)signal.h 1.35 93/07/08 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)pcb.h 1.16 93/08/04 SMI@(#)reg.h 1.20 92/08/12 SMI@(#)regset.h 1.6 92/08/12 SMI@(#)msacct.h 1.5 92/07/14 SMI@(#)ucontext.h 1.12 92/07/14 SMI@(#)lwp.h 1.22 93/02/04 SMI@(#)synch.h 1.21 93/04/13 SMI@(#)timer.h 1.11 93/05/03 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMI@(#)systm.h 1.35 93/06/07 SMI@(#)devops.h 1.17 93/05/31 SMI@(#)buf.h 1.28 93/05/31 SMI@(#)kstat.h 1.7 93/08/12 SMI@(#)as.h 1.47 93/07/13 SMI@(#)seg.h 1.40 93/05/30 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)hat.h 1.41 93/06/12 SMI@(#)vtrace.h 2.57 93/07/15 SMI@(#)cpuvar.h 1.21 93/05/27 SMI@(#)sysinfo.h 1.19 93/04/08 SMI@(#)gprof.h 1.13 93/05/30 SMI@(#)disp.h 1.20 93/06/09 SMI@(#)priocntl.h 1.10 92/07/14 SMI@(#)procset.h 1.15 93/05/05 SMI@(#)proc.h 1.46 93/09/07 SMI@(#)user.h 1.26 93/09/06 SMI@(#)psw.h 1.14 92/07/14 SMI@(#)resource.h 1.9 92/07/14 SMI@(#)auxv.h 1.10 92/07/14 SMI@(#)processor.h 1.3 93/05/05 SMI@(#)file.h 1.29 93/06/09 SMI@(#)devpage.h 1.10 93/01/27 SMI@(#)dditypes.h 1.6 93/04/17 SMI@(#)ddidmareq.h 1.9 93/08/06 SMI@(#)ddimapreq.h 1.3 92/07/14 SMI@(#)mman.h 1.16 93/04/13 SMI@(#)ddipropdefs.h 1.8 92/11/19 SMI@(#)nexusdefs.h 1.10 93/03/12 SMI@(#)dlpi.h 1.16 92/07/14 SMI@(#)modctl.h 1.24 93/06/07 SMI@(#)ioccom.h 1.10 92/07/14 SMI@(#)sunddi.h 1.28 93/05/31 SMI@(#)cmn_err.h 1.18 93/05/28 SMI@(#)varargs.h 1.14 92/07/14 SMI@(#)ddi_implfuncs.h 1.9 93/05/28 SMI@(#)stat.h 1.18 93/04/13 SMI@(#)ddi.h 1.23 93/06/12 SMI@(#)map.h 1.17 93/05/30 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecql.h $Revision: 1.5 $ Adaptectrilhdr.h $Revision: 1.4 $ Adaptec gen.h $Revision: 1.5 $ Adaptec gen.x $Revision: 1.6 $ Adaptec amt.h $Revision: 1.4 $ Adaptec amt.x $Revision: 1.5 $ Adaptec envind.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecacomp: SC3.0 15 Dec 1993 Sun C 3.0cg: SC3.0 15 Dec 1993acipdata.c $Revision: 1.5 $ Adaptec@(#)types.h 1.25 93/04/27 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)kmem.h 1.12 93/04/27 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)time.h 2.36 93/06/09 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)thread.h 1.38 93/08/20 SMI@(#)class.h 1.20 93/05/25 SMI@(#)debug.h 1.14 93/05/30 SMI@(#)klwp.h 1.8 93/04/08 SMI@(#)signal.h 1.35 93/07/08 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)pcb.h 1.16 93/08/04 SMI@(#)reg.h 1.20 92/08/12 SMI@(#)regset.h 1.6 92/08/12 SMI@(#)msacct.h 1.5 92/07/14 SMI@(#)ucontext.h 1.12 92/07/14 SMI@(#)lwp.h 1.22 93/02/04 SMI@(#)synch.h 1.21 93/04/13 SMI@(#)timer.h 1.11 93/05/03 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMI@(#)systm.h 1.35 93/06/07 SMI@(#)devops.h 1.17 93/05/31 SMI@(#)buf.h 1.28 93/05/31 SMI@(#)kstat.h 1.7 93/08/12 SMI@(#)as.h 1.47 93/07/13 SMI@(#)seg.h 1.40 93/05/30 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)hat.h 1.41 93/06/12 SMI@(#)vtrace.h 2.57 93/07/15 SMI@(#)cpuvar.h 1.21 93/05/27 SMI@(#)sysinfo.h 1.19 93/04/08 SMI@(#)gprof.h 1.13 93/05/30 SMI@(#)disp.h 1.20 93/06/09 SMI@(#)priocntl.h 1.10 92/07/14 SMI@(#)procset.h 1.15 93/05/05 SMI@(#)proc.h 1.46 93/09/07 SMI@(#)user.h 1.26 93/09/06 SMI@(#)psw.h 1.14 92/07/14 SMI@(#)resource.h 1.9 92/07/14 SMI@(#)auxv.h 1.10 92/07/14 SMI@(#)processor.h 1.3 93/05/05 SMI@(#)file.h 1.29 93/06/09 SMI@(#)devpage.h 1.10 93/01/27 SMI@(#)dditypes.h 1.6 93/04/17 SMI@(#)ddidmareq.h 1.9 93/08/06 SMI@(#)ddimapreq.h 1.3 92/07/14 SMI@(#)mman.h 1.16 93/04/13 SMI@(#)ddipropdefs.h 1.8 92/11/19 SMI@(#)nexusdefs.h 1.10 93/03/12 SMI@(#)dlpi.h 1.16 92/07/14 SMI@(#)modctl.h 1.24 93/06/07 SMI@(#)ioccom.h 1.10 92/07/14 SMI@(#)sunddi.h 1.28 93/05/31 SMI@(#)cmn_err.h 1.18 93/05/28 SMI@(#)varargs.h 1.14 92/07/14 SMI@(#)ddi_implfuncs.h 1.9 93/05/28 SMI@(#)stat.h 1.18 93/04/13 SMI@(#)ddi.h 1.23 93/06/12 SMI@(#)map.h 1.17 93/05/30 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecql.h $Revision: 1.5 $ Adaptectrilhdr.h $Revision: 1.4 $ Adaptec gen.h $Revision: 1.5 $ Adaptec gen.x $Revision: 1.6 $ Adaptec amt.h $Revision: 1.4 $ Adaptec amt.x $Revision: 1.5 $ Adaptec envind.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecacomp: SC3.0 15 Dec 1993 Sun C 3.0cg: SC3.0 15 Dec 1993aciparp.c $Revision: 1.5 $ Adaptec@(#)types.h 1.25 93/04/27 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)kmem.h 1.12 93/04/27 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)time.h 2.36 93/06/09 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)thread.h 1.38 93/08/20 SMI@(#)class.h 1.20 93/05/25 SMI@(#)debug.h 1.14 93/05/30 SMI@(#)klwp.h 1.8 93/04/08 SMI@(#)signal.h 1.35 93/07/08 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)pcb.h 1.16 93/08/04 SMI@(#)reg.h 1.20 92/08/12 SMI@(#)regset.h 1.6 92/08/12 SMI@(#)msacct.h 1.5 92/07/14 SMI@(#)ucontext.h 1.12 92/07/14 SMI@(#)lwp.h 1.22 93/02/04 SMI@(#)synch.h 1.21 93/04/13 SMI@(#)timer.h 1.11 93/05/03 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMI@(#)systm.h 1.35 93/06/07 SMI@(#)devops.h 1.17 93/05/31 SMI@(#)buf.h 1.28 93/05/31 SMI@(#)kstat.h 1.7 93/08/12 SMI@(#)as.h 1.47 93/07/13 SMI@(#)seg.h 1.40 93/05/30 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)hat.h 1.41 93/06/12 SMI@(#)vtrace.h 2.57 93/07/15 SMI@(#)cpuvar.h 1.21 93/05/27 SMI@(#)sysinfo.h 1.19 93/04/08 SMI@(#)gprof.h 1.13 93/05/30 SMI@(#)disp.h 1.20 93/06/09 SMI@(#)priocntl.h 1.10 92/07/14 SMI@(#)procset.h 1.15 93/05/05 SMI@(#)proc.h 1.46 93/09/07 SMI@(#)user.h 1.26 93/09/06 SMI@(#)psw.h 1.14 92/07/14 SMI@(#)resource.h 1.9 92/07/14 SMI@(#)auxv.h 1.10 92/07/14 SMI@(#)processor.h 1.3 93/05/05 SMI@(#)file.h 1.29 93/06/09 SMI@(#)devpage.h 1.10 93/01/27 SMI@(#)dditypes.h 1.6 93/04/17 SMI@(#)ddidmareq.h 1.9 93/08/06 SMI@(#)ddimapreq.h 1.3 92/07/14 SMI@(#)mman.h 1.16 93/04/13 SMI@(#)ddipropdefs.h 1.8 92/11/19 SMI@(#)nexusdefs.h 1.10 93/03/12 SMI@(#)dlpi.h 1.16 92/07/14 SMI@(#)modctl.h 1.24 93/06/07 SMI@(#)ioccom.h 1.10 92/07/14 SMI@(#)sunddi.h 1.28 93/05/31 SMI@(#)cmn_err.h 1.18 93/05/28 SMI@(#)varargs.h 1.14 92/07/14 SMI@(#)ddi_implfuncs.h 1.9 93/05/28 SMI@(#)stat.h 1.18 93/04/13 SMI@(#)ddi.h 1.23 93/06/12 SMI@(#)map.h 1.17 93/05/30 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecql.h $Revision: 1.5 $ Adaptectrilhdr.h $Revision: 1.4 $ Adaptec gen.h $Revision: 1.5 $ Adaptec gen.x $Revision: 1.6 $ Adaptec amt.h $Revision: 1.4 $ Adaptec amt.x $Revision: 1.5 $ Adaptec envind.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecacomp: SC3.0 15 Dec 1993 Sun C 3.0cg: SC3.0 15 Dec 1993acipqltx.c $Revision: 1.6 $ Adaptec@(#)types.h 1.25 93/04/27 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)kmem.h 1.12 93/04/27 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)time.h 2.36 93/06/09 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)thread.h 1.38 93/08/20 SMI@(#)class.h 1.20 93/05/25 SMI@(#)debug.h 1.14 93/05/30 SMI@(#)klwp.h 1.8 93/04/08 SMI@(#)signal.h 1.35 93/07/08 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)pcb.h 1.16 93/08/04 SMI@(#)reg.h 1.20 92/08/12 SMI@(#)regset.h 1.6 92/08/12 SMI@(#)msacct.h 1.5 92/07/14 SMI@(#)ucontext.h 1.12 92/07/14 SMI@(#)lwp.h 1.22 93/02/04 SMI@(#)synch.h 1.21 93/04/13 SMI@(#)timer.h 1.11 93/05/03 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMI@(#)systm.h 1.35 93/06/07 SMI@(#)devops.h 1.17 93/05/31 SMI@(#)buf.h 1.28 93/05/31 SMI@(#)kstat.h 1.7 93/08/12 SMI@(#)as.h 1.47 93/07/13 SMI@(#)seg.h 1.40 93/05/30 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)hat.h 1.41 93/06/12 SMI@(#)vtrace.h 2.57 93/07/15 SMI@(#)cpuvar.h 1.21 93/05/27 SMI@(#)sysinfo.h 1.19 93/04/08 SMI@(#)gprof.h 1.13 93/05/30 SMI@(#)disp.h 1.20 93/06/09 SMI@(#)priocntl.h 1.10 92/07/14 SMI@(#)procset.h 1.15 93/05/05 SMI@(#)proc.h 1.46 93/09/07 SMI@(#)user.h 1.26 93/09/06 SMI@(#)psw.h 1.14 92/07/14 SMI@(#)resource.h 1.9 92/07/14 SMI@(#)auxv.h 1.10 92/07/14 SMI@(#)processor.h 1.3 93/05/05 SMI@(#)file.h 1.29 93/06/09 SMI@(#)devpage.h 1.10 93/01/27 SMI@(#)dditypes.h 1.6 93/04/17 SMI@(#)ddidmareq.h 1.9 93/08/06 SMI@(#)ddimapreq.h 1.3 92/07/14 SMI@(#)mman.h 1.16 93/04/13 SMI@(#)ddipropdefs.h 1.8 92/11/19 SMI@(#)nexusdefs.h 1.10 93/03/12 SMI@(#)dlpi.h 1.16 92/07/14 SMI@(#)modctl.h 1.24 93/06/07 SMI@(#)ioccom.h 1.10 92/07/14 SMI@(#)sunddi.h 1.28 93/05/31 SMI@(#)cmn_err.h 1.18 93/05/28 SMI@(#)varargs.h 1.14 92/07/14 SMI@(#)ddi_implfuncs.h 1.9 93/05/28 SMI@(#)stat.h 1.18 93/04/13 SMI@(#)ddi.h 1.23 93/06/12 SMI@(#)map.h 1.17 93/05/30 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecql.h $Revision: 1.5 $ Adaptectrilhdr.h $Revision: 1.4 $ Adaptec gen.h $Revision: 1.5 $ Adaptec gen.x $Revision: 1.6 $ Adaptec amt.h $Revision: 1.4 $ Adaptec amt.x $Revision: 1.5 $ Adaptec envind.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecacomp: SC3.0 15 Dec 1993 Sun C 3.0cg: SC3.0 15 Dec 1993acipqlrx.c $Revision: 1.6 $ Adaptec@(#)types.h 1.25 93/04/27 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)kmem.h 1.12 93/04/27 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)time.h 2.36 93/06/09 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)thread.h 1.38 93/08/20 SMI@(#)class.h 1.20 93/05/25 SMI@(#)debug.h 1.14 93/05/30 SMI@(#)klwp.h 1.8 93/04/08 SMI@(#)signal.h 1.35 93/07/08 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)pcb.h 1.16 93/08/04 SMI@(#)reg.h 1.20 92/08/12 SMI@(#)regset.h 1.6 92/08/12 SMI@(#)msacct.h 1.5 92/07/14 SMI@(#)ucontext.h 1.12 92/07/14 SMI@(#)lwp.h 1.22 93/02/04 SMI@(#)synch.h 1.21 93/04/13 SMI@(#)timer.h 1.11 93/05/03 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMI@(#)systm.h 1.35 93/06/07 SMI@(#)devops.h 1.17 93/05/31 SMI@(#)buf.h 1.28 93/05/31 SMI@(#)kstat.h 1.7 93/08/12 SMI@(#)as.h 1.47 93/07/13 SMI@(#)seg.h 1.40 93/05/30 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)hat.h 1.41 93/06/12 SMI@(#)vtrace.h 2.57 93/07/15 SMI@(#)cpuvar.h 1.21 93/05/27 SMI@(#)sysinfo.h 1.19 93/04/08 SMI@(#)gprof.h 1.13 93/05/30 SMI@(#)disp.h 1.20 93/06/09 SMI@(#)priocntl.h 1.10 92/07/14 SMI@(#)procset.h 1.15 93/05/05 SMI@(#)proc.h 1.46 93/09/07 SMI@(#)user.h 1.26 93/09/06 SMI@(#)psw.h 1.14 92/07/14 SMI@(#)resource.h 1.9 92/07/14 SMI@(#)auxv.h 1.10 92/07/14 SMI@(#)processor.h 1.3 93/05/05 SMI@(#)file.h 1.29 93/06/09 SMI@(#)devpage.h 1.10 93/01/27 SMI@(#)dditypes.h 1.6 93/04/17 SMI@(#)ddidmareq.h 1.9 93/08/06 SMI@(#)ddimapreq.h 1.3 92/07/14 SMI@(#)mman.h 1.16 93/04/13 SMI@(#)ddipropdefs.h 1.8 92/11/19 SMI@(#)nexusdefs.h 1.10 93/03/12 SMI@(#)dlpi.h 1.16 92/07/14 SMI@(#)modctl.h 1.24 93/06/07 SMI@(#)ioccom.h 1.10 92/07/14 SMI@(#)sunddi.h 1.28 93/05/31 SMI@(#)cmn_err.h 1.18 93/05/28 SMI@(#)varargs.h 1.14 92/07/14 SMI@(#)ddi_implfuncs.h 1.9 93/05/28 SMI@(#)stat.h 1.18 93/04/13 SMI@(#)ddi.h 1.23 93/06/12 SMI@(#)map.h 1.17 93/05/30 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecql.h $Revision: 1.5 $ Adaptectrilhdr.h $Revision: 1.4 $ Adaptec gen.h $Revision: 1.5 $ Adaptec gen.x $Revision: 1.6 $ Adaptec amt.h $Revision: 1.4 $ Adaptec amt.x $Revision: 1.5 $ Adaptec envind.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecacomp: SC3.0 15 Dec 1993 Sun C 3.0cg: SC3.0 15 Dec 1993acipspar.c $Revision: 1.5 $ Adaptec@(#)types.h 1.25 93/04/27 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)kmem.h 1.12 93/04/27 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)time.h 2.36 93/06/09 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)thread.h 1.38 93/08/20 SMI@(#)class.h 1.20 93/05/25 SMI@(#)debug.h 1.14 93/05/30 SMI@(#)klwp.h 1.8 93/04/08 SMI@(#)signal.h 1.35 93/07/08 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)pcb.h 1.16 93/08/04 SMI@(#)reg.h 1.20 92/08/12 SMI@(#)regset.h 1.6 92/08/12 SMI@(#)msacct.h 1.5 92/07/14 SMI@(#)ucontext.h 1.12 92/07/14 SMI@(#)lwp.h 1.22 93/02/04 SMI@(#)synch.h 1.21 93/04/13 SMI@(#)timer.h 1.11 93/05/03 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMI@(#)systm.h 1.35 93/06/07 SMI@(#)devops.h 1.17 93/05/31 SMI@(#)buf.h 1.28 93/05/31 SMI@(#)kstat.h 1.7 93/08/12 SMI@(#)as.h 1.47 93/07/13 SMI@(#)seg.h 1.40 93/05/30 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)hat.h 1.41 93/06/12 SMI@(#)vtrace.h 2.57 93/07/15 SMI@(#)cpuvar.h 1.21 93/05/27 SMI@(#)sysinfo.h 1.19 93/04/08 SMI@(#)gprof.h 1.13 93/05/30 SMI@(#)disp.h 1.20 93/06/09 SMI@(#)priocntl.h 1.10 92/07/14 SMI@(#)procset.h 1.15 93/05/05 SMI@(#)proc.h 1.46 93/09/07 SMI@(#)user.h 1.26 93/09/06 SMI@(#)psw.h 1.14 92/07/14 SMI@(#)resource.h 1.9 92/07/14 SMI@(#)auxv.h 1.10 92/07/14 SMI@(#)processor.h 1.3 93/05/05 SMI@(#)file.h 1.29 93/06/09 SMI@(#)devpage.h 1.10 93/01/27 SMI@(#)dditypes.h 1.6 93/04/17 SMI@(#)ddidmareq.h 1.9 93/08/06 SMI@(#)ddimapreq.h 1.3 92/07/14 SMI@(#)mman.h 1.16 93/04/13 SMI@(#)ddipropdefs.h 1.8 92/11/19 SMI@(#)nexusdefs.h 1.10 93/03/12 SMI@(#)dlpi.h 1.16 92/07/14 SMI@(#)modctl.h 1.24 93/06/07 SMI@(#)ioccom.h 1.10 92/07/14 SMI@(#)sunddi.h 1.28 93/05/31 SMI@(#)cmn_err.h 1.18 93/05/28 SMI@(#)varargs.h 1.14 92/07/14 SMI@(#)ddi_implfuncs.h 1.9 93/05/28 SMI@(#)stat.h 1.18 93/04/13 SMI@(#)ddi.h 1.23 93/06/12 SMI@(#)map.h 1.17 93/05/30 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecql.h $Revision: 1.5 $ Adaptectrilhdr.h $Revision: 1.4 $ Adaptec gen.h $Revision: 1.5 $ Adaptec gen.x $Revision: 1.6 $ Adaptec amt.h $Revision: 1.4 $ Adaptec amt.x $Revision: 1.5 $ Adaptec envind.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecacomp: SC3.0 15 Dec 1993 Sun C 3.0cg: SC3.0 15 Dec 1993aciptime.c $Revision: 1.6 $ Adaptec@(#)types.h 1.25 93/04/27 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)kmem.h 1.12 93/04/27 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)time.h 2.36 93/06/09 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)thread.h 1.38 93/08/20 SMI@(#)class.h 1.20 93/05/25 SMI@(#)debug.h 1.14 93/05/30 SMI@(#)klwp.h 1.8 93/04/08 SMI@(#)signal.h 1.35 93/07/08 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)pcb.h 1.16 93/08/04 SMI@(#)reg.h 1.20 92/08/12 SMI@(#)regset.h 1.6 92/08/12 SMI@(#)msacct.h 1.5 92/07/14 SMI@(#)ucontext.h 1.12 92/07/14 SMI@(#)lwp.h 1.22 93/02/04 SMI@(#)synch.h 1.21 93/04/13 SMI@(#)timer.h 1.11 93/05/03 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMI@(#)systm.h 1.35 93/06/07 SMI@(#)devops.h 1.17 93/05/31 SMI@(#)buf.h 1.28 93/05/31 SMI@(#)kstat.h 1.7 93/08/12 SMI@(#)as.h 1.47 93/07/13 SMI@(#)seg.h 1.40 93/05/30 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)hat.h 1.41 93/06/12 SMI@(#)vtrace.h 2.57 93/07/15 SMI@(#)cpuvar.h 1.21 93/05/27 SMI@(#)sysinfo.h 1.19 93/04/08 SMI@(#)gprof.h 1.13 93/05/30 SMI@(#)disp.h 1.20 93/06/09 SMI@(#)priocntl.h 1.10 92/07/14 SMI@(#)procset.h 1.15 93/05/05 SMI@(#)proc.h 1.46 93/09/07 SMI@(#)user.h 1.26 93/09/06 SMI@(#)psw.h 1.14 92/07/14 SMI@(#)resource.h 1.9 92/07/14 SMI@(#)auxv.h 1.10 92/07/14 SMI@(#)processor.h 1.3 93/05/05 SMI@(#)file.h 1.29 93/06/09 SMI@(#)devpage.h 1.10 93/01/27 SMI@(#)dditypes.h 1.6 93/04/17 SMI@(#)ddidmareq.h 1.9 93/08/06 SMI@(#)ddimapreq.h 1.3 92/07/14 SMI@(#)mman.h 1.16 93/04/13 SMI@(#)ddipropdefs.h 1.8 92/11/19 SMI@(#)nexusdefs.h 1.10 93/03/12 SMI@(#)dlpi.h 1.16 92/07/14 SMI@(#)modctl.h 1.24 93/06/07 SMI@(#)ioccom.h 1.10 92/07/14 SMI@(#)sunddi.h 1.28 93/05/31 SMI@(#)cmn_err.h 1.18 93/05/28 SMI@(#)varargs.h 1.14 92/07/14 SMI@(#)ddi_implfuncs.h 1.9 93/05/28 SMI@(#)stat.h 1.18 93/04/13 SMI@(#)ddi.h 1.23 93/06/12 SMI@(#)map.h 1.17 93/05/30 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecql.h $Revision: 1.5 $ Adaptectrilhdr.h $Revision: 1.4 $ Adaptec gen.h $Revision: 1.5 $ Adaptec gen.x $Revision: 1.6 $ Adaptec amt.h $Revision: 1.4 $ Adaptec amt.x $Revision: 1.5 $ Adaptec envind.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecacomp: SC3.0 15 Dec 1993 Sun C 3.0cg: SC3.0 15 Dec 1993aciputil.c $Revision: 1.7 $ Adaptec@(#)types.h 1.25 93/04/27 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)kmem.h 1.12 93/04/27 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)time.h 2.36 93/06/09 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)thread.h 1.38 93/08/20 SMI@(#)class.h 1.20 93/05/25 SMI@(#)debug.h 1.14 93/05/30 SMI@(#)klwp.h 1.8 93/04/08 SMI@(#)signal.h 1.35 93/07/08 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)pcb.h 1.16 93/08/04 SMI@(#)reg.h 1.20 92/08/12 SMI@(#)regset.h 1.6 92/08/12 SMI@(#)msacct.h 1.5 92/07/14 SMI@(#)ucontext.h 1.12 92/07/14 SMI@(#)lwp.h 1.22 93/02/04 SMI@(#)synch.h 1.21 93/04/13 SMI@(#)timer.h 1.11 93/05/03 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMI@(#)systm.h 1.35 93/06/07 SMI@(#)devops.h 1.17 93/05/31 SMI@(#)buf.h 1.28 93/05/31 SMI@(#)kstat.h 1.7 93/08/12 SMI@(#)as.h 1.47 93/07/13 SMI@(#)seg.h 1.40 93/05/30 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)hat.h 1.41 93/06/12 SMI@(#)vtrace.h 2.57 93/07/15 SMI@(#)cpuvar.h 1.21 93/05/27 SMI@(#)sysinfo.h 1.19 93/04/08 SMI@(#)gprof.h 1.13 93/05/30 SMI@(#)disp.h 1.20 93/06/09 SMI@(#)priocntl.h 1.10 92/07/14 SMI@(#)procset.h 1.15 93/05/05 SMI@(#)proc.h 1.46 93/09/07 SMI@(#)user.h 1.26 93/09/06 SMI@(#)psw.h 1.14 92/07/14 SMI@(#)resource.h 1.9 92/07/14 SMI@(#)auxv.h 1.10 92/07/14 SMI@(#)processor.h 1.3 93/05/05 SMI@(#)file.h 1.29 93/06/09 SMI@(#)devpage.h 1.10 93/01/27 SMI@(#)dditypes.h 1.6 93/04/17 SMI@(#)ddidmareq.h 1.9 93/08/06 SMI@(#)ddimapreq.h 1.3 92/07/14 SMI@(#)mman.h 1.16 93/04/13 SMI@(#)ddipropdefs.h 1.8 92/11/19 SMI@(#)nexusdefs.h 1.10 93/03/12 SMI@(#)dlpi.h 1.16 92/07/14 SMI@(#)modctl.h 1.24 93/06/07 SMI@(#)ioccom.h 1.10 92/07/14 SMI@(#)sunddi.h 1.28 93/05/31 SMI@(#)cmn_err.h 1.18 93/05/28 SMI@(#)varargs.h 1.14 92/07/14 SMI@(#)ddi_implfuncs.h 1.9 93/05/28 SMI@(#)stat.h 1.18 93/04/13 SMI@(#)ddi.h 1.23 93/06/12 SMI@(#)map.h 1.17 93/05/30 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecql.h $Revision: 1.5 $ Adaptectrilhdr.h $Revision: 1.4 $ Adaptec gen.h $Revision: 1.5 $ Adaptec gen.x $Revision: 1.6 $ Adaptec amt.h $Revision: 1.4 $ Adaptec amt.x $Revision: 1.5 $ Adaptec envind.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecacomp: SC3.0 15 Dec 1993 Sun C 3.0cg: SC3.0 15 Dec 1993@(#)types.h 1.25 93/04/27 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)kmem.h 1.12 93/04/27 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)time.h 2.36 93/06/09 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)thread.h 1.38 93/08/20 SMI@(#)class.h 1.20 93/05/25 SMI@(#)debug.h 1.14 93/05/30 SMI@(#)klwp.h 1.8 93/04/08 SMI@(#)signal.h 1.35 93/07/08 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)pcb.h 1.16 93/08/04 SMI@(#)reg.h 1.20 92/08/12 SMI@(#)regset.h 1.6 92/08/12 SMI@(#)msacct.h 1.5 92/07/14 SMI@(#)ucontext.h 1.12 92/07/14 SMI@(#)lwp.h 1.22 93/02/04 SMI@(#)synch.h 1.21 93/04/13 SMI@(#)timer.h 1.11 93/05/03 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMI@(#)systm.h 1.35 93/06/07 SMI@(#)devops.h 1.17 93/05/31 SMI@(#)buf.h 1.28 93/05/31 SMI@(#)kstat.h 1.7 93/08/12 SMI@(#)as.h 1.47 93/07/13 SMI@(#)seg.h 1.40 93/05/30 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)hat.h 1.41 93/06/12 SMI@(#)vtrace.h 2.57 93/07/15 SMI@(#)cpuvar.h 1.21 93/05/27 SMI@(#)sysinfo.h 1.19 93/04/08 SMI@(#)gprof.h 1.13 93/05/30 SMI@(#)disp.h 1.20 93/06/09 SMI@(#)priocntl.h 1.10 92/07/14 SMI@(#)procset.h 1.15 93/05/05 SMI@(#)proc.h 1.46 93/09/07 SMI@(#)user.h 1.26 93/09/06 SMI@(#)psw.h 1.14 92/07/14 SMI@(#)resource.h 1.9 92/07/14 SMI@(#)auxv.h 1.10 92/07/14 SMI@(#)processor.h 1.3 93/05/05 SMI@(#)file.h 1.29 93/06/09 SMI@(#)devpage.h 1.10 93/01/27 SMI@(#)dditypes.h 1.6 93/04/17 SMI@(#)ddidmareq.h 1.9 93/08/06 SMI@(#)ddimapreq.h 1.3 92/07/14 SMI@(#)mman.h 1.16 93/04/13 SMI@(#)ddipropdefs.h 1.8 92/11/19 SMI@(#)nexusdefs.h 1.10 93/03/12 SMI@(#)dlpi.h 1.16 92/07/14 SMI@(#)modctl.h 1.24 93/06/07 SMI@(#)ioccom.h 1.10 92/07/14 SMI@(#)sunddi.h 1.28 93/05/31 SMI@(#)cmn_err.h 1.18 93/05/28 SMI@(#)varargs.h 1.14 92/07/14 SMI@(#)ddi_implfuncs.h 1.9 93/05/28 SMI@(#)stat.h 1.18 93/04/13 SMI@(#)ddi.h 1.23 93/06/12 SMI@(#)map.h 1.17 93/05/30 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecql.h $Revision: 1.5 $ Adaptectrilhdr.h $Revision: 1.4 $ Adaptec gen.h $Revision: 1.5 $ Adaptec gen.x $Revision: 1.6 $ Adaptec amt.h $Revision: 1.4 $ Adaptec amt.x $Revision: 1.5 $ Adaptec envind.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecacomp: SC3.0 15 Dec 1993 Sun C 3.0cg: SC3.0 15 Dec 1993acipdbug.c $Revision: 1.5 $ Adaptec@(#)types.h 1.25 93/04/27 SMI@(#)feature_tests.h 1.5 93/04/26 SMI@(#)machtypes.h 1.7 92/07/14 SMI@(#)select.h 1.10 92/07/14 SMI@(#)errno.h 1.13 93/04/21 SMI@(#)kmem.h 1.12 93/04/27 SMI@(#)stream.h 1.41 93/07/21 SMI@(#)vnode.h 1.44 93/05/31 SMI@(#)t_lock.h 1.36 93/06/17 SMI@(#)machlock.h 1.12 93/06/11 SMI@(#)dki_lkinfo.h 1.8 93/05/03 SMI@(#)dl.h 1.11 92/07/28 SMI@(#)sleepq.h 1.13 93/06/22 SMI@(#)turnstile.h 1.21 93/07/26 SMI@(#)param.h 1.21 93/05/30 SMI@(#)pirec.h 1.10 93/01/04 SMI@(#)mutex.h 1.9 93/06/30 SMI@(#)time.h 2.36 93/06/09 SMI@(#)cred.h 1.15 93/09/09 SMI@(#)uio.h 1.16 93/03/10 SMI@(#)seg_enum.h 1.1 93/04/03 SMI@(#)poll.h 1.15 93/05/30 SMI@(#)thread.h 1.38 93/08/20 SMI@(#)class.h 1.20 93/05/25 SMI@(#)debug.h 1.14 93/05/30 SMI@(#)klwp.h 1.8 93/04/08 SMI@(#)signal.h 1.35 93/07/08 SMI@(#)unistd.h 1.17 93/09/18 SMI@(#)siginfo.h 1.33 93/07/09 SMI@(#)machsig.h 1.9 92/07/14 SMI@(#)pcb.h 1.16 93/08/04 SMI@(#)reg.h 1.20 92/08/12 SMI@(#)regset.h 1.6 92/08/12 SMI@(#)msacct.h 1.5 92/07/14 SMI@(#)ucontext.h 1.12 92/07/14 SMI@(#)lwp.h 1.22 93/02/04 SMI@(#)synch.h 1.21 93/04/13 SMI@(#)timer.h 1.11 93/05/03 SMI@(#)strmdep.h 1.8 92/07/14 SMI@(#)stropts.h 1.11 92/07/14 SMI@(#)conf.h 1.30 93/05/31 SMI@(#)systm.h 1.35 93/06/07 SMI@(#)devops.h 1.17 93/05/31 SMI@(#)buf.h 1.28 93/05/31 SMI@(#)kstat.h 1.7 93/08/12 SMI@(#)as.h 1.47 93/07/13 SMI@(#)seg.h 1.40 93/05/30 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)hat.h 1.41 93/06/12 SMI@(#)vtrace.h 2.57 93/07/15 SMI@(#)cpuvar.h 1.21 93/05/27 SMI@(#)sysinfo.h 1.19 93/04/08 SMI@(#)gprof.h 1.13 93/05/30 SMI@(#)disp.h 1.20 93/06/09 SMI@(#)priocntl.h 1.10 92/07/14 SMI@(#)procset.h 1.15 93/05/05 SMI@(#)proc.h 1.46 93/09/07 SMI@(#)user.h 1.26 93/09/06 SMI@(#)psw.h 1.14 92/07/14 SMI@(#)resource.h 1.9 92/07/14 SMI@(#)auxv.h 1.10 92/07/14 SMI@(#)processor.h 1.3 93/05/05 SMI@(#)file.h 1.29 93/06/09 SMI@(#)devpage.h 1.10 93/01/27 SMI@(#)dditypes.h 1.6 93/04/17 SMI@(#)ddidmareq.h 1.9 93/08/06 SMI@(#)ddimapreq.h 1.3 92/07/14 SMI@(#)mman.h 1.16 93/04/13 SMI@(#)ddipropdefs.h 1.8 92/11/19 SMI@(#)nexusdefs.h 1.10 93/03/12 SMI@(#)dlpi.h 1.16 92/07/14 SMI@(#)modctl.h 1.24 93/06/07 SMI@(#)ioccom.h 1.10 92/07/14 SMI@(#)sunddi.h 1.28 93/05/31 SMI@(#)cmn_err.h 1.18 93/05/28 SMI@(#)varargs.h 1.14 92/07/14 SMI@(#)ddi_implfuncs.h 1.9 93/05/28 SMI@(#)stat.h 1.18 93/04/13 SMI@(#)ddi.h 1.23 93/06/12 SMI@(#)map.h 1.17 93/05/30 SMIaatm_typ.h $Revision: 1.1 $ Adaptecaatm_com.h $Revision: 1.4 $ Adaptecacipsvc.h $Revision: 1.3 $ Adaptecql.h $Revision: 1.5 $ Adaptectrilhdr.h $Revision: 1.4 $ Adaptec gen.h $Revision: 1.5 $ Adaptec gen.x $Revision: 1.6 $ Adaptec amt.h $Revision: 1.4 $ Adaptec amt.x $Revision: 1.5 $ Adaptec envind.h $Revision: 1.5 $ Adapteclm_api.h $Revision: 1.12 $ Adaptecvers_sol.h $Revision: 1.3.1.0 $ Adaptecacomp: SC3.0 15 Dec 1993 Sun C 3.0.text.rodata.rodata1.data.data1.bss.symtab.strtab.stab.index.comment.shstrtab.rela.text.rela.data.stab.indexstr] ]    $ 0 4G 8<G HP T `h4p5x68:;<=>  0   0 0 $( LT XP\  V X @ @ X$HX|X[ XX[ \2 d 2  V,Xp t XX  s X, 0 lxNXX  s a,8@[ [ X4XHXX[ [ XXX8PM|  w w         X<G @G d h p t x |             |  |      P `X x[ |[ X   X   ,( <[ T( t X  ( [ X  dX X  [  [ X X   8X H{ X X X HX ` X X8XXXDX\XX    (!|XXXXXXXNtX2 2 o*P \X| X2   2  XX   @ZHR`J{ VWXhxXx X(LH PH t x           XX_ 8P~huntW_,X`_pX_X  _X8_X_X l_|X_X_X@_PX_X  _ X<Ltzzx _Xt_X_X_X4 <   P_ `X _ X   !_!X!$!8!dz!tx!_!X"_"X"H_"XX" " "_"X""# /#xz#z#c #c #z#x#_#X$$$4x$LX$t$$x$X$%%@z%Px%hX%I %I %q %q %s %s %u %u %v %v %w %w %x %x %y &y &z &z &} &} & & &( &0 &4 &8 &| & &s&&&\& ''$\'@s'Pr'X'\''X'A'(0(@(P(`(pX((X))(X))X) ) )^ )^ ** * *`X*|**X*q**+Q + Q +z+ @+lb++X++X+ + , $,8 ,H| ,`| ,d ,h ,[ ,@,[ -X--l -t -| -(- -(-X--X--1. v.4X.<.P1.xX.. . ...X.| .| /d /h /|@/[ /#/[ / / / /9 /9 07 07 0( 0< 0@ 0T 0 0 0s0000\11(181X1hX11X1 1 22,X2P2`X2t 2 22X2| 2| 2 3 343DX3x3X3| 3q33Z34`4p#44X4X45DD5X668 6dS6|X6K 6K 6 6 6 6 6 6 6 6 6 6 7 7 7 7 7 7$ 7( 7, 77X77X88(X8`8pX88X9 9  9<9LX9|z99%99X: :X:lX: : :X::X;z;(;8z;Lz;X;z;z;@;#<X<<  > >z>">,$>DX>l| >p| >e >e >??X? d ?$d ?<?L+ ?P+ ?h?x, ?|, ??X?B ?B ?? ? ?Y@@4 @< @\X@X@X@%@NA\XABXBXB(XBLXBxXBXBBXC\TC C CYCC C DXD<XDpXDXD%DNEXE,ETEXEXF XF8 F@ FHYFXFl Ft FXFXG XGDXGT%GhNGXGHlXHXHXHXIXI0%It I| ITIJ IJ Ie Ie If Ig If Ig Jh J i Jh Ji J j J$k J(j J,k J8l J<m J@l JDm J|XJ J JXJK [ K#K[ K0XKdXKK K K[ K#K[ KXL,XLPLX L` L[ L#L[ LXLXMM M  MT[ M\#M`[ MtXM MXM N XN  N4N< NXXNN{NNN[N&NOOOUO('O4@OD[ OH#OL[ O\XOXO OO OXP P8PDPL&PX@Ph[ Pl#Pp[ PXPXP PP Q XQ@QXQdQp@Q[ Q#Q[ QXQQXRR R,R8@RH[ RL#RP[ R`XRL RL R R R R R R R R R R R R R R R S TXT$T4XTHtT\TlbTLTTTTUUU(U8XU|UpUUUUXVVXV( V8 VPV`XVpV-VXVWW4XW<WlXWWXW W WXWXXTXdXXx X|X XXX(XNY(Y@XYYXY Y Y HY HYYXYZ(Z,Z<XZ\XZhZZZ3[ [[ [<[D[TX[l[t[X[[[X[}[r\\X\0 \@ \\\\\X]]](X]@]H]XX]t]|]X]]X^ ^$ ^<^LX^p^X^ ^ ^^X^}_J__(X_L_hJ_p_X___$_`P``X`| ` ``X`aXa0a@XaT ad a|aXaaXaaJabXbbHbXXbhbb$bbXbc(c8XcXXcd chct cXcRcXd<dLXd` dp ddXeRe$e8ReHe\Xe e eXeeRf4M f8M f\f f`f fdg flg fph fxh f|i fi fj fj fk fk fl fl fm fm fn fn f f f f f f f f f f h$h<hhlTlTs s s s s s tst I t$I t<w t@w tH tLtP tT t\ tdtt`t\t^ t^ t t uL-u\udupv@Xvt-vvv v vXwXwJw-wxXxJx,JxT xX xp-xJxO yO y$] y(] y,^ y4^ y8_ y@_ yD` yH` yxSy^ y^ zz(^ z<^ z^ z^ z{{ {P {X {X{X|^ |^ |^ |^ |}D}T }\ }l }p }|}}S} T} T~\ T~` T~ ~ ~ ~ `SS  pJ J  d!$ ,   |!    TFpXx^ |^ XSL P   S  T X  { ,^ 0^ l p, t x+ |, B + e B d e  d 9  7 9 7       F F Q SQ , 0 zzHzzzzzzzzz,zzz  $ ( Hl| p| ccccc   ,P 0P T X \ d    P     ,  ,(8\ ,` ,tF F  L P P 4 4 <  < $ @( D8h Dt Lx D @F F F F  T T ` ` `$8 hP hT h\p t t t       0 4 <P h l t         0 H L Th        8  8F F $\ ` d    L 8P 8T H H P T T< d@ dD P l p p4 8 < l   , 0 4H 8d 8  ,F 0F XF \F ` d l          ( @ H L` x           $ ,@ X \ dx    ( ( ( 4 4 4 \ @` @d L L \ \, < p@ pPF TF Xh d h h x x p p< d@ F F    ( @ H L` x |    F F 8 < DX p t |         $8 P T \    @ D H| 4     $ ,( ,,@ \   4$F (F PF TF X 8\ 8`t H H H   P P P, ,  ` ` `+ + ( p@ pD pLB PTB d || | |e e    d d     ( , 4 8< L d h p9 tx9    7 7         $ (, < T X ` dh x         $ $ $   $ < @ PF TF Xl 0 0 P^ ^  P,4T 4X 4`p xt x  x 8 8     T\| < <   ( @, @4H L t x ^ ^    D D$4 L8H LP` d l|S     P P   X X 8\ ` d Lh L<L    P  PPT G$H(I,J0K4L8M<O@P|ooRooCE  $(,048<@D?TX\ `dEhl]OH8`HxXhHl(HXhxDh(8H(XLhXxp|(4X(8HXhx<Ph8Hh0@T(lHh Lh(8Hhx(Hh 8 X x    D  d   ( 8 X h  x 8  \  p       @  h ( 8 H X h  x ,  L  t        8  ` ( 8 X x  0 T x  8 X h x0 T |  8HX$xxL|8H8Xdx,PtHhx<\acipvars.c/project/navajo5/atmbld/atm_Sbus25_IBM/cip/acipvars.cXa ; g ; O ; V=3.0 ; R=3.0/project/navajo5/atmbld/atm_Sbus25_IBM/cip; /opt/SUNWspro/SC3.0/bin/cc -Xa -v -I. -I../common/doth -xO2 -g -D_IBM_ -D_KERNEL -D_ARP_CLIENT_ -c acipvars.c -W0,-xpacip_broadcast_addracip_llcsnap_ipacip_llcsnap_arpacip_sys_initializedfn_topacip_debugacip_fentryacip_mdisptimer1_indextimer2_indextimer3_indextimer4_indexacip_module_infoacipracipwaciprmacipwmacip_stream_infoacip_cb_opsacip_opsmodrevstrmodule_versionmodldrvmodlinkagetimer4_datatimer3_datatimer2_datatimer1_datatimer4_starttimer3_starttimer2_starttimer1_startacip_load_countacip_debug_bufacip_modefn_mod_9fn_mod_8fn_mod_7fn_mod_6fn_mod_5fn_mod_4fn_mod_3fn_mod_2fn_mod_1acip_kdacip_kspacip_discarded_queuedacip_discarded_broadcastsacip_outpkt_inarp_repacip_outpkt_inarp_reqacip_outpkt_arp_nakacip_outpkt_arp_repacip_outpkt_arp_reqacip_outpkt_ipacip_inpkt_inarp_repacip_inpkt_inarp_reqacip_inpkt_arp_nakacip_inpkt_arp_repacip_inpkt_arp_reqacip_inpkt_ipacip_vcc_extra_timeacip_vcc_timeacip_arp_timevcctabarptablistabupqtabacip_cip_mutexacip_timer_postedacip_timer_idacip_hw_ticks_secacip_null_atm_addracip_lo_queueacip_dev_infoacipsys.c/project/navajo5/atmbld/atm_Sbus25_IBM/cip/acipsys.cXa ; g ; O ; V=3.0 ; R=3.0/project/navajo5/atmbld/atm_Sbus25_IBM/cip; /opt/SUNWspro/SC3.0/bin/cc -Xa -v -I. -I../common/doth -xO2 -g -D_IBM_ -D_KERNEL -D_ARP_CLIENT_ -c acipsys.c -W0,-xp_initfn_mod_1_1_infofn_mod_1_2_finifn_mod_1_3acip_identifyfn_mod_1_4acip_probefn_mod_1_5acip_attachfn_mod_1_6acip_detachfn_mod_1_7acip_getinfofn_mod_1_8acip_openfn_mod_1_9acip_closefn_mod_1_10rxu_ioctlfn_mod_1_11acip_sys_startfn_mod_1_12acip_sys_stopfn_mod_1_13console_init_mod_1aciplm.c/project/navajo5/atmbld/atm_Sbus25_IBM/cip/aciplm.cXa ; g ; O ; V=3.0 ; R=3.0/project/navajo5/atmbld/atm_Sbus25_IBM/cip; /opt/SUNWspro/SC3.0/bin/cc -Xa -v -I. -I../common/doth -xO2 -g -D_IBM_ -D_KERNEL -D_ARP_CLIENT_ -c aciplm.c -W0,-xprxu_lm_msgfn_mod_2_1rxu_config_reqfn_mod_2_2rxu_shutdown_reqfn_mod_2_3txu_gen_okfn_mod_2_4txu_gen_errorfn_mod_2_5console_init_mod_2acipdlpi.c/project/navajo5/atmbld/atm_Sbus25_IBM/cip/acipdlpi.cXa ; g ; O ; V=3.0 ; R=3.0/project/navajo5/atmbld/atm_Sbus25_IBM/cip; /opt/SUNWspro/SC3.0/bin/cc -Xa -v -I. -I../common/doth -xO2 -g -D_IBM_ -D_KERNEL -D_ARP_CLIENT_ -c acipdlpi.c -W0,-xprxu_dlpi_msgfn_mod_3_1rxu_dl_attach_reqfn_mod_3_2rxu_dl_detach_reqfn_mod_3_3rxu_dl_bind_reqfn_mod_3_4rxu_dl_unbind_reqfn_mod_3_5rxu_dl_enabmulti_reqfn_mod_3_6rxu_dl_disabmulti_reqfn_mod_3_7rxu_dl_getphysaddr_reqfn_mod_3_8rxu_dl_info_reqfn_mod_3_9txu_dl_okfn_mod_3_10txu_dl_errorfn_mod_3_11txu_dl_uderrorfn_mod_3_12console_init_mod_3acipdata.c/project/navajo5/atmbld/atm_Sbus25_IBM/cip/acipdata.cXa ; g ; O ; V=3.0 ; R=3.0/project/navajo5/atmbld/atm_Sbus25_IBM/cip; /opt/SUNWspro/SC3.0/bin/cc -Xa -v -I. -I../common/doth -xO2 -g -D_IBM_ -D_KERNEL -D_ARP_CLIENT_ -c acipdata.c -W0,-xpacip_wputfn_mod_5_1rxu_ip_msgfn_mod_5_2txl_aal5_unitdata_reqfn_mod_5_3acip_rputfn_mod_5_4rxl_aal5_unitdata_indfn_mod_5_5out_q_putnextfn_mod_5_6out_q_qreplyfn_mod_5_7out_q_dispatchfn_mod_5_8newmsgfn_mod_5_9console_init_mod_5aciparp.c/project/navajo5/atmbld/atm_Sbus25_IBM/cip/aciparp.cXa ; g ; O ; V=3.0 ; R=3.0/project/navajo5/atmbld/atm_Sbus25_IBM/cip; /opt/SUNWspro/SC3.0/bin/cc -Xa -v -I. -I../common/doth -xO2 -g -D_IBM_ -D_KERNEL -D_ARP_CLIENT_ -c aciparp.c -W0,-xprxu_etharp_msgfn_mod_4_1txu_etharp_replyfn_mod_4_2txl_inatmarp_reqfn_mod_4_3txl_noratmarp_reqfn_mod_4_4txl_atmarp_msgfn_mod_4_5rxl_atmarp_msgfn_mod_4_6rxl_inatmarp_msgfn_mod_4_7rxl_noratmarp_rspfn_mod_4_8rxl_noratmarp_reqfn_mod_4_9console_init_mod_4acipqltx.c/project/navajo5/atmbld/atm_Sbus25_IBM/cip/acipqltx.cXa ; g ; O ; V=3.0 ; R=3.0/project/navajo5/atmbld/atm_Sbus25_IBM/cip; /opt/SUNWspro/SC3.0/bin/cc -Xa -v -I. -I../common/doth -xO2 -g -D_IBM_ -D_KERNEL -D_ARP_CLIENT_ -c acipqltx.c -W0,-xptxl_pvc_bind_reqfn_mod_6_1txl_pvc_unbind_reqfn_mod_6_2txl_svc_listen_reqfn_mod_6_3txl_svc_unlisten_reqfn_mod_6_4txl_svc_connect_reqfn_mod_6_5txl_svc_connect_rspfn_mod_6_6txl_svc_release_reqfn_mod_6_7txl_svc_release_req_noblkfn_mod_6_8console_init_mod_6acipqlrx.c/project/navajo5/atmbld/atm_Sbus25_IBM/cip/acipqlrx.cXa ; g ; O ; V=3.0 ; R=3.0/project/navajo5/atmbld/atm_Sbus25_IBM/cip; /opt/SUNWspro/SC3.0/bin/cc -Xa -v -I. -I../common/doth -xO2 -g -D_IBM_ -D_KERNEL -D_ARP_CLIENT_ -c acipqlrx.c -W0,-xprxl_msgfn_mod_7_1rxl_pvc_bind_okfn_mod_7_2rxl_pvc_bind_errorfn_mod_7_3rxl_pvc_unbind_okfn_mod_7_4rxl_pvc_unbind_errorfn_mod_7_5rxl_pvc_down_indfn_mod_7_6rxl_svc_listen_okfn_mod_7_7rxl_svc_listen_errorfn_mod_7_8rxl_svc_connect_indfn_mod_7_9rxl_svc_connect_cnffn_mod_7_10rxl_svc_constatus_indfn_mod_7_11rxl_svc_status_indfn_mod_7_12rxl_svc_release_indfn_mod_7_13rxl_svc_restart_indfn_mod_7_14console_init_mod_7acipspar.c/project/navajo5/atmbld/atm_Sbus25_IBM/cip/acipspar.cXa ; g ; O ; V=3.0 ; R=3.0/project/navajo5/atmbld/atm_Sbus25_IBM/cip; /opt/SUNWspro/SC3.0/bin/cc -Xa -v -I. -I../common/doth -xO2 -g -D_IBM_ -D_KERNEL -D_ARP_CLIENT_ -c acipspar.c -W0,-xpspar_reset_amConEvntspar_reset_amCnStEvntspar_reset_amRelEvntspar_set_aalParamspar_set_atmTfcDescspar_set_bBearCapspar_set_bLoLyrInfospar_set_causeDgnspar_set_cdPtyNmbspar_set_cdPtySadspar_set_cgPtyNmbspar_set_cgPtySadspar_set_qosParamspar_chk_aalParamspar_chk_bLoLyrInfospar_chk_connIdspar_chk_cd_atm_addrspar_chk_cg_atm_addrspar_get_val_from_strspar_put_val_in_straciptime.c/project/navajo5/atmbld/atm_Sbus25_IBM/cip/aciptime.cXa ; g ; O ; V=3.0 ; R=3.0/project/navajo5/atmbld/atm_Sbus25_IBM/cip; /opt/SUNWspro/SC3.0/bin/cc -Xa -v -I. -I../common/doth -xO2 -g -D_IBM_ -D_KERNEL -D_ARP_CLIENT_ -c aciptime.c -W0,-xpacip_timerfn_mod_8_1arp_agerfn_mod_8_2vcc_agerfn_mod_8_3vcc_extra_agerfn_mod_8_4console_init_mod_8aciputil.c/project/navajo5/atmbld/atm_Sbus25_IBM/cip/aciputil.cXa ; g ; O ; V=3.0 ; R=3.0/project/navajo5/atmbld/atm_Sbus25_IBM/cip; /opt/SUNWspro/SC3.0/bin/cc -Xa -v -I. -I../common/doth -xO2 -g -D_IBM_ -D_KERNEL -D_ARP_CLIENT_ -c aciputil.c -W0,-xparp_entry_resetarp_lookuparp_createarp_delete_allarp_null_referencesfn_mod_9_1arp_entry_foundarp_lookup_by_atmvcc_entry_resetvcc_enqueuevcc_dequeuevcc_get_freestart_pointvcc_delete_singlevcc_delete_allvcc_select_txvcc_init_for_arpservervcc_select_rxvcc_terminate_txvcc_terminate_rxvcc_ix_null_referencesfn_mod_9_2upq_entry_resetupq_all_freelis_entry_resetlis_all_freelis_get_matchall_tables_resetall_globals_resetcvt_atmarp_tofixedcvt_atmarp_tovarcvt_dlpi_stateclassify_error_codemac_addr_setmac_addr_getipatm_addr_comparekstats_startkstats_stopconsole_init_mod_9acipcon.c/project/navajo5/atmbld/atm_Sbus25_IBM/cip/acipcon.cXa ; g ; O ; V=3.0 ; R=3.0/project/navajo5/atmbld/atm_Sbus25_IBM/cip; /opt/SUNWspro/SC3.0/bin/cc -Xa -v -I. -I../common/doth -xO2 -g -D_IBM_ -D_KERNEL -D_ARP_CLIENT_ -c acipcon.c -W0,-xpconsole_msgconsole_fentryacipdbug.c/project/navajo5/atmbld/atm_Sbus25_IBM/cip/acipdbug.cXa ; g ; O ; V=3.0 ; R=3.0/project/navajo5/atmbld/atm_Sbus25_IBM/cip; /opt/SUNWspro/SC3.0/bin/cc -Xa -v -I. -I../common/doth -xO2 -g -D_IBM_ -D_KERNEL -D_ARP_CLIENT_ -c acipdbug.c -W0,-xpdump_memdump_lisdump_vccdump_upqdump_arpdump_statrxu_lm_nddget_reqrxu_lm_nddset_reqdump_console_errorsacip_break1acip_break2acip_debug_tx_inatmarp_req/project/navajo5/atmbld/atm_Sbus25_IBM/cipacipvars.oacipsys.oaciplm.oacipdlpi.oacipdata.oaciparp.oacipqltx.oacipqlrx.oacipspar.oaciptime.oaciputil.oacipcon.oacipdbug.o8`^{%g*hD2h: L FO{~YS| d x  o07070100044ac6000081a4000006f1000007ee0000000130d74b4a00000028ffffffff00000007ffffffff0003af070000001a00000000root/kernel/drv/acip.confname="acip" parent="pseudo" instance=0; 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!