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

/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DBaseListener.java31 @param errorCode
34 void operationFailed( DNSSDService service, int errorCode); argument
H A DDNSSD.java490 public AppleDNSSDException( int errorCode) { fErrorCode = errorCode; } argument
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationException.java206 private short errorCode = OK; field in class:ServiceLocationException
216 ServiceLocationException(short errorCode, String msgTag, Object[] params) { argument
220 this.errorCode = errorCode;
237 return errorCode;
H A DServiceTable.java515 short errorCode =
539 new ServiceLocationException(errorCode,
555 new ServiceLocationException(errorCode,
740 short errorCode = ServiceLocationException.OK;
873 short errorCode = ServiceLocationException.OK;
952 short errorCode = ServiceLocationException.OK;
1066 short errorCode = ServiceLocationException.OK;
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java643 private final int errorCode = PoolInternal.pool_error(); field in class:PoolsException
653 private static String description(int errorCode) argument
656 errorCode));
657 if (errorCode == PoolInternal.POE_SYSTEM)
669 return (errorCode);
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSwingResolveListener.java57 public void operationFailed( DNSSDService service, int errorCode) argument
60 fErrorCode = errorCode;
H A DSwingBrowseListener.java55 public void operationFailed( DNSSDService service, int errorCode) argument
58 fErrorCode = errorCode;
H A DSwingDomainListener.java55 public void operationFailed( DNSSDService service, int errorCode) argument
58 fErrorCode = errorCode;
H A DSwingQueryListener.java54 public void operationFailed( DNSSDService service, int errorCode) argument
57 fErrorCode = errorCode;
H A DSimpleChat.java160 public void operationFailed( DNSSDService service, int errorCode) argument
162 System.out.println( "Service reported error " + String.valueOf( errorCode));
289 public void operationFailed( DNSSDService service, int errorCode) argument
291 System.out.println( "Service reported error " + String.valueOf( errorCode));
H A DBrowserApp.java209 public void operationFailed( DNSSDService service, int errorCode) argument
270 public void operationFailed( DNSSDService service, int errorCode) argument
415 public void operationFailed( DNSSDService service, int errorCode) argument
/illumos-gate/usr/src/lib/sun_fc/common/
H A DExceptions.h47 HBAException(HBA_STATUS err) : errorCode(err) {
52 HBA_STATUS getErrorCode() { return errorCode; }
54 HBA_STATUS errorCode; member in class:HBAException
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c514 DNSServiceErrorType errorCode, const char *replyDomain, void *context)
524 EXIT_IF_LIBDISPATCH_FATAL_ERROR(errorCode);
529 if (errorCode)
530 printf("Error code %d\n", errorCode);
590 static void DNSSD_API zonedata_resolve(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, argument
607 if (errorCode) { printf("Error code %d\n", errorCode); return; }
650 static void DNSSD_API zonedata_browse(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, argument
657 EXIT_IF_LIBDISPATCH_FATAL_ERROR(errorCode);
660 if (errorCode) { print
513 enum_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *replyDomain, void *context) argument
667 browse_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *replyName, const char *replyType, const char *replyDomain, void *context) argument
723 resolve_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget, uint16_t opaqueport, uint16_t txtLen, const unsigned char *txtRecord, void *context) argument
809 reg_reply(DNSServiceRef sdref, const DNSServiceFlags flags, DNSServiceErrorType errorCode, const char *name, const char *regtype, const char *domain, void *context) argument
969 qr_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *fullname, uint16_t rrtype, uint16_t rrclass, uint16_t rdlen, const void *rdata, uint32_t ttl, void *context) argument
1105 port_mapping_create_reply(DNSServiceRef sdref, DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, uint32_t publicAddress, uint32_t protocol, uint16_t privatePort, uint16_t publicPort, uint32_t ttl, void *context) argument
1127 addrinfo_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *hostname, const struct sockaddr *address, uint32_t ttl, void *context) argument
1289 MyRegisterRecordCallback(DNSServiceRef service, DNSRecordRef rec, const DNSServiceFlags flags, DNSServiceErrorType errorCode, void *context) argument
[all...]
/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddns_sd.h974 * errorCode: Will be kDNSServiceErr_NoError (0) on success, otherwise indicates
975 * the failure that occurred (other parameters are undefined if errorCode is nonzero).
988 DNSServiceErrorType errorCode,
1056 * errorCode: Will be kDNSServiceErr_NoError on success, otherwise will
1059 * Other parameters are undefined if errorCode is nonzero.
1078 DNSServiceErrorType errorCode,
1367 * errorCode: Will be kDNSServiceErr_NoError (0) on success, otherwise will
1369 * the errorCode is nonzero.
1398 DNSServiceErrorType errorCode,
1481 * errorCode
[all...]
H A Ddnssd_clientstub.c2232 DNSServiceErrorType errorCode, void *context)
2242 ((DNSServiceSleepKeepaliveReply)ka->AppCallback)(sdRef, errorCode, ka->AppContext);
2231 SleepKeepaliveCallback(DNSServiceRef sdRef, DNSRecordRef rec, const DNSServiceFlags flags, DNSServiceErrorType errorCode, void *context) argument
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dadm.h78 void ADM_Exit(int errorCode);
/illumos-gate/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c312 DNSServiceErrorType errorCode, const char *serviceName, const char *regtype,
321 if ( errorCode == kDNSServiceErr_NoError)
331 ReportError( pContext->Env, pContext->ClientObj, pContext->JavaObj, errorCode);
377 DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget,
395 if ( errorCode == kDNSServiceErr_NoError)
417 ReportError( pContext->Env, pContext->ClientObj, pContext->JavaObj, errorCode);
462 DNSServiceErrorType errorCode, const char *serviceName,
471 if ( errorCode == kDNSServiceErr_NoError)
480 ReportError( pContext->Env, pContext->ClientObj, pContext->JavaObj, errorCode);
676 DNSServiceErrorType errorCode, voi
311 ServiceBrowseReply( DNSServiceRef sdRef _UNUSED, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *serviceName, const char *regtype, const char *replyDomain, void *context) argument
376 ServiceResolveReply( DNSServiceRef sdRef _UNUSED, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget, uint16_t port, uint16_t txtLen, const unsigned char *txtRecord, void *context) argument
461 ServiceRegisterReply( DNSServiceRef sdRef _UNUSED, DNSServiceFlags flags, DNSServiceErrorType errorCode, const char *serviceName, const char *regType, const char *domain, void *context) argument
674 RegisterRecordReply( DNSServiceRef sdRef _UNUSED, DNSRecordRef recordRef _UNUSED, DNSServiceFlags flags, DNSServiceErrorType errorCode, void *context) argument
754 ServiceQueryReply( DNSServiceRef sdRef _UNUSED, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *serviceName, uint16_t rrtype, uint16_t rrclass, uint16_t rdlen, const void *rdata, uint32_t ttl, void *context) argument
820 DomainEnumReply( DNSServiceRef sdRef _UNUSED, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *replyDomain, void *context) argument
[all...]
/illumos-gate/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c158 uint32_t ifIndex, DNSServiceErrorType errorCode,
176 if (errorCode != kDNSServiceErr_NoError) {
298 uint32_t ifIndex, DNSServiceErrorType errorCode,
315 if (errorCode != kDNSServiceErr_NoError) {
156 _nss_mdns_querynamereply(DNSServiceRef sdRef, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *fullname, uint16_t rrtype, uint16_t rrclass, uint16_t rdlen, const void *rdata, uint32_t ttl, void *context) argument
296 _nss_mdns_queryaddrreply(DNSServiceRef sdRef, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *fullname, uint16_t rrtype, uint16_t rrclass, uint16_t rdlen, const void *rdata, uint32_t ttl, void *context) argument

Completed in 105 milliseconds