Home
last modified time | relevance | path

Searched refs:OSMemberFunctionCast (Results 1 – 10 of 10) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOWorkLoop.cpp158 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 DIOCommandPool.cpp158 IOCommandGate::Action func = OSMemberFunctionCast( in getCommand()
202 IOCommandGate::Action func = OSMemberFunctionCast( in returnCommand()
H A DIOInterruptEventSource.cpp146 intHandler = OSMemberFunctionCast(IOInterruptAction, in registerInterruptHandler()
149 intHandler = OSMemberFunctionCast(IOInterruptAction, in registerInterruptHandler()
H A DIOServicePM.cpp360 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 DIOPMrootDomain.cpp1641 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 DIOCPU.cpp681 IOInterruptHandler handler = OSMemberFunctionCast( in enableCPUInterrupt()
H A DIOInterruptController.cpp803 return OSMemberFunctionCast(IOInterruptAction, in getInterruptHandlerAddress()
H A DIONVRAM.cpp887 …serializer = OSSerializer::forTarget(this, OSMemberFunctionCast(OSSerializerCallback, this, &IODTN… in OSDefineMetaClassAndStructors()
/xnu-11215/libkern/libkern/c++/
H A DOSMetaClass.h542 #define OSMemberFunctionCast(cptrtype, self, func) \ macro
547 #define OSMemberFunctionCast(cptrtype, self, func) \ macro
/xnu-11215/iokit/Exclaves/
H A DExclaves.cpp681 action = OSMemberFunctionCast(IOInterruptEventSource::Action, in exclaveRegisterInterrupt()
868 action = OSMemberFunctionCast(IOTimerEventSource::Action, in exclaveRegisterTimer()