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

12

/macosx-10.9.5/IOFireWireFamily-455.4.0/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.9.5/IOFireWireSBP2-426.4.1/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.9.5/IONetworkingFamily-100/
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.9.5/IOStorageFamily-172/
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 DIOPartitionScheme.h117 * @function handleOpen
119 * The handleOpen method grants or denies permission to access this object
130 * This implementation replaces the IOService definition of handleOpen().
142 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 DIOStorage.h270 * @function handleOpen
272 * The handleOpen method grants or denies permission to access this object
293 virtual bool handleOpen(IOService * client,
/macosx-10.9.5/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.9.5/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.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDDevice.h193 /*! @function handleOpen
204 virtual bool handleOpen(IOService * client,
H A DIOHIDEventService.h209 /*! @function handleOpen
220 virtual bool handleOpen(IOService * client,
/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DIOUSBMassStorageClass.h471 virtual bool handleOpen( IOService * client,

Completed in 445 milliseconds

12