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

12

/macosx-10.10/IOFireWireFamily-456/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.10/IOFireWireSBP2-425/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.10/IONetworkingFamily-101/
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.10/IOStorageFamily-182.1.1/
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 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 DIOPartitionScheme.h159 * @function handleIsOpen
161 * The handleIsOpen method determines whether the specified client, or any
164 * This implementation replaces the IOService definition of handleIsOpen().
172 virtual bool handleIsOpen(const IOService * client) const;
H A DIOStorage.h342 * @function handleIsOpen
344 * The handleIsOpen method determines whether the specified client, or any
353 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().
669 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.10/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.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.h224 /*! @function handleIsOpen
231 virtual bool handleIsOpen(const IOService * client) const;
H A DIOHIDEventService.h239 /*! @function handleIsOpen
246 virtual bool handleIsOpen(const IOService * client) const;
/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.h487 virtual bool handleIsOpen( const IOService * client ) const;
/macosx-10.10/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceController.h1593 virtual bool handleIsOpen (

Completed in 357 milliseconds

12