Searched refs:enableController (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/IOFireWireIP-226.2/KernelHeaders/IONetworkingFamily/
H A DIOFWInterface.h112 IOReturn enableController(IONetworkController * ctr);
/macosx-10.10/IONetworkingFamily-101/
H A DIOEthernetInterface.h110 IOReturn enableController(IONetworkController * ctr);
H A DIOEthernetInterface.cpp554 // enableController() is reponsible for calling the controller's enable()
560 IOReturn IOEthernetInterface::enableController(IONetworkController * ctr) function in class:IOEthernetInterface
655 if ( (ret = enableController(ctr)) == kIOReturnSuccess )
708 if ( (ret = enableController(ctr)) == kIOReturnSuccess )
/macosx-10.10/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVFramebuffer.h208 virtual IOReturn enableController( void );
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IONetworkingFamily/
H A DIOFWInterface.cpp501 // enableController() is reponsible for calling the controller's enable()
507 IOReturn IOFWInterface::enableController(IONetworkController * ctr) function in class:IOFWInterface
597 if ( (ret = enableController(ctr)) == kIOReturnSuccess )
661 if ( (ret = enableController(ctr)) == kIOReturnSuccess )
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebuffer.h414 /*! @function enableController
420 virtual IOReturn enableController( void );
495 @discussion IOFramebuffer subclasses should implement this method to set the current mode and depth. Other than at enableController() time, this is the only method that should change the framebuffer format and is synchronized with clients and attached accelerators to make sure access to the device is disallowed during the change.
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp2870 err = enableController();
6499 err = enableController();
8525 IOReturn IOFramebuffer::enableController ( void ) function in class:IOFramebuffer
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp560 IOReturn IONDRVFramebuffer::enableController( void ) function in class:IONDRVFramebuffer

Completed in 206 milliseconds