Searched refs:Action (Results 1 - 25 of 166) sorted by path

1234567

/macosx-10.10/AppleRAID-4.0.6/
H A DAppleLVMGroup.cpp72 arAllocateRequestMethod = OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDSet::allocateRAIDRequest);
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 DAppleRAIDConcatSet.cpp60 arAllocateRequestMethod = OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDSet::allocateRAIDRequest);
H A DAppleRAIDEventSource.cpp29 AppleRAIDEventSource *AppleRAIDEventSource::withAppleRAIDSet(AppleRAIDSet *appleRAID, Action action)
43 bool AppleRAIDEventSource::initWithAppleRAIDSet(AppleRAIDSet *appleRAID, Action action)
45 if (!super::init(appleRAID, (IOEventSource::Action)action)) return false;
110 (*(Action)action)(appleRAID, storageRequest);
H A DAppleRAIDEventSource.h38 typedef void (*Action)(AppleRAIDSet * appleRAID, AppleRAIDStorageRequest * storageRequest); typedef in class:AppleRAIDEventSource
39 static AppleRAIDEventSource * withAppleRAIDSet(AppleRAIDSet *appleRAID, Action action);
40 virtual bool initWithAppleRAIDSet(AppleRAIDSet *appleRAID, Action action);
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 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...]
H A DAppleRAIDSet.h72 IOCommandGate::Action arAllocateRequestMethod;
H A DAppleRAIDStripeSet.cpp57 arAllocateRequestMethod = OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDSet::allocateRAIDRequest);
/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)
H A DCTimer.h21 typedef IrDATimerEventSource::Action Action; // defines CTimer::Action typedef in class:CTimer
23 static CTimer *cTimer(IOWorkLoop *work, OSObject *owner, Action callback);
24 Boolean init(IOWorkLoop *work, OSObject *owner, Action callback);
40 Action fCallback; // the callback in our client
H A DIrDATimerEventSource.cpp53 IrDATimerEventSource::timerEventSource(OSObject *inOwner, Action inAction)
59 if (me && !me->init(inOwner, (super::Action)inAction)) {
H A DIrDATimerEventSource.h16 typedef void (*Action)(OSObject *owner, IrDATimerEventSource *sender); typedef in class:IrDATimerEventSource
18 static IrDATimerEventSource *timerEventSource(OSObject *inOwner, Action inAction);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dcalregts.cpp1330 // Start Action Amt Expected_change
2028 enum Action { ADD=1, ROLL=2 }; enum
2197 for (Action action=ADD; action<=ROLL; action=(Action)(action+1)) {
/macosx-10.10/IOATAFamily-253.0.1/
H A DATATimerEventSource.cpp77 Action doit = (Action) me->action;
94 bool ATATimerEventSource::init(OSObject *inOwner, Action inAction)
96 if ( !super::init( (OSObject *)inOwner, (Action) inAction) )
106 ATATimerEventSource::ataTimerEventSource(OSObject *inOwner, Action inAction)
H A DATATimerEventSource.h53 ataTimerEventSource(OSObject *owner, Action action = 0);
64 virtual bool init(OSObject *owner, Action action = 0);
H A DIOATAController.cpp227 (ATATimerEventSource::Action) timeoutOccured);
444 _cmdGate->runAction( (IOCommandGate::Action)
/macosx-10.10/IOATAPIProtocolTransport-350.0.3/
H A DIOATAPIProtocolTransport.cpp1162 fCommandGate->runAction ( ( IOCommandGate::Action )
1250 fCommandGate->runAction ( ( IOCommandGate::Action )
1308 fCommandGate->runAction ( ( IOCommandGate::Action )
1935 IOCommandGate::Action,
2617 IOCommandGate::Action,
/macosx-10.10/IOFireWireFamily-456/
H A Dpbxbuild.sh79 for Action in ${Actions}; do
83 echo "*** ${Action} ${Target} ***"
84 echo jam -d2 ${Action} JAMFILE=\"${TargetPath}/Jamfile.jam\" JAMBASE=pbxbuild.data/ProjectBuilderJambase TARGETNAME=\"${Target}\" BUILD_STYLE="${BuildStyle}" ACTION=${Action} OS=darwin NATIVE_ARCH=`arch` SRCROOT=\"`pwd`\" OBJROOT=\"`pwd`/obj\" SYMROOT=\"`pwd`/sym\" DSTROOT=\"`pwd`/dst\" ${Assignments}
85 /Developer/Private/jam -d2 ${Action} JAMFILE="${TargetPath}/Jamfile.jam" JAMBASE=pbxbuild.data/ProjectBuilderJambase TARGETNAME="${Target}" BUILD_STYLE="${BuildStyle}" ACTION=${Action} OS=darwin NATIVE_ARCH=`arch` SRCROOT="`pwd`" OBJROOT="`pwd`/obj" SYMROOT="`pwd`/sym" DSTROOT="`pwd`/dst" ${Assignments}
87 echo "*** ${Action} ${Target} FAILED ***"
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp316 ( IOTimerEventSource::Action ) &watchdog);
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IONetworkingFamily/
H A DIOFWInterface.cpp425 (IONetworkController::Action)
847 OSMemberFunctionCast(IONetworkController::Action, this, &IOFWInterface::enableFilter),
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LUN.cpp454 status = fGate->runAction( (IOCommandGate::Action)staticRemoveLoginAction, (void*)login );
548 status = fGate->runAction( (IOCommandGate::Action)staticRemoveManagementORBAction, (void*)orb );
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOBacklightDisplay.cpp216 OSMemberFunctionCast(IOTimerEventSource::Action, this,
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp1157 return (getControllerWorkLoop()->runAction((IOWorkLoop::Action) &extControl, this, (void *)(uintptr_t) code, params));
1162 return (getControllerWorkLoop()->runAction((IOWorkLoop::Action) &extStatus, this, (void *)(uintptr_t) code, params));
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp883 result = loop->runAction( OSMemberFunctionCast( IOWorkLoop::Action, this, &IOHIDDevice::newUserClientGated ),

Completed in 396 milliseconds

1234567