Searched refs:getErrorCode (Results 26 - 50 of 60) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/lib/sun_fc/common/
H A DSun_fcRegisterForAdapterEvents.cc69 return (e.getErrorCode());
H A DSun_fcRegisterForAdapterPortEvents.cc74 return (e.getErrorCode());
H A DSun_fcSendCTPassThruV2.cc76 return (e.getErrorCode());
H A DSun_fcSendLIRR.cc66 return (e.getErrorCode());
H A DSun_fcSendRLS.cc71 return (e.getErrorCode());
H A DSun_fcSendRNIDV2.cc70 return (e.getErrorCode());
H A DSun_fcSendRPL.cc68 return (e.getErrorCode());
H A DSun_fcSendRPS.cc76 return (e.getErrorCode());
H A DSun_fcSendReadCapacity.cc62 return (e.getErrorCode());
H A DSun_fcSendReportLUNs.cc61 return (e.getErrorCode());
H A DSun_fcSendSRL.cc65 return (e.getErrorCode());
H A DSun_fcSendScsiInquiry.cc63 return (e.getErrorCode());
H A DSun_fcAdapterCreateWWN.cc102 return (e.getErrorCode());
H A DSun_fcRegisterForTargetEvents.cc83 return (e.getErrorCode());
H A DSun_fcScsiInquiryV2.cc87 return (e.getErrorCode());
H A DSun_fcScsiReadCapacityV2.cc83 return (e.getErrorCode());
H A DSun_fcScsiReportLUNsV2.cc85 return (e.getErrorCode());
H A DExceptions.h52 HBA_STATUS getErrorCode() { return errorCode; } function in class:HBAException
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DActiveDiscoverer.java118 new Integer(ex.getErrorCode()),
255 new Object[] { new Integer(ex.getErrorCode()),
287 new Integer(ex.getErrorCode()),
H A Dslpd.java585 if (msg.getErrorCode() != ServiceLocationException.OK) {
588 new Integer(msg.getErrorCode())});
594 if (ex.getErrorCode() != ServiceLocationException.NETWORK_ERROR) {
596 new Object[] {new Integer(ex.getErrorCode())});
611 switch (ex.getErrorCode()) {
637 new Integer(ex.getErrorCode()),
H A DPermSARegTable.java106 new Object[] {new Short(ex.getErrorCode()),
H A DServiceLocationException.java236 public short getErrorCode() { method in class:ServiceLocationException
H A DTransact.java172 short err = exx.getErrorCode();
185 short err = tracon.exErr.getErrorCode();
344 new Short(ex.getErrorCode()),
353 short errCode = ex.getErrorCode();
850 new ServiceLocationException(ex.getErrorCode(),
941 new Object[] {new Integer(ex.getErrorCode()),
1067 if (ex.getErrorCode() != ServiceLocationException.DA_BUSY) {
1290 if (ex.getErrorCode() ==
H A DServerDATable.java598 new Integer(ex.getErrorCode()),
607 rply.getErrorCode() != ServiceLocationException.OK) {
614 Integer.toString(rply.getErrorCode()))});
H A DSARequester.java330 msg.getErrorCode();

Completed in 122 milliseconds

123