Searched refs:IOCommandQueue (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOCommandQueue.h47 class IOCommandQueue;
52 class IOCommandQueue : public IOEventSource class in inherits:IOEventSource
54 OSDeclareDefaultStructors(IOCommandQueue)
70 static IOCommandQueue *commandQueue(OSObject *inOwner,
H A DMakefile40 IOCommandQueue.h IOLocksPrivate.h
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCommandQueue.cpp35 #include <IOKit/IOCommandQueue.h>
48 OSDefineMetaClassAndStructors(IOCommandQueue, IOEventSource)
59 Primary initialiser for the IOCommandQueue class. Returns an
60 IOCommandQueue object that is initialised with the next object in
69 bool IOCommandQueue::init(OSObject *inOwner,
95 IOCommandQueue *
96 IOCommandQueue::commandQueue(OSObject *inOwner,
100 IOCommandQueue *me = new IOCommandQueue;
117 void IOCommandQueue
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTests.h72 class IOCommandQueue;
84 IOCommandQueue *commQ;
H A DTestDevice.cpp32 #include <IOKit/IOCommandQueue.h>
63 commQ = IOCommandQueue::commandQueue
/macosx-10.5.8/xnu-1228.15.4/iokit/conf/
H A DMakefile.i38619 IOCommandQueue.cpo \

Completed in 92 milliseconds