Searched refs:handleClose (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireLocalNode.h121 virtual void handleClose( IOService * forClient,
H A DIOFireWireUnit.h129 // Override handleOpen() and handleClose() to pass on to device
134 virtual void handleClose( IOService * forClient,
H A DIOFireWireLocalNode.cpp259 // handleClose
263 void IOFireWireLocalNode::handleClose( IOService * forClient, function in class:IOFireWireLocalNode
271 IOFireWireNub::handleClose( this, 0 );
H A DIOFireWireUnit.cpp325 // handleClose
329 void IOFireWireUnit::handleClose( IOService * forClient, function in class:IOFireWireUnit
338 IOFireWireNub::handleClose(forClient, options);
H A DIOFireWireDevice.h164 virtual void handleClose( IOService * forClient, IOOptionBits options );
H A DIOFireWireDevice.cpp1932 // handleClose
1936 void IOFireWireDevice::handleClose( IOService * forClient, IOOptionBits options ) function in class:IOFireWireDevice
1950 IOService::handleClose( this, options );
1971 IOService::handleClose( forClient, options );
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LUN.h102 @function handleClose
109 virtual void handleClose( IOService * forClient,
H A DIOFireWireSBP2Target.h136 @function handleClose
143 virtual void handleClose( IOService * forClient, IOOptionBits options );
H A DIOFireWireSBP2LUN.cpp282 // handleOpen / handleClose
301 void IOFireWireSBP2LUN::handleClose( IOService * forClient, IOOptionBits options ) function in class:IOFireWireSBP2LUN
303 FWKLOG(( "IOFireWireSBP2LUN<%p> (%d) : handleClose\n", this, fLUNumber ));
307 IOService::handleClose(forClient, options);
H A DIOFireWireSBP2Target.cpp307 // handleOpen / handleClose
369 void IOFireWireSBP2Target::handleClose( IOService * forClient, IOOptionBits options ) function in class:IOFireWireSBP2Target
371 FWKLOG(( "IOFireWireSBP2Target<%p>::handleClose enter handleClose fOpenFromLUNCount = %d, fOpenFromTarget = %d\n", this, fOpenFromLUNCount, fOpenFromTarget ));
382 IOService::handleClose( this, options);
384 FWKLOG(( "IOFireWireSBP2Target<%p>::handleClose - called close\n", this ));
393 IOService::handleClose(forClient, options);
395 FWKLOG(( "IOFireWireSBP2Target<%p::handleClose - called close\n", this ));
399 FWKLOG(( "IOFireWireSBP2Target<%p>::handleClose - exit handleClose fOpenFromLUNCoun
[all...]
/macosx-10.10/IONetworkingFamily-101/
H A DIOKernelDebugger.h232 @discussion This method is called by handleOpen() and handleClose()
302 /*! @function handleClose
310 virtual void handleClose( IOService * forClient,
H A DIONetworkController.h1199 /*! @function handleClose
1208 virtual void handleClose(IOService * client, IOOptionBits options);
H A DIONetworkInterface.h791 /* Override IOService::handleClose() */
792 virtual void handleClose( IOService * client, IOOptionBits options );
835 @discussion This method is called by <code>handleClose()</code> after
905 @discussion This method is called by <code>handleClose()</code> to allow a
908 @param options Options same options passed to <code>handleClose()</code>.
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOFilterScheme.h126 * @function handleClose
128 * The handleClose method closes the client's access to this object.
130 * This implementation replaces the IOService definition of handleClose().
137 virtual void handleClose(IOService * client, IOOptionBits options);
H A DIOFilterScheme.cpp84 void IOFilterScheme::handleClose(IOService * client, IOOptionBits options) function in class:IOFilterScheme
87 // The handleClose method closes the client's access to this object.
89 // This implementation replaces the IOService definition of handleClose().
H A DIOMedia.h339 * @function handleClose
341 * The handleClose method closes the client's access to this object.
343 * This implementation replaces the IOService definition of handleClose().
350 virtual void handleClose(IOService * client, IOOptionBits options);
H A DIOPartitionScheme.h175 * @function handleClose
177 * The handleClose method closes the client's access to this object.
179 * This implementation replaces the IOService definition of handleClose().
186 virtual void handleClose(IOService * client, IOOptionBits options);
H A DIOStorage.h356 * @function handleClose
358 * The handleClose method closes the client's access to this object.
365 virtual void handleClose(IOService * client, IOOptionBits options) = 0;
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUnit.h226 @function handleClose
233 virtual void handleClose( IOService * forClient,
343 @function handleClose
350 virtual void handleClose( IOService * forClient,
H A DIOFireWireAVCUnit.cpp1428 // IOFireWireAVCUnit::handleClose
1430 void IOFireWireAVCUnit::handleClose( IOService * forClient, IOOptionBits options ) function in class:IOFireWireAVCUnit
1432 FIRELOG_MSG(("IOFireWireAVCUnit::handleClose (this=0x%08X)\n",this));
1436 IOService::handleClose(forClient, options);
1664 // IOFireWireAVCSubUnit::handleClose
1666 void IOFireWireAVCSubUnit::handleClose( IOService * forClient, IOOptionBits options ) function in class:IOFireWireAVCSubUnit
1668 FIRELOG_MSG(("IOFireWireAVCSubUnit::handleClose (this=0x%08X)\n",this));
1672 IOService::handleClose(forClient, options);
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDMember.h143 virtual void handleClose(IOService*client, IOOptionBits options);
H A DAppleRAIDSet.h99 virtual void handleClose(IOService * client, IOOptionBits options);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.h211 /*! @function handleClose
222 virtual void handleClose(IOService * client, IOOptionBits options);
H A DIOHIDEventService.h226 /*! @function handleClose
237 virtual void handleClose(IOService * client, IOOptionBits options);
/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.h484 virtual void handleClose( IOService * client,

Completed in 141 milliseconds

12