Home
last modified time | relevance | path

Searched refs:gEventSources (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DmDNSPosix.c69 static PosixEventSource *gEventSources; // linked list of PosixEventSource's variable
2043 for (iSource = gEventSources; iSource; iSource = iSource->next) in mDNSPosixGetFDSetForSelect()
2120 for (iSource = gEventSources; iSource; iSource = iSource->next) in mDNSPosixProcessFDSet()
2145 PosixEventSource **epp = &gEventSources; in requestIOEvents()
2210 PosixEventSource *iSource, **epp = &gEventSources; in stopReadOrWriteEvents()