Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h200 IOReturn runPropertyActionBlock(ActionBlock block);
/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp816 IORegistryEntry::runPropertyActionBlock(ActionBlock block) in runPropertyActionBlock() function in IORegistryEntry
H A DIOUserServer.cpp546 ret = runPropertyActionBlock(^IOReturn (void) { in SetProperties_Impl()
588 ret = runPropertyActionBlock(^IOReturn (void) { in RemoveProperty_Impl()
5318 provider->runPropertyActionBlock(^IOReturn (void) { in SearchProperty_Impl()
H A DIOUserClient.cpp4142 res = entry->runPropertyActionBlock(^IOReturn (void) { in is_io_registry_entry_set_properties()