Home
last modified time | relevance | path

Searched refs:errorCode (Results 1 – 18 of 18) sorted by relevance

/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationException.java206 private short errorCode = OK; field in ServiceLocationException
216 ServiceLocationException(short errorCode, String msgTag, Object[] params) { in ServiceLocationException() argument
220 this.errorCode = errorCode; in ServiceLocationException()
237 return errorCode; in getErrorCode()
H A DServiceTable.java515 short errorCode = in register() local
539 new ServiceLocationException(errorCode, in register()
555 new ServiceLocationException(errorCode, in register()
740 short errorCode = ServiceLocationException.OK; in deregister() local
873 short errorCode = ServiceLocationException.OK; in findServiceTypes() local
952 short errorCode = ServiceLocationException.OK; in findServices() local
1066 short errorCode = ServiceLocationException.OK; in findAttributes() local
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c536 … DNSServiceErrorType errorCode, const char *replyDomain, void *context) in enum_reply() argument
546 EXIT_IF_LIBDISPATCH_FATAL_ERROR(errorCode); in enum_reply()
551 if (errorCode) in enum_reply()
552 printf("Error code %d\n", errorCode); in enum_reply()
612 …(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in zonedata_resolve() argument
629 if (errorCode) { printf("Error code %d\n", errorCode); return; } in zonedata_resolve()
672 …(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in zonedata_browse() argument
679 EXIT_IF_LIBDISPATCH_FATAL_ERROR(errorCode); in zonedata_browse()
682 if (errorCode) { printf("Error code %d\n", errorCode); return; } in zonedata_browse()
689 …(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in browse_reply() argument
[all …]
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java643 private final int errorCode = PoolInternal.pool_error(); field in PoolsException
653 private static String description(int errorCode) in description() argument
656 errorCode)); in description()
657 if (errorCode == PoolInternal.POE_SYSTEM) in description()
669 return (errorCode); in getCode()
/titanic_50/usr/src/lib/libdns_sd/common/
H A Ddns_sd.h983 DNSServiceErrorType errorCode,
1073 DNSServiceErrorType errorCode,
1393 DNSServiceErrorType errorCode,
1519 DNSServiceErrorType errorCode,
1637 DNSServiceErrorType errorCode,
1743 DNSServiceErrorType errorCode,
1855 DNSServiceErrorType errorCode,
2077 DNSServiceErrorType errorCode,
2595 DNSServiceErrorType errorCode,
H A Ddnssd_clientstub.c2215 DNSServiceErrorType errorCode, void *context) in SleepKeepaliveCallback() argument
2225 ((DNSServiceSleepKeepaliveReply)ka->AppCallback)(sdRef, errorCode, ka->AppContext); in SleepKeepaliveCallback()
/titanic_50/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c312 … DNSServiceErrorType errorCode, const char *serviceName, const char *regtype, in ServiceBrowseReply() argument
321 if ( errorCode == kDNSServiceErr_NoError) in ServiceBrowseReply()
331 ReportError( pContext->Env, pContext->ClientObj, pContext->JavaObj, errorCode); in ServiceBrowseReply()
377 … DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget, in ServiceResolveReply() argument
395 if ( errorCode == kDNSServiceErr_NoError) in ServiceResolveReply()
417 ReportError( pContext->Env, pContext->ClientObj, pContext->JavaObj, errorCode); in ServiceResolveReply()
462 … DNSServiceErrorType errorCode, const char *serviceName, in ServiceRegisterReply() argument
471 if ( errorCode == kDNSServiceErr_NoError) in ServiceRegisterReply()
480 ReportError( pContext->Env, pContext->ClientObj, pContext->JavaObj, errorCode); in ServiceRegisterReply()
676 DNSServiceErrorType errorCode, void *context) in RegisterRecordReply() argument
[all …]
/titanic_50/usr/src/lib/sun_fc/common/
H A DExceptions.h47 HBAException(HBA_STATUS err) : errorCode(err) { in HBAException()
52 HBA_STATUS getErrorCode() { return errorCode; } in getErrorCode()
54 HBA_STATUS errorCode;
/titanic_50/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSwingQueryListener.java54 public void operationFailed( DNSSDService service, int errorCode) in operationFailed() argument
57 fErrorCode = errorCode; in operationFailed()
H A DSwingResolveListener.java57 public void operationFailed( DNSSDService service, int errorCode) in operationFailed() argument
60 fErrorCode = errorCode; in operationFailed()
H A DSwingDomainListener.java55 public void operationFailed( DNSSDService service, int errorCode) in operationFailed() argument
58 fErrorCode = errorCode; in operationFailed()
H A DSwingBrowseListener.java55 public void operationFailed( DNSSDService service, int errorCode) in operationFailed() argument
58 fErrorCode = errorCode; in operationFailed()
H A DSimpleChat.java160 public void operationFailed( DNSSDService service, int errorCode) in operationFailed() argument
162 System.out.println( "Service reported error " + String.valueOf( errorCode)); in operationFailed()
289 public void operationFailed( DNSSDService service, int errorCode) in operationFailed() argument
291 System.out.println( "Service reported error " + String.valueOf( errorCode)); in operationFailed()
H A DBrowserApp.java209 public void operationFailed( DNSSDService service, int errorCode) in operationFailed() argument
270 public void operationFailed( DNSSDService service, int errorCode) in operationFailed() argument
415 public void operationFailed( DNSSDService service, int errorCode) in operationFailed() argument
/titanic_50/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DBaseListener.java34 void operationFailed( DNSSDService service, int errorCode); in operationFailed() argument
H A DDNSSD.java490 public AppleDNSSDException( int errorCode) { fErrorCode = errorCode; } in AppleDNSSDException() argument
/titanic_50/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c158 uint32_t ifIndex, DNSServiceErrorType errorCode, in _nss_mdns_querynamereply() argument
176 if (errorCode != kDNSServiceErr_NoError) { in _nss_mdns_querynamereply()
298 uint32_t ifIndex, DNSServiceErrorType errorCode, in _nss_mdns_queryaddrreply() argument
315 if (errorCode != kDNSServiceErr_NoError) { in _nss_mdns_queryaddrreply()
/titanic_50/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dadm.h78 void ADM_Exit(int errorCode);