Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/IOKit/
H A DIORegistryEntry.h61 typedef void (*IORegistryEntryApplierFunction)(IORegistryEntry * entry, typedef
670 virtual void applyToParents( IORegistryEntryApplierFunction applier,
696 virtual void applyToChildren( IORegistryEntryApplierFunction applier,
/xnu-8020.121.3/iokit/Kernel/
H A DIORegistryEntry.cpp1904 IORegistryEntry::applyToChildren( IORegistryEntryApplierFunction applier, in applyToChildren()
1930 IORegistryEntry::applyToParents( IORegistryEntryApplierFunction applier, in applyToParents()
H A DIOService.cpp1994 applyToParents((IORegistryEntryApplierFunction) applier, in applyToProviders()
2002 applyToChildren((IORegistryEntryApplierFunction) applier, in applyToClients()