Home
last modified time | relevance | path

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

/xnu-10063.101.15/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-10063.101.15/iokit/Kernel/
H A DIORegistryEntry.cpp1922 IORegistryEntry::applyToChildren( IORegistryEntryApplierFunction applier, in applyToChildren()
1948 IORegistryEntry::applyToParents( IORegistryEntryApplierFunction applier, in applyToParents()
H A DIOService.cpp2045 applyToParents((IORegistryEntryApplierFunction) applier, in applyToProviders()
2053 applyToChildren((IORegistryEntryApplierFunction) applier, in applyToClients()