Lines Matching refs:epp
2145 PosixEventSource **epp = &gEventSources; in requestIOEvents() local
2161 while (*epp) in requestIOEvents()
2164 if (newSource == *epp) in requestIOEvents()
2169 epp = &(*epp)->next; in requestIOEvents()
2171 if (*epp == NULL) in requestIOEvents()
2173 *epp = newSource; in requestIOEvents()
2210 PosixEventSource *iSource, **epp = &gEventSources; in stopReadOrWriteEvents() local
2212 while (*epp) in stopReadOrWriteEvents()
2214 iSource = *epp; in stopReadOrWriteEvents()
2230 *epp = iSource->next; in stopReadOrWriteEvents()
2236 epp = &(*epp)->next; in stopReadOrWriteEvents()