Searched defs:CallbackWithError (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c894 static void CallbackWithError(DNSServiceRef sdRef, DNSServiceErrorType error) function
946 syslog(LOG_WARNING, "dnssd_clientstub CallbackWithError called with bad op %d", sdr->op);
1017 CallbackWithError(sdRef, kDNSServiceErr_ServiceNotRunning);
1057 CallbackWithError(sdRef, kDNSServiceErr_ServiceNotRunning);
1161 // When there is an error reading from the daemon e.g., bad fd, CallbackWithError
1165 // to clear the moreptr so that CallbackWithError can terminate itself instead of

Completed in 51 milliseconds