Searched refs:matchLocation (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/platform/
H A DAppleMacIODevice.h51 virtual IOService *matchLocation(IOService *client);
/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMIO.h31 virtual IOService *matchLocation(IOService * client);
H A DAppleARMIO.cpp137 IOService *AppleARMIODevice::matchLocation(IOService * /* client */ ) function in class:AppleARMIODevice
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp285 IOService * AppleMacIODevice::matchLocation( IOService * /* client */ ) function in class:AppleMacIODevice
/darwin-on-arm/xnu/iokit/IOKit/pci/
H A DIOPCIDevice.h95 virtual IOService * matchLocation( IOService * client );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOPlatformExpert.h314 virtual IOService * matchLocation( IOService * client );
H A DIOService.h629 /*! @function matchLocation
635 virtual IOService * matchLocation( IOService * client );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp1476 IOService * IOPlatformDevice::matchLocation( IOService * /* client */ ) function in class:IOPlatformDevice
H A DIOService.cpp4593 IOService * IOService::matchLocation( IOService * /* client */ ) function in class:IOService
4600 parent = parent->matchLocation( this );
4828 // look for a matching entry at matchLocation()
4831 if (where && (where = where->matchLocation(where))) continue;

Completed in 103 milliseconds