Home
last modified time | relevance | path

Searched refs:IOCommandQueueAction (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/iokit/IOKit/
H A DIOCommandQueue.h47 typedef void (*IOCommandQueueAction) typedef
69 IOCommandQueueAction inAction = NULL,
73 IOCommandQueueAction inAction = NULL,
89 IOCommandQueueAction inAction = NULL)
/xnu-8019.80.24/iokit/Kernel/
H A DIOCommandQueue.cpp86 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 DTestDevice.cpp67 (this, (IOCommandQueueAction) & rawCommandOccurred, 8); in init()