Searched refs:Action (Results 76 - 100 of 166) sorted by relevance

1234567

/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDMirrorSet.cpp63 arAllocateRequestMethod = OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDSet::allocateRAIDRequest);
503 IOCommandGate::Action getRecoverQMethod = OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDMirrorSet::getRecoverQueue);
710 arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDMirrorSet::pauseSet), (void *)false);
724 arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDMirrorSet::unpauseSet));
794 IOCommandGate::Action pauseMethod = OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDMirrorSet::pauseSet);
834 arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDMirrorSet::unpauseSet));
880 if (arSetIsPaused) arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDMirrorSet::unpauseSet));
887 IOCommandGate::Action rebuildCompleteMetho
[all...]
H A DAppleRAID.cpp336 if (set) set->arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, set, &AppleRAIDSet::recoverStart));
496 IOCommandGate::Action pauseSetMethod = OSMemberFunctionCast(IOCommandGate::Action, parentSet, &AppleRAIDSet::pauseSet);
500 IOCommandGate::Action pauseSetMethod = OSMemberFunctionCast(IOCommandGate::Action, set, &AppleRAIDSet::pauseSet);
511 set->arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, set, &AppleRAIDSet::unpauseSet));
512 if (parentSet) parentSet->arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, parentSet, &AppleRAIDSet::unpauseSet));
H A DAppleRAIDStripeSet.cpp57 arAllocateRequestMethod = OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDSet::allocateRAIDRequest);
H A DAppleRAIDSet.cpp109 AppleRAIDEventSource::Action completeRequestMethod = OSMemberFunctionCast(AppleRAIDEventSource::Action, this, &AppleRAIDSet::completeRAIDRequest);
120 arAllocateRequestMethod = (IOCommandGate::Action)0xdeadbeef;
877 arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDSet::unpauseSet));
879 arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDSet::pauseSet), (void *)false);
1857 IOCommandGate::Action syncCacheMethod = OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDSet::synchronizeCacheGated);
1902 arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDSet::synchronizeCompletedGated));
2099 arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDSet::recoverWait));
2163 arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, thi
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDResourceUserClient.cpp109 _createDeviceTimer = IOTimerEventSource::timerEventSource(this, OSMemberFunctionCast(IOTimerEventSource::Action, this, &IOHIDResourceDeviceUserClient::createAndStartDeviceAsyncCallback));
188 result = _commandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &IOHIDResourceDeviceUserClient::registerNotificationPortGated), port);
220 result = _commandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &IOHIDResourceDeviceUserClient::clientMemoryForTypeGated), options, memory);
271 result = _commandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &IOHIDResourceDeviceUserClient::externalMethodGated), &gatedArguments);
555 result = _commandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &IOHIDResourceDeviceUserClient::getReportGated), &arguments);
623 result = _commandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &IOHIDResourceDeviceUserClient::setReportGated), &arguments);
H A DIOHIDEventService.h620 typedef void (*Action)(OSObject *target, OSObject * sender, void *context, OSObject *event, IOOptionBits options); typedef in class:IOHIDEventService
627 Action action);
681 bool openGated( IOService *client, IOOptionBits *pOptions, void *context, Action action);
H A DIOHIDLibUserClient.cpp205 fGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &IOHIDLibUserClient::cleanupGated));
283 (this, OSMemberFunctionCast(IOInterruptEventSource::Action, this, &IOHIDLibUserClient::resourceNotificationGated));
461 status = fGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, target, &IOHIDLibUserClient::externalMethodGated), (void *)&args);
570 fGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &IOHIDLibUserClient::cleanupGated));
618 fGate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
653 return fGate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
795 return fGate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
1407 fGate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcontext.h219 template <class Action>
220 void walk(Action &operate, CSSM_CONTEXT_ATTRIBUTE &attr)
252 template <class Action>
253 void walk(Action &operate, Context::Attr &attr)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcontext.h219 template <class Action>
220 void walk(Action &operate, CSSM_CONTEXT_ATTRIBUTE &attr)
252 template <class Action>
253 void walk(Action &operate, Context::Attr &attr)
/macosx-10.10/swig-12/Lib/ruby/
H A Drubyprimtypes.swg23 %define %ruby_aux_method(Type, Method, Action)
29 *res = Action;
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCTimer.cpp70 CTimer::cTimer(IOWorkLoop *work, OSObject *owner, Action callback)
83 Boolean CTimer::init(IOWorkLoop *work, OSObject *owner, Action callback)
/macosx-10.10/IOSCSIParallelFamily-300.0.2/
H A DSCSIParallelTimer.cpp83 SCSIParallelTimer::CreateTimerEventSource ( OSObject * owner, Action action )
117 SCSIParallelTimer::Init ( OSObject * owner, Action action )
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSecurePromptClient.cpp289 return _reserved->gate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
586 return _reserved->gate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
637 return _reserved->gate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
757 return _reserved->gate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
1018 return _reserved->gate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
1047 return _reserved->gate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
1129 return _reserved->gate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
1167 return _reserved->gate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
1225 _reserved->gate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
H A DIOHIDSystem.cpp625 IOCommandGate::Action handler;
901 periodicES = IOTimerEventSource::timerEventSource(this, (IOTimerEventSource::Action) &_periodicEvents );
902 eventConsumerES = IOInterruptEventSource::interruptEventSource(this, (IOInterruptEventSource::Action) &doKickEventConsumer);
903 keyboardEQES = IOInterruptEventSource::interruptEventSource(this, (IOInterruptEventSource::Action) &doProcessKeyboardEQ);
904 _delayedNotificationSource = IOTimerEventSource::timerEventSource(this, OSMemberFunctionCast(IOTimerEventSource::Action, this, &IOHIDSystem::doProcessNotifications));
1079 IOHIDSystem_notificationData rawData = {(IOCommandGate::Action)handler, newService};
1388 return cmdGate->runAction((IOCommandGate::Action)doEvClose);
1392 /* IOCommandGate::Action */
1522 cmdGate->runAction((IOCommandGate::Action)doSpecialKeyMsg,(void*)msg);
1583 IOReturn ret = workLoop->runAction((IOWorkLoop::Action)
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/interpreter/
H A DStackVisitor.cpp438 enum Action { enum in class:DebugPrintFrameFunctor
443 DebugPrintFrameFunctor(Action action)
455 Action m_action;
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dthreading.cpp257 ThreadRunner::ThreadRunner(Action *todo)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dthreading.cpp257 ThreadRunner::ThreadRunner(Action *todo)
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/cgVerifyParsed/
H A DtpVerifyParsed.cpp105 vfyCtx.Action = CSSM_TP_ACTION_DEFAULT;
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Difdhandler.h695 @retval IFD_NOT_SUPPORTED Action not supported (\ref IFD_NOT_SUPPORTED)
706 @param[in] Action Action to be taken on the card
729 @retval IFD_NOT_SUPPORTED Action not supported (\ref IFD_NOT_SUPPORTED)
732 RESPONSECODE IFDHPowerICC(DWORD Lun, DWORD Action, PUCHAR Atr, PDWORD
783 @retval IFD_NOT_SUPPORTED Action not supported (\ref IFD_NOT_SUPPORTED)
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/MacOSX/
H A Difdhandler.h684 @retval IFD_NOT_SUPPORTED Action not supported (\ref IFD_NOT_SUPPORTED)
695 @param[in] Action Action to be taken on the card
718 @retval IFD_NOT_SUPPORTED Action not supported (\ref IFD_NOT_SUPPORTED)
721 RESPONSECODE IFDHPowerICC(DWORD Lun, DWORD Action, PUCHAR Atr, PDWORD
772 @retval IFD_NOT_SUPPORTED Action not supported (\ref IFD_NOT_SUPPORTED)
/macosx-10.10/ruby-106/ruby/tool/
H A Dtranscode-tblgen.rb78 class Action class
302 tree = Action.new(block.call(prefix, h.keys))
407 when Action
421 if @tree.kind_of? Action
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dmkservice.c310 static int Action(Service_t *sp, int fd, int close) function
438 sp->actionf = Action;
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h151 @typedef Action
164 typedef IOReturn (*Action)(OSObject *target, typedef in class:IORegistryEntry
176 @result Returns the value of the Action callout.
178 virtual IOReturn runPropertyAction(Action action, OSObject *target,
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptEventSource.cpp76 Action inAction,
209 Action inAction,
/macosx-10.10/IONetworkingFamily-101/
H A DIOOutputQueue.cpp217 (IONetworkData::Action)
822 (IOInterruptEventSource::Action) restartDeferredOutput
980 if ( _gate->attemptAction((IOCommandGate::Action)

Completed in 345 milliseconds

1234567