Searched refs:createInterface (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/IOFireWireIP-226.4/KernelHeaders/IONetworkingFamily/
H A DIOFWController.h362 /*! @function createInterface
372 virtual IONetworkInterface * createInterface();
/macosx-10.9.5/IONetworkingFamily-100/
H A DIOEthernetController.h388 /*! @function createInterface
399 virtual IONetworkInterface * createInterface();
H A DIOEthernetController.cpp242 IONetworkInterface * IOEthernetController::createInterface() function in class:IOEthernetController
H A DIONetworkController.h1251 it as a client of the controller. The <code>createInterface()</code> method
1296 /*! @function createInterface
1302 will return an IOEthernetInterface object when createInterface() is
1307 virtual IONetworkInterface * createInterface() = 0;
1312 createInterface(). Subclasses can override this method to customize
H A DIONetworkController.cpp459 // The createInterface() method is called to perform the allocation and
500 // by calling createInterface().
502 netif = createInterface();
915 // Configure an interface object created through createInterface().
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/IONetworkingFamily/
H A DIOFWController.cpp220 IONetworkInterface * IOFWController::createInterface() function in class:IOFWController
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkInterface.c2499 createInterface(io_registry_entry_t interface, processInterface func) function
2513 SCLog(TRUE, LOG_DEBUG, CFSTR("createInterface IORegistryEntryCreateCFProperties() failed, kr = 0x%x"), kr);
2520 SCLog(TRUE, LOG_DEBUG, CFSTR("createInterface IORegistryEntryGetParentEntry() failed, kr = 0x%x"), kr);
2527 SCLog(TRUE, LOG_DEBUG, CFSTR("createInterface IORegistryEntryCreateCFProperties() failed, kr = 0x%x"), kr);
2534 SCLog(TRUE, LOG_DEBUG, CFSTR("createInterface IORegistryEntryGetParentEntry() failed, kr = 0x%x"), kr);
2541 SCLog(TRUE, LOG_DEBUG, CFSTR("createInterface IORegistryEntryCreateCFProperties() failed, kr = 0x%x"), kr);
2548 SCLog(TRUE, LOG_DEBUG, CFSTR("createInterface IORegistryEntryGetRegistryEntryID() failed, kr = 0x%x"), kr);
2639 match = createInterface(interface, func);
6174 interface = createInterface(if_obj, processNetworkInterface);
6176 interface = createInterface(if_ob
[all...]

Completed in 165 milliseconds