Home
last modified time | relevance | path

Searched defs:getErrorCode (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSrvLocMsg.java56 abstract short getErrorCode(); in getErrorCode() method
H A DSrvLocMsgImpl.java79 public short getErrorCode() { in getErrorCode() method in SrvLocMsgImpl
H A DServiceLocationException.java236 public short getErrorCode() { in getErrorCode() method in ServiceLocationException
H A DSrvLocHeader.java152 public short getErrorCode() { in getErrorCode() method in SrvLocHeader
/illumos-gate/usr/src/lib/sun_fc/common/
H A DExceptions.h52 HBA_STATUS getErrorCode() { return errorCode; } in getErrorCode() function