Home
last modified time | relevance | path

Searched refs:isOpen (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOService.h709 virtual bool isOpen( const IOService * forClient = NULL ) const;
/xnu-11215/iokit/Kernel/
H A DIOService.cpp1451 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