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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp858 if( (client && (next->isOpen( client )))
859 || (provider && (provider->isOpen( next ))) )
2090 if( provider->isOpen( client ))
2281 if( provider->isOpen( this ))
2413 bool IOService::isOpen( const IOService * forClient ) const function in class:IOService
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h507 /*! @function isOpen
513 virtual bool isOpen( const IOService * forClient = 0 ) const;
538 @param forClient If non-zero, <code>isOpen</code> returns the open state for that client. If zero is passed, <code>isOpen</code> returns the open state for all clients.

Completed in 34 milliseconds