Searched refs:getClient (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h910 /*! @function getClient
915 virtual IOService * getClient( void ) const;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp519 && (0 == provider->getClient())) {
806 IOService * IOService::getClient( void ) const function in class:IOService
2141 if( 0 == victim->getClient()) {
2210 if( (kIOServiceInactiveState & client->__state[0]) && client->getClient()) {

Completed in 32 milliseconds