Searched refs:OSMemberFunctionCast (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.10/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBatteryManager.cpp241 (IOCommandGate::Action)OSMemberFunctionCast(
316 OSMemberFunctionCast(
366 ret = fBatteryGate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
405 fBatteryGate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
410 fBatteryGate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
416 fBatteryGate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
438 fManagerGate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
459 fManagerGate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
487 fManagerGate->runAction(OSMemberFunctionCast(IOCommandGate::Action,
529 OSMemberFunctionCast(
[all...]
H A DAppleSmartBattery.cpp225 OSMemberFunctionCast(IOTimerEventSource::Action,
1450 OSMemberFunctionCast(IOSMBusTransactionCompletion,
1477 OSMemberFunctionCast(IOSMBusTransactionCompletion,
1501 OSMemberFunctionCast(IOSMBusTransactionCompletion,
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDEventSource.cpp118 return OSMemberFunctionCast(IOStorageCompletionAction, this, &AppleRAIDEventSource::completeRequest);
123 return OSMemberFunctionCast(IOStorageCompletionAction, this, &AppleRAIDEventSource::completeRequestLVG);
H A DAppleRAIDMirrorSet.cpp63 arAllocateRequestMethod = OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDSet::allocateRAIDRequest);
503 IOCommandGate::Action getRecoverQMethod = OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDMirrorSet::getRecoverQueue);
573 thread_call_func_t setCompleteMethod = OSMemberFunctionCast(thread_call_func_t, this, &AppleRAIDMirrorSet::setCompleteTimeout);
710 arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDMirrorSet::pauseSet), (void *)false);
724 arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDMirrorSet::unpauseSet));
727 thread_call_func_t rebuildMethod = OSMemberFunctionCast(thread_call_func_t, this, &AppleRAIDMirrorSet::rebuild);
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 rebuildCompleteMethod = OSMemberFunctionCast(IOCommandGat
[all...]
H A DAppleRAIDStripeSet.cpp57 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 DAppleRAIDSet.cpp109 AppleRAIDEventSource::Action completeRequestMethod = OSMemberFunctionCast(AppleRAIDEventSource::Action, this, &AppleRAIDSet::completeRAIDRequest);
116 thread_call_func_t recoverMethod = OSMemberFunctionCast(thread_call_func_t, this, &AppleRAIDSet::recover);
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, this, &AppleRAIDSet::unpauseSet));
H A DAppleRAIDConcatSet.cpp60 arAllocateRequestMethod = OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDSet::allocateRAIDRequest);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventSystem.cpp83 OSMemberFunctionCast(IOServiceNotificationHandler, this, &IOHIDEventSystem::notificationHandler),
85 (void *)OSMemberFunctionCast(IOCommandGate::Action, this, &IOHIDEventSystem::handleServicePublicationGated) );
90 OSMemberFunctionCast(IOServiceNotificationHandler, this, &IOHIDEventSystem::notificationHandler),
92 (void *)OSMemberFunctionCast(IOCommandGate::Action, this, &IOHIDEventSystem::handleServiceTerminationGated) );
249 OSMemberFunctionCast(IOHIDEventService::HIDEventCallback, this, &IOHIDEventSystem::handleHIDEvent));
273 _commandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &IOHIDEventSystem::handleHIDEventGated), (void *)&args);
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);
514 tap.action = OSMemberFunctionCast(IOHIDCompletionAction, this, &IOHIDResourceDeviceUserClient::ReportComplete);
555 result = _commandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &IOHIDResourceDeviceUserClient::getReportGated), &arguments);
623 result = _commandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &IOHIDResourceDeviceUserClient::setReportGated), &arguments);
H A DIOHIDLibUserClient.cpp205 fGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &IOHIDLibUserClient::cleanupGated));
283 (this, OSMemberFunctionCast(IOInterruptEventSource::Action, this, &IOHIDLibUserClient::resourceNotificationGated));
295 OSMemberFunctionCast(IOServiceMatchingNotificationHandler, this, &IOHIDLibUserClient::resourceNotification),
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,
1189 tap.action = OSMemberFunctionCast(IOHIDCompletionAction, target, &IOHIDLibUserClient::ReqComplete);
1295 tap.action = OSMemberFunctionCast(IOHIDCompletionActio
[all...]
H A DIOHIDEventServiceUserClient.cpp273 OSMemberFunctionCast(IOHIDEventService::Action,
H A DIOHIDEventService.cpp187 _keyboard.eject.timer = IOTimerEventSource::timerEventSource(this, OSMemberFunctionCast(IOTimerEventSource::Action, this, &IOHIDEventService::ejectTimerCallback));
198 OSMemberFunctionCast(IOTimerEventSource::Action,
206 OSMemberFunctionCast(IOTimerEventSource::Action,
1528 _keyboard.debug.timer = IOTimerEventSource::timerEventSource(this, OSMemberFunctionCast(IOTimerEventSource::Action, this, &IOHIDEventService::debuggerTimerCallback));
2339 _commandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &IOHIDEventService::closeGated), forClient, &options);
2375 return _commandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &IOHIDEventService::openGated), client, &options, context, (void*)action);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOCommandPool.cpp150 IOCommandGate::Action func = OSMemberFunctionCast(
190 IOCommandGate::Action func = OSMemberFunctionCast(
H A DIOWorkLoop.cpp152 OSMemberFunctionCast(
168 thread_continue_t cptr = OSMemberFunctionCast(
399 cptr = OSMemberFunctionCast(
626 * Think of OSMemberFunctionCast yielding the value at the vtable offset for
634 ptr1 = OSMemberFunctionCast(void*, inEventSource, &IOEventSource::checkForWork);
635 ptr2 = OSMemberFunctionCast(void*, controlG, &IOEventSource::checkForWork);
H A DIOInterruptEventSource.cpp150 intHandler = OSMemberFunctionCast(IOInterruptAction,
154 intHandler = OSMemberFunctionCast(IOInterruptAction,
H A DIOServicePM.cpp300 this, OSMemberFunctionCast(IOPMRequestQueue::Action,
304 this, OSMemberFunctionCast(IOPMRequestQueue::Action,
309 OSMemberFunctionCast(IOPMWorkQueue::Action, this,
311 OSMemberFunctionCast(IOPMWorkQueue::Action, this,
315 this, OSMemberFunctionCast(IOPMCompletionQueue::Action,
437 if (OSMemberFunctionCast(void (*)(void),
439 OSMemberFunctionCast(void (*)(void),
1210 ((OSMemberFunctionCast(void (*)(void),
1212 ((OSMemberFunctionCast(void (*)(void),
1214 ((OSMemberFunctionCast(voi
[all...]
H A DIOPMrootDomain.cpp904 OSMemberFunctionCast(thread_call_func_t, this,
987 this, OSMemberFunctionCast(IOEventSource::Action, this,
1848 OSMemberFunctionCast(IOWorkLoop::Action, this,
2927 OSMemberFunctionCast(IOWorkLoop::Action, this, &IOPMrootDomain::setDisableClamShellSleep),
4034 OSMemberFunctionCast(IOWorkLoop::Action, this,
4221 OSMemberFunctionCast(
4226 OSMemberFunctionCast(
4231 OSMemberFunctionCast(
4287 OSMemberFunctionCast(
4294 OSMemberFunctionCast(
[all...]
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOStorage.cpp41 #define storageAttributes( storage ) ( ( OSMemberFunctionCast( void *, storage, ( void ( IOStorage::* )( IOService *, UInt64, IOMemoryDescriptor *, IOStorageCompletion ) ) &IOStorage::read ) == _ZN9IOStorage4readEP9IOServiceyP18IOMemoryDescriptor19IOStorageCompletion ) && \
42 ( OSMemberFunctionCast( void *, storage, ( void ( IOStorage::* )( IOService *, UInt64, IOMemoryDescriptor *, IOStorageCompletion ) ) &IOStorage::write ) == _ZN9IOStorage5writeEP9IOServiceyP18IOMemoryDescriptor19IOStorageCompletion ) && \
43 ( OSMemberFunctionCast( void *, storage, ( void ( IOStorage::* )( IOService *, UInt64, IOMemoryDescriptor *, IOStorageAttributes *, IOStorageCompletion * ) ) &IOStorage::read ) != _ZN9IOStorage4readEP9IOServiceyP18IOMemoryDescriptorP19IOStorageAttributesP19IOStorageCompletion ) && \
44 ( OSMemberFunctionCast( void *, storage, ( void ( IOStorage::* )( IOService *, UInt64, IOMemoryDescriptor *, IOStorageAttributes *, IOStorageCompletion * ) ) &IOStorage::write ) != _ZN9IOStorage5writeEP9IOServiceyP18IOMemoryDescriptorP19IOStorageAttributesP19IOStorageCompletion ) )
/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,
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkStack.cpp144 OSMemberFunctionCast(thread_call_func_t, this,
177 /* action */ OSMemberFunctionCast(
/macosx-10.10/xnu-2782.1.97/libkern/libkern/c++/
H A DOSMetaClass.h124 * <li><code>@link OSMemberFunctionCast OSMemberFunctionCast@/link</code> -
375 * @define OSMemberFunctionCast
401 #define OSMemberFunctionCast(cptrtype, self, func) \ macro
/macosx-10.10/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceController.cpp601 OSMemberFunctionCast (
756 OSMemberFunctionCast (
1312 OSMemberFunctionCast (
/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.cpp1283 fCommandGate->runAction ( OSMemberFunctionCast ( IOCommandGate::Action,
1382 OSMemberFunctionCast ( IOCommandGate::Action,
1838 OSMemberFunctionCast ( thread_continue_t, this, &IOUSBMassStorageClass::ClearPipeStall ),
2961 OSMemberFunctionCast (
/macosx-10.10/IOPCIFamily-239.1.2/
H A Dvtd.c1365 OSMemberFunctionCast(IOInterruptEventSource::Action,
1371 OSMemberFunctionCast(IOInterruptEventSource::Action,
1379 OSMemberFunctionCast(IOTimerEventSource::Action,

Completed in 373 milliseconds

12