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

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/platform/
H A DAppleMacIODevice.h51 virtual IOService *matchLocation(IOService *client);
/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATADevice.h123 /*!@function matchLocation
126 virtual IOService* matchLocation(IOService * client);
H A DIOATADevice.cpp200 IOATADevice::matchLocation(IOService * client) function in class:IOATADevice
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOPlatformExpert.h324 virtual IOService * matchLocation( IOService * client );
H A DIOService.h686 /*! @function matchLocation
692 virtual IOService * matchLocation( IOService * client );
/macosx-10.10.1/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIDevice.h479 virtual IOService * matchLocation( IOService * client );
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp796 IOService * IOPCIDevice::matchLocation( IOService * /* client */ ) function in class:IOPCIDevice
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp1506 IOService * IOPlatformDevice::matchLocation( IOService * /* client */ ) function in class:IOPlatformDevice
H A DIOService.cpp4915 IOService * IOService::matchLocation( IOService * /* client */ ) function in class:IOService
4922 parent = parent->matchLocation( this );
5150 // look for a matching entry at matchLocation()
5153 if (where && (where = where->matchLocation(where))) continue;
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp165 virtual IOService * matchLocation( IOService * client );
192 IOService * IONDRVDevice::matchLocation( IOService * client ) function in class:IONDRVDevice

Completed in 201 milliseconds