Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c352 static GenLinkedList gEventSources; // linked list of PosixEventSource's variable
1641 for ( iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next) in DetermineMaxEventFD()
1651 if ( gEventSources.LinkOffset == 0) in mDNSPosixAddFDToEventLoop()
1652 InitLinkedList( &gEventSources, offsetof( PosixEventSource, Next)); in mDNSPosixAddFDToEventLoop()
1667 AddToTail( &gEventSources, newSource); in mDNSPosixAddFDToEventLoop()
1680 for ( iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next) in mDNSPosixRemoveFDFromEventLoop()
1685 RemoveFromList( &gEventSources, iSource); in mDNSPosixRemoveFDFromEventLoop()
1753 for ( iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next) in mDNSPosixRunEventLoopOnce()