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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c59 // We keep a list of client-supplied event sources in PosixEventSource records
60 struct PosixEventSource struct
65 struct PosixEventSource *Next;
67 typedef struct PosixEventSource PosixEventSource; typedef in typeref:struct:PosixEventSource
80 static GenLinkedList gEventSources; // linked list of PosixEventSource's
1734 PosixEventSource *iSource;
1737 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next)
1745 PosixEventSource *newSource;
1748 InitLinkedList(&gEventSources, offsetof(PosixEventSource, Nex
[all...]

Completed in 61 milliseconds