Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c60 struct PosixEventSource struct
65 struct PosixEventSource *Next; argument
67 typedef struct PosixEventSource PosixEventSource; typedef
1735 PosixEventSource *iSource; in DetermineMaxEventFD()
1738 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next) in DetermineMaxEventFD()
1746 PosixEventSource *newSource; in mDNSPosixAddFDToEventLoop()
1749 InitLinkedList(&gEventSources, offsetof(PosixEventSource, Next)); in mDNSPosixAddFDToEventLoop()
1756 newSource = (PosixEventSource*) malloc(sizeof *newSource); in mDNSPosixAddFDToEventLoop()
1775 PosixEventSource *iSource; in mDNSPosixRemoveFDFromEventLoop()
1777 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next) in mDNSPosixRemoveFDFromEventLoop()
[all …]