Home
last modified time | relevance | path

Searched refs:getErrorCode (Results 1 – 25 of 58) sorted by relevance

123

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A Dslpd.java585 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 DActiveDiscoverer.java118 new Integer(ex.getErrorCode()), in start()
255 new Object[] { new Integer(ex.getErrorCode()), in activeDiscovery()
287 new Integer(ex.getErrorCode()), in addPreconfiguredDAs()
H A DTransact.java172 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 DSrvLocMsg.java56 abstract short getErrorCode(); in getErrorCode() method
H A DServiceTable.java366 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()
H A DSrvLocMsgImpl.java79 public short getErrorCode() { in getErrorCode() method in SrvLocMsgImpl
H A DServerDATable.java598 new Integer(ex.getErrorCode()), in forwardRegOrDereg()
607 rply.getErrorCode() != ServiceLocationException.OK) { in forwardRegOrDereg()
614 Integer.toString(rply.getErrorCode()))}); in forwardRegOrDereg()
/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcRefreshInformation.cc45 log.debug("Error encountered: %d", e.getErrorCode()); in Sun_fcRefreshInformation()
H A DSun_fcDoForceLip.cc50 return (e.getErrorCode()); in Sun_fcDoForceLip()
H A DSun_fcSetRNIDMgmtInfo.cc61 return (e.getErrorCode()); in Sun_fcSetRNIDMgmtInfo()
H A DSun_fcGetAdapterAttributes.cc58 return (e.getErrorCode()); in Sun_fcGetAdapterAttributes()
H A DSun_fcNPIVGetAdapterAttributes.cc49 return (e.getErrorCode()); in Sun_fcNPIVGetAdapterAttributes()
H A DSun_fcOpenAdapterByWWN.cc56 return (e.getErrorCode()); in Sun_fcOpenAdapterByWWN()
H A DSun_fcOpenTgtAdapterByWWN.cc56 return (e.getErrorCode()); in Sun_fcOpenTgtAdapterByWWN()
H A DSun_fcGetRNIDMgmtInfo.cc63 return (e.getErrorCode()); in Sun_fcGetRNIDMgmtInfo()
H A DSun_fcDeleteNPIVPort.cc46 return (e.getErrorCode()); in Sun_fcDeleteNPIVPort()
H A DSun_fcGetAdapterName.cc62 return (e.getErrorCode()); in Sun_fcGetAdapterName()
H A DSun_fcGetPortAttributesByWWN.cc58 return (e.getErrorCode()); in Sun_fcGetPortAttributesByWWN()
H A DSun_fcGetTgtAdapterName.cc62 return (e.getErrorCode()); in Sun_fcGetTgtAdapterName()
H A DSun_fcGetAdapterPortAttributes.cc61 return (e.getErrorCode()); in Sun_fcGetAdapterPortAttributes()
H A DSun_fcGetPortNPIVAttributes.cc51 return (e.getErrorCode()); in Sun_fcGetPortNPIVAttributes()
H A DSun_fcGetFcpTargetMappingV2.cc68 return (e.getErrorCode()); in Sun_fcGetFcpTargetMappingV2()
H A DSun_fcGetDiscPortAttrs.cc63 return (e.getErrorCode()); in Sun_fcGetDiscoveredPortAttributes()
H A DSun_fcGetNPIVPortInfo.cc46 return (e.getErrorCode()); in Sun_fcGetNPIVPortInfo()
H A DSun_fcCreateNPIVPort.cc47 return (e.getErrorCode()); in Sun_fcCreateNPIVPort()

123