Searched refs:IOCommandQueueAction (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/iokit/IOKit/ |
| H A D | IOCommandQueue.h | 47 typedef void (*IOCommandQueueAction) typedef 69 IOCommandQueueAction inAction = NULL, 73 IOCommandQueueAction inAction = NULL, 89 IOCommandQueueAction inAction = NULL)
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IOCommandQueue.cpp | 86 IOCommandQueueAction inAction, in OSDefineMetaClassAndStructors() 119 IOCommandQueueAction inAction, in commandQueue() 188 (*(IOCommandQueueAction) action)(owner, field0, field1, field2, field3); in checkForWork() 277 IOCommandQueueAction inAction) in performAndFlush() 287 inAction = (IOCommandQueueAction) action; in performAndFlush()
|
| /xnu-8019.80.24/iokit/Tests/ |
| H A D | TestDevice.cpp | 67 (this, (IOCommandQueueAction) & rawCommandOccurred, 8); in init()
|