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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h51 typedef void (*IORegistryEntryApplierFunction)(IORegistryEntry * entry, typedef
500 virtual void applyToParents( IORegistryEntryApplierFunction applier,
521 virtual void applyToChildren( IORegistryEntryApplierFunction applier,
/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp1492 void IORegistryEntry::applyToChildren( IORegistryEntryApplierFunction applier,
1515 void IORegistryEntry::applyToParents( IORegistryEntryApplierFunction applier,
H A DIOService.cpp1345 applyToParents( (IORegistryEntryApplierFunction) applier,
1352 applyToChildren( (IORegistryEntryApplierFunction) applier,

Completed in 33 milliseconds