Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/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()
H A DServiceTable.java515 short errorCode = in register() local
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
/illumos-gate/usr/src/contrib/mDNSResponder/Clients/
H A Ddns-sd.c582DNSServiceErrorType errorCode, const char *replyDomain, void *context) in enum_reply()
658 …(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in zonedata_resolve()
718 …(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in zonedata_browse()
735 …(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in browse_reply()
791 …(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in resolve_reply()
881 …NSSD_API reg_reply(DNSServiceRef sdref, const DNSServiceFlags flags, DNSServiceErrorType errorCode, in reg_reply()
1060 …(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in qr_reply()
1195 …DNSServiceRef sdref, DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, uint3… in port_mapping_create_reply()
1217 … sdref, const DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const… in addrinfo_reply()
1372 DNSServiceErrorType errorCode, void *context) in MyRegisterRecordCallback()
/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 PoolsException
653 private static String description(int errorCode) in description()
/illumos-gate/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c156 uint32_t ifIndex, DNSServiceErrorType errorCode, in _nss_mdns_querynamereply()
296 uint32_t ifIndex, DNSServiceErrorType errorCode, in _nss_mdns_queryaddrreply()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Ddnssd_clientstub.c2523 DNSServiceErrorType errorCode, void *context) in SleepKeepaliveCallback()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c685 UErrorCode errorCode = U_ZERO_ERROR; in PunycodeConvert() local