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

12

/macosx-10.10/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceController.h1589 virtual void handleClose (
H A DIOSCSIParallelInterfaceController.cpp164 // handleClose - Handles closes on the object [PRIVATE]
168 IOSCSIParallelInterfaceController::handleClose ( function in class:IOSCSIParallelInterfaceController
173 STATUS_LOG ( ( "IOSCSIParallelInterfaceController::handleClose\n" ) );
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOBlockStorageDriver.h537 * @function handleClose
539 * The handleClose method closes the client's access to this object.
548 virtual void handleClose(IOService * client, IOOptionBits options);
H A DIOMedia.cpp540 void IOMedia::handleClose(IOService * client, IOOptionBits options) function in class:IOMedia
H A DIOPartitionScheme.cpp215 void IOPartitionScheme::handleClose(IOService * client, IOOptionBits options) function in class:IOPartitionScheme
218 // The handleClose method closes the client's access to this object.
220 // This implementation replaces the IOService definition of handleClose().
H A DIOBlockStorageDriver.cpp378 void IOBlockStorageDriver::handleClose(IOService * client, IOOptionBits options) function in class:IOBlockStorageDriver
381 // The handleClose method drops the incoming client's access to this object.
/macosx-10.10/IONetworkingFamily-101/
H A DIOKernelDebugger.cpp791 void IOKernelDebugger::handleClose( IOService * forClient, function in class:IOKernelDebugger
H A DIONetworkController.cpp639 void IONetworkController::handleClose(IOService * client, IOOptionBits options) function in class:IONetworkController
H A DIONetworkInterface.cpp614 void IONetworkInterface::handleClose( IOService * client, IOOptionBits options ) function in class:IONetworkInterface
/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.cpp2341 // handleClose [PUBLIC]
2345 IOUSBMassStorageClass::handleClose ( IOService * client, function in class:IOUSBMassStorageClass
2351 super::handleClose ( client, options );
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDMember.cpp220 void AppleRAIDMember::handleClose(IOService * /* client */, function in class:AppleRAIDMember
H A DAppleRAIDSet.cpp1695 void AppleRAIDSet::handleClose(IOService * client, IOOptionBits options) function in class:AppleRAIDSet
1697 IOLogOC("AppleRAIDSet::handleClose(%p) called, client %p current state %u\n", this, client, (uint32_t)arSetState);
1700 // The handleClose method closes the client's access to this object.
1702 // This implementation replaces the IOService definition of handleClose().
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h536 @discussion IOService provides generic open and close semantics to track clients of a provider that have established an active datapath. The use of <code>open</code> and @link close close@/link, and rules regarding ownership are family defined, and defined by the @link handleOpen handleOpen@/link and @link handleClose handleClose@/link methods in the provider. Some families will limit access to a provider based on its open state.
547 @discussion IOService provides generic open and close semantics to track clients of a provider that have established an active datapath. The use of @link open open@/link and <code>close</code>, and rules regarding ownership are family defined, and defined by the @link handleOpen handleOpen@/link and @link handleClose handleClose@/link methods in the provider.
574 /*! @function handleClose
576 @discussion IOService calls this method in its subclasses in response to the @link close close@/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>handleClose</code> is called.
580 virtual void handleClose( IOService * forClient,
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventService.cpp1208 // IOHIDEventService::handleClose
1210 void IOHIDEventService::handleClose(IOService * client, IOOptionBits options) function in class:IOHIDEventService
1216 super::handleClose(client, options);
H A DIOHIDDevice.cpp814 void IOHIDDevice::handleClose(IOService * client, IOOptionBits options __unused) function in class:IOHIDDevice
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp2691 handleClose( forClient, options );
2749 void IOService::handleClose( IOService * forClient, function in class:IOService

Completed in 198 milliseconds

12