Home
last modified time | relevance | path

Searched refs:allowAsync (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.1.10/iokit/Kernel/
H A DRootDomainUserClient.cpp273 .allowAsync = false, in externalMethod()
282 .allowAsync = false, in externalMethod()
291 .allowAsync = false, in externalMethod()
300 .allowAsync = false, in externalMethod()
309 .allowAsync = false, in externalMethod()
318 .allowAsync = false, in externalMethod()
327 .allowAsync = false, in externalMethod()
336 .allowAsync = false, in externalMethod()
345 .allowAsync = false, in externalMethod()
354 .allowAsync = false, in externalMethod()
[all …]
H A DIOKitDebug.cpp1695 .allowAsync = false, in externalMethod()
1704 .allowAsync = false, in externalMethod()
1713 .allowAsync = false, in externalMethod()
1722 .allowAsync = false, in externalMethod()
1731 .allowAsync = false, in externalMethod()
1740 .allowAsync = false, in externalMethod()
1749 .allowAsync = false, in externalMethod()
H A DIOUserServer.cpp4505 .allowAsync = false, in externalMethod()
4514 .allowAsync = false, in externalMethod()
H A DIOUserClient.cpp6493 if (args->asyncWakePort && !dispatch->allowAsync) { in dispatchExternalMethod()
/xnu-11215.1.10/iokit/Tests/TestServices/
H A DTestIOUserClient2022Entitlements.cpp70 .allowAsync = false, in externalMethod()
79 .allowAsync = false, in externalMethod()
H A DTestIODeviceMemoryRosetta.cpp130 .allowAsync = false, in externalMethod()
/xnu-11215.1.10/iokit/IOKit/
H A DIOUserClient.h174 uint8_t allowAsync; member