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

/macosx-10.9.5/IONetworkingFamily-100/
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.9.5/IOFireWireIP-226.4/KernelSource/IOKit/
H A DIOFireWireIP.cpp183 if (!attachInterface((IONetworkInterface**)&networkInterface, false ))
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp1096 // if (!attachInterface((IONetworkInterface **)&fNetworkInterface, false))
1097 if (!attachInterface((IONetworkInterface **)&fNetworkInterface))
1099 ALERT(0, 0, "createNetworkInterface - attachInterface failed");
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp939 if (!attachInterface((IONetworkInterface **)&fNetworkInterface, false))
941 ALERT(0, 0, "createNetworkInterface - attachInterface failed");

Completed in 187 milliseconds