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

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWCommand.cpp133 IOFWCommand *prev = pendingQ.fTail;
266 queue.fTail = this;
290 fQueue->fTail = this;
327 assert(queue->fTail == this);
328 queue->fTail = fQueuePrev;
389 prev = fQueue->fTail;
390 fQueue->fTail = this;
418 prev = timeoutQ.fTail;
H A DIOFWCmdQ.cpp45 fTail = NULL;
H A DIOFWCommand.h61 @field fTail Points to the tail of the queue, or NULL if queue is empty
69 IOFWCommand *fTail; member in struct:IOFWCmdQ
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c166 IDHParameterBlock * fTail; // Of I/O queue member in struct:IsochComponentInstance
1555 syslog(LOG_INFO, "client %d open, head/tail is %p/%p\n", i, client->fHead, client->fTail);
1574 client->fTail = NULL;
1621 if(client->fTail == NULL)
1624 client->fTail->reserved1 = (UInt32)pb;
1625 client->fTail = pb;
1634 if(client->fTail == NULL)
1637 client->fTail->reserved1 = (UInt32)pbNew;
1638 client->fTail = pbNew;
1787 client->fTail
[all...]

Completed in 195 milliseconds