Home
last modified time | relevance | path

Searched refs:runPropertyActionBlock (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h198 IOReturn runPropertyActionBlock(ActionBlock block);
/xnu-8020.140.41/iokit/Kernel/
H A DIOUserServer.cpp503 ret = runPropertyActionBlock(^IOReturn (void) { in SetProperties_Impl()
545 ret = runPropertyActionBlock(^IOReturn (void) { in RemoveProperty_Impl()
4593 provider->runPropertyActionBlock(^IOReturn (void) { in SearchProperty_Impl()
H A DIORegistryEntry.cpp801 IORegistryEntry::runPropertyActionBlock(ActionBlock block) in runPropertyActionBlock() function in IORegistryEntry