Searched defs:errorCode (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceLocationException.java | 206 private short errorCode = OK; field in ServiceLocationException 216 ServiceLocationException(short errorCode, String msgTag, Object[] params) { in ServiceLocationException()
|
H A D | ServiceTable.java | 515 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 D | dns-sd.c | 582 … DNSServiceErrorType 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 D | PoolsException.java | 643 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 D | mdns_common.c | 156 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 D | dnssd_clientstub.c | 2523 DNSServiceErrorType errorCode, void *context) in SleepKeepaliveCallback()
|
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/ |
H A D | mDNS.c | 685 UErrorCode errorCode = U_ZERO_ERROR; in PunycodeConvert() local
|