Searched refs:handleIsOpen (Results 26 - 35 of 35) sorted by relevance

12

/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.cpp2377 // handleIsOpen [PUBLIC]
2381 IOUSBMassStorageClass::handleIsOpen ( const IOService * client ) const function in class:IOUSBMassStorageClass
2408 result = super::handleIsOpen ( client );
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h583 /*! @function handleIsOpen
585 @discussion IOService calls this method in its subclasses in response to the @link open open@/link method, so the subclass may implement the request. The default implementation provides single owner access to an IOService object via @link open open@/link. The object is locked via @link lockForArbitration lockForArbitration@/link before <code>handleIsOpen</code> is called.
589 virtual bool handleIsOpen( const IOService * forClient ) const;
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp2175 if( false == provider->handleIsOpen( this ))
2180 if( false == provider->handleIsOpen( this ))
2689 wasClosed = handleIsOpen( forClient );
2721 ok = handleIsOpen( forClient );
2756 bool IOService::handleIsOpen( const IOService * forClient ) const function in class:IOService
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventService.cpp1221 // IOHIDEventService::handleIsOpen
1223 bool IOHIDEventService::handleIsOpen(const IOService * client) const function in class:IOHIDEventService
1231 return super::handleIsOpen(client);
H A DIOHIDDevice.cpp845 bool IOHIDDevice::handleIsOpen(const IOService * client) const function in class:IOHIDDevice
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkController.cpp651 bool IONetworkController::handleIsOpen(const IOService * client) const function in class:IONetworkController
H A DIONetworkInterface.cpp647 bool IONetworkInterface::handleIsOpen( const IOService * client ) const function in class:IONetworkInterface
/macosx-10.10/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceController.cpp180 // handleIsOpen - Figures out if there are any opens on this object. [PRIVATE]
184 IOSCSIParallelInterfaceController::handleIsOpen ( const IOService * client ) const function in class:IOSCSIParallelInterfaceController
189 STATUS_LOG ( ( "+IOSCSIParallelInterfaceController::handleIsOpen\n" ) );
203 STATUS_LOG ( ( "-IOSCSIParallelInterfaceController::handleIsOpen\n" ) );
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDSet.cpp1683 bool AppleRAIDSet::handleIsOpen(const IOService * client) const function in class:AppleRAIDSet
1689 IOLogOC("AppleRAIDSet::handleIsOpen(%p) client %p is %s\n", this, client, open ? "true" : "false");
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOBlockStorageDriver.cpp359 bool IOBlockStorageDriver::handleIsOpen(const IOService * client) const function in class:IOBlockStorageDriver
362 // The handleIsOpen method determines whether the specified client, or any

Completed in 310 milliseconds

12