handleIsOpen
Queries whether a client has an open on this object.
Declaration
virtual bool handleIsOpen(
const IOService *forClient ) const;Return Value
Returns true if the specified client, or any client if none (0) is specified, presently has an open on this object.
Overview
This method is called by IOService::isOpen() with the arbitration lock held.