/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | slpd.java | 585 if (msg.getErrorCode() != ServiceLocationException.OK) { in stopSA() 588 new Integer(msg.getErrorCode())}); in stopSA() 594 if (ex.getErrorCode() != ServiceLocationException.NETWORK_ERROR) { in stopSA() 596 new Object[] {new Integer(ex.getErrorCode())}); in stopSA() 611 switch (ex.getErrorCode()) { in errorExit() 637 new Integer(ex.getErrorCode()), in errorExit()
|
H A D | ActiveDiscoverer.java | 118 new Integer(ex.getErrorCode()), in start() 255 new Object[] { new Integer(ex.getErrorCode()), in activeDiscovery() 287 new Integer(ex.getErrorCode()), in addPreconfiguredDAs()
|
H A D | Transact.java | 172 short err = exx.getErrorCode(); in transactUA() 185 short err = tracon.exErr.getErrorCode(); in transactUA() 344 new Short(ex.getErrorCode()), in transactUnicastMsg() 353 short errCode = ex.getErrorCode(); in transactUnicastMsg() 850 new ServiceLocationException(ex.getErrorCode(), in internalize() 941 new Object[] {new Integer(ex.getErrorCode()), in transactActiveAdvertRequest() 1067 if (ex.getErrorCode() != ServiceLocationException.DA_BUSY) { in run() 1290 if (ex.getErrorCode() == in transactConvergeMsg()
|
H A D | SrvLocMsg.java | 56 abstract short getErrorCode(); in getErrorCode() method
|
H A D | SrvLocMsgImpl.java | 79 public short getErrorCode() { in getErrorCode() method in SrvLocMsgImpl
|
H A D | ServiceTable.java | 366 new Integer(ex.getErrorCode()), in registerStore() 696 ex.getMessage()+"("+ex.getErrorCode()+")", in register() 836 ex.getMessage()+"("+ex.getErrorCode()+")", in deregister() 914 ex.getMessage()+"("+ex.getErrorCode()+")", in findServiceTypes() 1023 ex.getMessage()+"("+ex.getErrorCode()+")", in findServices() 1166 ex.getMessage()+"("+ex.getErrorCode()+")", in findAttributes() 1625 "(" + ((ServiceLocationException)ex).getErrorCode() + ")"; in reportException()
|
/titanic_41/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcRefreshInformation.cc | 45 log.debug("Error encountered: %d", e.getErrorCode()); in Sun_fcRefreshInformation()
|
H A D | Sun_fcDoForceLip.cc | 50 return (e.getErrorCode()); in Sun_fcDoForceLip()
|
H A D | Sun_fcSetRNIDMgmtInfo.cc | 61 return (e.getErrorCode()); in Sun_fcSetRNIDMgmtInfo()
|
H A D | Sun_fcGetAdapterAttributes.cc | 58 return (e.getErrorCode()); in Sun_fcGetAdapterAttributes()
|
H A D | Sun_fcNPIVGetAdapterAttributes.cc | 49 return (e.getErrorCode()); in Sun_fcNPIVGetAdapterAttributes()
|
H A D | Sun_fcOpenAdapterByWWN.cc | 56 return (e.getErrorCode()); in Sun_fcOpenAdapterByWWN()
|
H A D | Sun_fcOpenTgtAdapterByWWN.cc | 56 return (e.getErrorCode()); in Sun_fcOpenTgtAdapterByWWN()
|
H A D | Sun_fcGetRNIDMgmtInfo.cc | 63 return (e.getErrorCode()); in Sun_fcGetRNIDMgmtInfo()
|
H A D | Sun_fcDeleteNPIVPort.cc | 46 return (e.getErrorCode()); in Sun_fcDeleteNPIVPort()
|
H A D | Sun_fcGetAdapterName.cc | 62 return (e.getErrorCode()); in Sun_fcGetAdapterName()
|
H A D | Sun_fcGetPortAttributesByWWN.cc | 58 return (e.getErrorCode()); in Sun_fcGetPortAttributesByWWN()
|
H A D | Sun_fcGetTgtAdapterName.cc | 62 return (e.getErrorCode()); in Sun_fcGetTgtAdapterName()
|
H A D | Sun_fcGetAdapterPortAttributes.cc | 61 return (e.getErrorCode()); in Sun_fcGetAdapterPortAttributes()
|
H A D | Sun_fcGetPortNPIVAttributes.cc | 51 return (e.getErrorCode()); in Sun_fcGetPortNPIVAttributes()
|
H A D | Sun_fcGetFcpTargetMappingV2.cc | 68 return (e.getErrorCode()); in Sun_fcGetFcpTargetMappingV2()
|
H A D | Sun_fcGetDiscPortAttrs.cc | 63 return (e.getErrorCode()); in Sun_fcGetDiscoveredPortAttributes()
|
H A D | Sun_fcGetNPIVPortInfo.cc | 46 return (e.getErrorCode()); in Sun_fcGetNPIVPortInfo()
|
H A D | Sun_fcCreateNPIVPort.cc | 47 return (e.getErrorCode()); in Sun_fcCreateNPIVPort()
|
/titanic_41/usr/src/lib/libdns_sd/java/com/apple/dnssd/ |
H A D | DNSSDException.java | 74 abstract public int getErrorCode(); in getErrorCode() method in DNSSDException
|