Home
last modified time | relevance | path

Searched refs:runPropertyAction (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h194 virtual IOReturn runPropertyAction(Action action, OSObject *target,
/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp793 runPropertyAction(Action inAction, OSObject *target, in runPropertyAction() function in IORegistryEntry
820 res = runPropertyAction(&IORegistryEntryActionToBlock, this, block); in runPropertyActionBlock()