Searched defs:gEventSources (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c80 static GenLinkedList gEventSources; // linked list of PosixEventSource's variable
1737 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next)
1747 if (gEventSources.LinkOffset == 0)
1748 InitLinkedList(&gEventSources, offsetof(PosixEventSource, Next));
1763 AddToTail(&gEventSources, newSource);
1776 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next)
1781 RemoveFromList(&gEventSources, iSource);
1849 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next)
1854 break; // in case callback removed elements from gEventSources

Completed in 54 milliseconds