Home
last modified time | relevance | path

Searched refs:externalMethodDispatched (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DRootDomainUserClient.cpp268 .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 DRootDomainUserClient.h81 …static IOReturn externalMethodDispatched(OSObject * target, void * reference, IOExternalMethodArgu…
/xnu-11215/iokit/Tests/TestServices/
H A DTestIODeviceMemoryRosetta.cpp64 TestIODeviceMemoryRosettaUserClient::externalMethodDispatched(IOExternalMethodArguments * args) in externalMethodDispatched() function in TestIODeviceMemoryRosettaUserClient
117 return me->externalMethodDispatched(arguments); in TestIODeviceMemoryRosettaMethodDispatched()
H A DTestIODeviceMemoryRosetta.h25 externalMethodDispatched(IOExternalMethodArguments * args);