Searched refs:attachInterface (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkController.h1147 @discussion This method is called by attachInterface() or
1248 /*! @function attachInterface
1277 virtual bool attachInterface(IONetworkInterface ** interface,
1298 @discussion This method is called by attachInterface() to perform
1317 (this will cause attachInterface() to fail and return 0).
H A DIONetworkController.cpp482 IONetworkController::attachInterface(IONetworkInterface ** interfaceP, function in class:IONetworkController
490 // attachInterface() is called by the subclass.
570 // This method is called by attachInterface() or attachDebuggerClient() on
926 // will cause attachInterface() to fail).
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIP.cpp183 if (!attachInterface((IONetworkInterface**)&networkInterface, false ))
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp1097 // if (!attachInterface((IONetworkInterface **)&fNetworkInterface, false))
1098 if (!attachInterface((IONetworkInterface **)&fNetworkInterface))
1100 ALERT(0, 0, "createNetworkInterface - attachInterface failed");
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp938 if (!attachInterface((IONetworkInterface **)&fNetworkInterface, false))
940 ALERT(0, 0, "createNetworkInterface - attachInterface failed");

Completed in 129 milliseconds