Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c332 struct PosixEventSource struct
337 struct PosixEventSource *Next; argument
339 typedef struct PosixEventSource PosixEventSource; typedef
1638 PosixEventSource *iSource; in DetermineMaxEventFD()
1641 for ( iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next) in DetermineMaxEventFD()
1649 PosixEventSource *newSource; in mDNSPosixAddFDToEventLoop()
1652 InitLinkedList( &gEventSources, offsetof( PosixEventSource, Next)); in mDNSPosixAddFDToEventLoop()
1659 newSource = (PosixEventSource*) malloc( sizeof *newSource); in mDNSPosixAddFDToEventLoop()
1678 PosixEventSource *iSource; in mDNSPosixRemoveFDFromEventLoop()
1680 for ( iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next) in mDNSPosixRemoveFDFromEventLoop()
[all …]