Searched refs:externalMethodDispatched (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | RootDomainUserClient.cpp | 268 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() 277 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() 286 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() 295 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() 304 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() 313 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() 322 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() 331 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() 340 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() 349 .function = &RootDomainUserClient::externalMethodDispatched, in externalMethod() [all …]
|
| H A D | RootDomainUserClient.h | 81 …static IOReturn externalMethodDispatched(OSObject * target, void * reference, IOExternalMethodArgu…
|
| /xnu-11215/iokit/Tests/TestServices/ |
| H A D | TestIODeviceMemoryRosetta.cpp | 64 TestIODeviceMemoryRosettaUserClient::externalMethodDispatched(IOExternalMethodArguments * args) in externalMethodDispatched() function in TestIODeviceMemoryRosettaUserClient 117 return me->externalMethodDispatched(arguments); in TestIODeviceMemoryRosettaMethodDispatched()
|
| H A D | TestIODeviceMemoryRosetta.h | 25 externalMethodDispatched(IOExternalMethodArguments * args);
|