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

12

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireLocalNode.h126 virtual bool handleIsOpen( const IOService * forClient ) const;
H A DIOFireWireDevice.h166 virtual bool handleIsOpen( const IOService * forClient ) const;
H A DIOFireWireLocalNode.cpp275 // handleIsOpen
279 bool IOFireWireLocalNode::handleIsOpen( const IOService * forClient ) const function in class:IOFireWireLocalNode
H A DIOFireWireDevice.cpp1988 // handleIsOpen
1992 bool IOFireWireDevice::handleIsOpen( const IOService * forClient ) const function in class:IOFireWireDevice
2013 return IOService::handleIsOpen( forClient );
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2Target.h146 @function handleIsOpen
153 virtual bool handleIsOpen( const IOService * forClient ) const;
H A DIOFireWireSBP2Target.cpp403 // handleIsOpen
409 bool IOFireWireSBP2Target::handleIsOpen( const IOService * forClient ) const function in class:IOFireWireSBP2Target
423 return IOService::handleIsOpen( forClient );
/macosx-10.9.5/IONetworkingFamily-100/
H A DIOKernelDebugger.h313 /*! @function handleIsOpen
321 virtual bool handleIsOpen( const IOService * forClient ) const;
H A DIONetworkController.h1210 /*! @function handleIsOpen
1218 virtual bool handleIsOpen(const IOService * client) const;
H A DIONetworkInterface.h794 /* Override IOService::handleIsOpen() */
795 virtual bool handleIsOpen( const IOService * client ) const;
H A DIOKernelDebugger.cpp817 bool IOKernelDebugger::handleIsOpen( const IOService * forClient ) const function in class:IOKernelDebugger
/macosx-10.9.5/IOStorageFamily-172/
H A DIOFilterScheme.h110 * @function handleIsOpen
112 * The handleIsOpen method determines whether the specified client, or any
115 * This implementation replaces the IOService definition of handleIsOpen().
123 virtual bool handleIsOpen(const IOService * client) const;
H A DIOPartitionScheme.h147 * @function handleIsOpen
149 * The handleIsOpen method determines whether the specified client, or any
152 * This implementation replaces the IOService definition of handleIsOpen().
160 virtual bool handleIsOpen(const IOService * client) const;
H A DIOFilterScheme.cpp69 bool IOFilterScheme::handleIsOpen(const IOService * client) const function in class:IOFilterScheme
72 // The handleIsOpen method determines whether the specified client, or any
75 // This implementation replaces the IOService definition of handleIsOpen().
H A DIOMedia.h323 * @function handleIsOpen
325 * The handleIsOpen method determines whether the specified client, or any
328 * This implementation replaces the IOService definition of handleIsOpen().
336 virtual bool handleIsOpen(const IOService * client) const;
H A DIOStorage.h298 * @function handleIsOpen
300 * The handleIsOpen method determines whether the specified client, or any
309 virtual bool handleIsOpen(const IOService * client) const = 0;
H A DIOPartitionScheme.cpp197 bool IOPartitionScheme::handleIsOpen(const IOService * client) const function in class:IOPartitionScheme
200 // The handleIsOpen method determines whether the specified client, or any
203 // This implementation replaces the IOService definition of handleIsOpen().
657 if ( handleIsOpen( partition1 ) == false )
H A DIOBlockStorageDriver.h504 * This implementation replaces the IOService definition of handleIsOpen().
521 * @function handleIsOpen
523 * The handleIsOpen method determines whether the specified client, or any
526 * This implementation replaces the IOService definition of handleIsOpen().
534 virtual bool handleIsOpen(const IOService * client) const;
541 * This implementation replaces the IOService definition of handleIsOpen().
H A DIOMedia.cpp518 bool IOMedia::handleIsOpen(const IOService * client) const function in class:IOMedia
521 // The handleIsOpen method determines whether the specified client, or any
/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDMember.cpp214 bool AppleRAIDMember::handleIsOpen(const IOService * /* client */) const function in class:AppleRAIDMember
240 assert(handleIsOpen(NULL));
252 assert(handleIsOpen(NULL));
369 if ((arHeaderBuffer == 0) || (!handleIsOpen(0))) {
424 bool alreadyOpen = handleIsOpen(0);
709 if ((primaryBuffer == 0) || (!handleIsOpen(0))) {
H A DAppleRAIDMember.h142 virtual bool handleIsOpen(const IOService* client) const;
H A DAppleRAIDSet.h98 virtual bool handleIsOpen(const IOService *client) const;
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDDevice.h221 /*! @function handleIsOpen
228 virtual bool handleIsOpen(const IOService * client) const;
H A DIOHIDEventService.h237 /*! @function handleIsOpen
244 virtual bool handleIsOpen(const IOService * client) const;
/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DIOUSBMassStorageClass.h478 virtual bool handleIsOpen( const IOService * client ) const;
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceController.h1593 virtual bool handleIsOpen (

Completed in 152 milliseconds

12