Searched refs:ActionBlock (Results 1 – 16 of 16) sorted by relevance
110 typedef IOReturn (^ActionBlock)(); typedef125 union { Action action; ActionBlock actionBlock; };247 void setActionBlock(ActionBlock block);251 ActionBlock getActionBlock(ActionBlock) const;
48 typedef void (^ActionBlock)(); typedef92 ActionBlock action);
75 typedef void (^ActionBlock)(IOInterruptEventSource *sender, int count); typedef158 ActionBlock action);
83 typedef IOReturn (^ActionBlock)(); typedef320 IOReturn runActionBlock(ActionBlock action);
161 typedef void (^ActionBlock)(IOTimerEventSource *sender); typedef184 timerEventSource(uint32_t options, OSObject *inOwner, ActionBlock action);
137 IOInterruptEventSource::ActionBlock action,
170 IOReturn runActionBlock(ActionBlock action);
199 typedef IOReturn (^ActionBlock)(void); typedef200 IOReturn runPropertyActionBlock(ActionBlock block);
217 IOEventSource::ActionBlock218 IOEventSource::getActionBlock(ActionBlock) const in getActionBlock()237 IOEventSource::setActionBlock(ActionBlock block) in setActionBlock()
222 ActionBlock inAction) in interruptEventSource()227 ies->setActionBlock((IOEventSource::ActionBlock) inAction); in interruptEventSource()326 ActionBlock intActionBlock = (ActionBlock) actionBlock; in checkForWork()
138 ActionBlock inAction, in filterInterruptEventSource()154 me->setActionBlock((IOEventSource::ActionBlock) inAction); in filterInterruptEventSource()
186 return ((IOEventSource::ActionBlock) arg0)(); in IOCommandGateActionToBlock()190 IOCommandGate::runActionBlock(ActionBlock _action) in runActionBlock()
124 ((IOTimerEventSource::ActionBlock) actionBlock)(ts); in invokeAction()345 IOTimerEventSource::timerEventSource(uint32_t options, OSObject *inOwner, ActionBlock _action) in timerEventSource()350 tes->setActionBlock((IOEventSource::ActionBlock) _action); in timerEventSource()
555 return ((IOWorkLoop::ActionBlock) arg0)(); in IOWorkLoopActionToBlock()559 IOWorkLoop::runActionBlock(ActionBlock action) in runActionBlock()
811 IORegistryEntry::ActionBlock block = (typeof(block))arg0; in IORegistryEntryActionToBlock()816 IORegistryEntry::runPropertyActionBlock(ActionBlock block) in runPropertyActionBlock()
6898 ActionBlock inAction) in serviceStateNotificationEventSource()6930 source->setActionBlock((IOEventSource::ActionBlock) inAction); in serviceStateNotificationEventSource()6966 ActionBlock intActionBlock = (ActionBlock) actionBlock; in checkForWork()