Searched refs:nextDone (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libnetwork/netresolv/isc/
H A Dev_streams.c84 new->nextDone = NULL;
118 new->nextDone = NULL;
180 if (old->prevDone == NULL && old->nextDone == NULL) {
192 old->prevDone->nextDone = old->nextDone;
194 ctx->strDone = old->nextDone;
195 if (old->nextDone != NULL)
196 old->nextDone->prevDone = old->prevDone;
257 ctx->strLast->nextDone = str;
H A Deventlib_p.h141 struct evStream *prevDone, *nextDone; member in struct:evStream
/haiku/src/add-ons/kernel/busses/usb/
H A Dohci.h162 ohci_isochronous_td *nextDone);
H A Dohci.cpp2539 ohci_isochronous_td *second, ohci_isochronous_td *nextDone)
2543 first->next_done_descriptor = nextDone;
2538 _LinkIsochronousDescriptors(ohci_isochronous_td *first, ohci_isochronous_td *second, ohci_isochronous_td *nextDone) argument

Completed in 54 milliseconds