Home
last modified time | relevance | path

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

/xnu-11215.61.5/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-11215.61.5/iokit/Kernel/
H A DIORegistryEntry.cpp1926 IORegistryEntry::applyToChildren( IORegistryEntryApplierFunction applier, in applyToChildren()
1952 IORegistryEntry::applyToParents( IORegistryEntryApplierFunction applier, in applyToParents()
H A DIOService.cpp2054 applyToParents((IORegistryEntryApplierFunction) applier, in applyToProviders()
2062 applyToChildren((IORegistryEntryApplierFunction) applier, in applyToClients()