Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/iokit/Kernel/
H A DIORegistryEntry.cpp1904 IORegistryEntry::applyToChildren( IORegistryEntryApplierFunction applier, in applyToChildren()
1930 IORegistryEntry::applyToParents( IORegistryEntryApplierFunction applier, in applyToParents()
H A DIOService.cpp1993 applyToParents((IORegistryEntryApplierFunction) applier, in applyToProviders()
2001 applyToChildren((IORegistryEntryApplierFunction) applier, in applyToClients()