Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/ !
H A DIOCommandQueue.cpp63 OSDefineMetaClassAndStructors(IOCommandQueue, IOEventSource) in OSDefineMetaClassAndStructors() argument
85 IOCommandQueue::init(OSObject *inOwner, in OSDefineMetaClassAndStructors()
117 OSSharedPtr<IOCommandQueue>
118 IOCommandQueue::commandQueue(OSObject *inOwner, in commandQueue()
122 OSSharedPtr<IOCommandQueue> me = OSMakeShared<IOCommandQueue>(); in commandQueue()
140 IOCommandQueue::free() in free()
156 #error IOCommandQueue::checkForWork needs to be updated for new command size
160 IOCommandQueue::checkForWork() in checkForWork()
215 #error IOCommandQueue::enqueueCommand needs to be updated
219 IOCommandQueue::enqueueCommand(bool gotoSleep, in enqueueCommand()
[all …]
/xnu-8019.80.24/iokit/IOKit/ !
H A DIOCommandQueue.h45 class IOCommandQueue; variable
50 class IOCommandQueue : public IOEventSource
52 OSDeclareDefaultStructors(IOCommandQueue);
68 static OSPtr<IOCommandQueue> commandQueue(OSObject *inOwner,
H A DMakefile42 IOCommandQueue.h IOLocksPrivate.h \
/xnu-8019.80.24/iokit/Tests/ !
H A DTestDevice.cpp66 commQ = IOCommandQueue::commandQueue in init()
/xnu-8019.80.24/iokit/conf/ !
H A Dfiles63 iokit/Kernel/IOCommandQueue.cpp optional iokitcpp
H A DMakefile.template126 IOCommandQueue.cpo_CXXWARNFLAGS_ADD += -Wno-sign-conversion