Home
last modified time | relevance | path

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

/xnu-8792.61.2/iokit/IOKit/
H A DIORegistryEntry.h63 typedef void (*IORegistryEntryApplierFunction)(IORegistryEntry * entry, typedef
672 virtual void applyToParents( IORegistryEntryApplierFunction applier,
698 virtual void applyToChildren( IORegistryEntryApplierFunction applier,
/xnu-8792.61.2/iokit/Kernel/
H A DIORegistryEntry.cpp1913 IORegistryEntry::applyToChildren( IORegistryEntryApplierFunction applier, in applyToChildren()
1939 IORegistryEntry::applyToParents( IORegistryEntryApplierFunction applier, in applyToParents()
H A DIOService.cpp2028 applyToParents((IORegistryEntryApplierFunction) applier, in applyToProviders()
2036 applyToChildren((IORegistryEntryApplierFunction) applier, in applyToClients()