Searched refs:handleOpen (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireLocalNode.h123 virtual bool handleOpen( IOService * forClient,
H A DIOFireWireUnit.h129 // Override handleOpen() and handleClose() to pass on to device
130 virtual bool handleOpen( IOService * forClient,
H A DIOFireWireLocalNode.cpp238 // handleOpen
242 bool IOFireWireLocalNode::handleOpen( IOService * forClient, function in class:IOFireWireLocalNode
249 ok = IOFireWireNub::handleOpen( this, 0, NULL ) ;
H A DIOFireWireUnit.cpp295 // handleOpen
299 bool IOFireWireUnit::handleOpen( IOService * forClient, function in class:IOFireWireUnit
319 success = IOFireWireNub::handleOpen( forClient, options, arg );
H A DIOFireWireDevice.h162 virtual bool handleOpen( IOService * forClient, IOOptionBits options, void * arg );
H A DIOFireWireDevice.cpp1876 // handleOpen
1880 bool IOFireWireDevice::handleOpen( IOService * forClient, IOOptionBits options, void * arg ) function in class:IOFireWireDevice
1898 ok = IOService::handleOpen( this, options, arg );
1917 ok = IOService::handleOpen( forClient, options, arg );
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LUN.h91 /*! @function handleOpen
95 @param options Options for the open, may be interpreted by the implementor of handleOpen.
98 virtual bool handleOpen( IOService * forClient,
106 @param options Options for the close, may be interpreted by the implementor of handleOpen.
H A DIOFireWireSBP2Target.h126 /*! @function handleOpen
130 @param options Options for the open, may be interpreted by the implementor of handleOpen.
133 virtual bool handleOpen( IOService * forClient, IOOptionBits options, void * arg );
140 @param options Options for the close, may be interpreted by the implementor of handleOpen.
H A DIOFireWireSBP2LUN.cpp282 // handleOpen / handleClose
285 bool IOFireWireSBP2LUN::handleOpen( IOService * forClient, IOOptionBits options, void * arg ) function in class:IOFireWireSBP2LUN
287 FWKLOG(( "IOFireWireSBP2LUN<%p> (%d) : handleOpen\n", this, fLUNumber ));
295 ok = IOService::handleOpen(forClient, options, arg);
H A DIOFireWireSBP2Target.cpp307 // handleOpen / handleClose
313 bool IOFireWireSBP2Target::handleOpen( IOService * forClient, IOOptionBits options, void * arg ) function in class:IOFireWireSBP2Target
317 FWKLOG(( "IOFireWireSBP2Target<%p::handleOpen entered fOpenFromLUNCount = %d, fOpenFromTarget = %d\n", this, fOpenFromLUNCount, fOpenFromTarget ));
333 ok = IOService::handleOpen( this, options, arg );
334 FWKLOG(( "IOFireWireSBP2Target<%p>::handleOpen called open\n", this ));
356 ok = IOService::handleOpen( forClient, options, arg );
357 FWKLOG(( "IOFireWireSBP2Target<%p>::handleOpen called open\n", this ));
364 FWKLOG(( "IOFireWireSBP2Target<%p>::handleOpen - exit handleOpen fOpenFromLUNCount = %d, fOpenFromTarget = %d\n", this, fOpenFromLUNCount, fOpenFromTarget ));
/macosx-10.10/IONetworkingFamily-101/
H A DIOKernelDebugger.h232 @discussion This method is called by handleOpen() and handleClose()
288 /*! @function handleOpen
298 virtual bool handleOpen( IOService * forClient,
H A DIONetworkController.h1184 /*! @function handleOpen
1195 virtual bool handleOpen(IOService * client,
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOFilterScheme.h80 * @function handleOpen
82 * The handleOpen method grants or denies permission to access this object
93 * This implementation replaces the IOService definition of handleOpen().
105 virtual bool handleOpen(IOService * client,
H A DIOFilterScheme.cpp44 bool IOFilterScheme::handleOpen(IOService * client, function in class:IOFilterScheme
49 // The handleOpen method grants or denies permission to access this object
60 // This implementation replaces the IOService definition of handleOpen().
H A DIOMedia.h293 * @function handleOpen
295 * The handleOpen method grants or denies permission to access this object
306 * This implementation replaces the IOService definition of handleOpen().
318 virtual bool handleOpen(IOService * client,
H A DIOPartitionScheme.h129 * @function handleOpen
131 * The handleOpen method grants or denies permission to access this object
142 * This implementation replaces the IOService definition of handleOpen().
154 virtual bool handleOpen(IOService * client,
H A DIOStorage.h314 * @function handleOpen
316 * The handleOpen method grants or denies permission to access this object
337 virtual bool handleOpen(IOService * client,
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUnit.h214 /*! @function handleOpen
218 @param options Options for the open, may be interpreted by the implementor of handleOpen.
222 virtual bool handleOpen( IOService * forClient,
230 @param options Options for the close, may be interpreted by the implementor of handleOpen.
331 /*! @function handleOpen
335 @param options Options for the open, may be interpreted by the implementor of handleOpen.
339 virtual bool handleOpen( IOService * forClient,
347 @param options Options for the close, may be interpreted by the implementor of handleOpen.
H A DIOFireWireAVCUnit.cpp1409 // IOFireWireAVCUnit::handleOpen
1411 bool IOFireWireAVCUnit::handleOpen( IOService * forClient, IOOptionBits options, void * arg ) function in class:IOFireWireAVCUnit
1413 FIRELOG_MSG(("IOFireWireAVCUnit::handleOpen (this=0x%08X)\n",this));
1421 ok = IOService::handleOpen(forClient, options, arg);
1645 // IOFireWireAVCSubUnit::handleOpen
1647 bool IOFireWireAVCSubUnit::handleOpen( IOService * forClient, IOOptionBits options, void * arg ) function in class:IOFireWireAVCSubUnit
1649 FIRELOG_MSG(("IOFireWireAVCSubUnit::handleOpen (this=0x%08X)\n",this));
1657 ok = IOService::handleOpen(forClient, options, arg);
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleLVMGroup.h97 virtual bool handleOpen(IOService * client, IOOptionBits options, void * access);
H A DAppleRAIDMember.h141 virtual bool handleOpen(IOService * client, IOOptionBits options, void * access);
H A DAppleRAIDSet.h97 virtual bool handleOpen(IOService * client, IOOptionBits options, void * access);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.h196 /*! @function handleOpen
207 virtual bool handleOpen(IOService * client,
H A DIOHIDEventService.h211 /*! @function handleOpen
222 virtual bool handleOpen(IOService * client,
/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.h480 virtual bool handleOpen( IOService * client,

Completed in 225 milliseconds

12