Searched refs:OSMemberFunctionCast (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IOWorkLoop.cpp | 158 OSMemberFunctionCast( in init() 176 thread_continue_t cptr = OSMemberFunctionCast( in init() 444 cptr = OSMemberFunctionCast( in threadMain() 713 ptr1 = OSMemberFunctionCast(void*, inEventSource, &IOEventSource::checkForWork); in eventSourcePerformsWork() 714 ptr2 = OSMemberFunctionCast(void*, controlG, &IOEventSource::checkForWork); in eventSourcePerformsWork()
|
| H A D | IOCommandPool.cpp | 158 IOCommandGate::Action func = OSMemberFunctionCast( in getCommand() 202 IOCommandGate::Action func = OSMemberFunctionCast( in returnCommand()
|
| H A D | IOInterruptEventSource.cpp | 146 intHandler = OSMemberFunctionCast(IOInterruptAction, in registerInterruptHandler() 149 intHandler = OSMemberFunctionCast(IOInterruptAction, in registerInterruptHandler()
|
| H A D | IOServicePM.cpp | 360 this, OSMemberFunctionCast(IOPMRequestQueue::Action, in PMinit() 364 this, OSMemberFunctionCast(IOPMRequestQueue::Action, in PMinit() 509 if (OSMemberFunctionCast(void (*)(void), in PMinit() 511 OSMemberFunctionCast(void (*)(void), in PMinit() 1323 ((OSMemberFunctionCast(void (*)(void), in handleRegisterPowerDriver() 1325 ((OSMemberFunctionCast(void (*)(void), in handleRegisterPowerDriver() 1327 ((OSMemberFunctionCast(void (*)(void), in handleRegisterPowerDriver() 1329 ((OSMemberFunctionCast(void (*)(void), in handleRegisterPowerDriver() 3400 OSMemberFunctionCast(IOWorkLoop::Action, me, in idle_timer_expired() 6247 OSMemberFunctionCast( in tellClientsWithResponse() [all …]
|
| H A D | IOPMrootDomain.cpp | 1641 OSMemberFunctionCast(thread_call_func_t, this, in start() 2638 OSMemberFunctionCast(IOWorkLoop::Action, this, in handleSleepTimerExpiration() 5959 OSMemberFunctionCast( 5964 OSMemberFunctionCast( 5969 OSMemberFunctionCast( 6043 OSMemberFunctionCast( 6049 OSMemberFunctionCast( 6054 OSMemberFunctionCast( 6086 OSMemberFunctionCast( 6091 OSMemberFunctionCast( [all …]
|
| H A D | IOCPU.cpp | 681 IOInterruptHandler handler = OSMemberFunctionCast( in enableCPUInterrupt()
|
| H A D | IOInterruptController.cpp | 803 return OSMemberFunctionCast(IOInterruptAction, in getInterruptHandlerAddress()
|
| H A D | IONVRAM.cpp | 887 …serializer = OSSerializer::forTarget(this, OSMemberFunctionCast(OSSerializerCallback, this, &IODTN… in OSDefineMetaClassAndStructors()
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSMetaClass.h | 542 #define OSMemberFunctionCast(cptrtype, self, func) \ macro 547 #define OSMemberFunctionCast(cptrtype, self, func) \ macro
|
| /xnu-11215/iokit/Exclaves/ |
| H A D | Exclaves.cpp | 681 action = OSMemberFunctionCast(IOInterruptEventSource::Action, in exclaveRegisterInterrupt() 868 action = OSMemberFunctionCast(IOTimerEventSource::Action, in exclaveRegisterTimer()
|