Lines Matching refs:PosixEventSource
69 static PosixEventSource *gEventSources; // linked list of PosixEventSource's
84 mDNSlocal void requestReadEvents(PosixEventSource *eventSource,
87 mDNSlocal void requestWriteEvents(PosixEventSource *eventSource,
2024 PosixEventSource *iSource; in mDNSPosixGetFDSetForSelect()
2084 PosixEventSource *iSource; in mDNSPosixProcessFDSet()
2140 mDNSu32 mDNSPlatformEventContextSize = sizeof (PosixEventSource);
2142 mDNSlocal void requestIOEvents(PosixEventSource *newSource, const char *taskName, in requestIOEvents()
2145 PosixEventSource **epp = &gEventSources; in requestIOEvents()
2195 mDNSlocal void requestReadEvents(PosixEventSource *eventSource, in requestReadEvents()
2201 mDNSlocal void requestWriteEvents(PosixEventSource *eventSource, in requestWriteEvents()
2210 PosixEventSource *iSource, **epp = &gEventSources; in stopReadOrWriteEvents()
2246 PosixEventSource *newSource; in mDNSPosixAddFDToEventLoop()
2248 newSource = (PosixEventSource*) malloc(sizeof *newSource); in mDNSPosixAddFDToEventLoop()