Searched refs:isOpen (Results 1 – 2 of 2) sorted by relevance
709 virtual bool isOpen( const IOService * forClient = NULL ) const;
1451 if ((client && (next->isOpen( client ))) in getNextObject()1452 || (provider && (provider->isOpen( next )))) { in getNextObject()3155 if (provider->isOpen( client )) { in actionStop()3436 if (provider->isOpen( this )) { in finalize()3595 IOService::isOpen( const IOService * forClient ) const in isOpen() function in IOService