Searched refs:mDNSPosixRunEventLoopOnce (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.h80 extern mStatus mDNSPosixRunEventLoopOnce( mDNS *m, const struct timeval *pTimeout, sigset_t *pSignalsReceived, mDNSBool *pDataDispatched);
H A DPosixDaemon.c176 (void) mDNSPosixRunEventLoopOnce(m, &timeout, &signals, &gotData);
H A DmDNSPosix.c1742 // Add a file descriptor to the set that mDNSPosixRunEventLoopOnce() listens to.
1771 // Remove a file descriptor from the set that mDNSPosixRunEventLoopOnce() listens to.
1796 // Tell the event package to listen for signal and report it in mDNSPosixRunEventLoopOnce().
1811 // Tell the event package to stop listening for signal in mDNSPosixRunEventLoopOnce().
1828 mStatus mDNSPosixRunEventLoopOnce(mDNS *m, const struct timeval *pTimeout, function

Completed in 49 milliseconds