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

/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c217 static int read_all(dnssd_sock_t sd, char *buf, int len) function
229 syslog(LOG_INFO, "dnssd_clientstub read_all: EINTR continue");
248 syslog(LOG_WARNING, "dnssd_clientstub read_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno));
254 syslog(LOG_WARNING, "dnssd_clientstub read_all(%d) failed %ld/%ld %d %s", sd,
259 syslog(LOG_INFO, "dnssd_clientstub read_all(%d) DEFUNCT", sd);
833 // Close our end of the socketpair *before* calling read_all() to get the four-byte error code.
835 // in read_all() because the socket is not closed (we still have an open reference to it)
842 // At this point we may wait in read_all for a few milliseconds waiting for the daemon to send us the error code,
849 if (read_all(errsd, (char*)&err, (int)sizeof(err)) < 0)
850 err = kDNSServiceErr_ServiceNotRunning; // On failure read_all wil
[all...]

Completed in 151 milliseconds