Home
last modified time | relevance | path

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

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