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

/macosx-10.10.1/IOFireWireIP-226.2/KernelHeaders/IONetworkingFamily/
H A DIOFWController.h362 /*! @function createInterface
372 virtual IONetworkInterface * createInterface();
/macosx-10.10.1/IONetworkingFamily-101/
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.10.1/IOFireWireIP-226.2/KernelSource/IONetworkingFamily/
H A DIOFWController.cpp220 IONetworkInterface * IOFWController::createInterface() function in class:IOFWController
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkInterface.c2557 createInterface(io_registry_entry_t interface, processInterface func, function
2586 SCLog(TRUE, LOG_DEBUG, CFSTR("createInterface IORegistryEntryCreateCFProperties() failed, kr = 0x%x"), kr);
2593 SCLog(TRUE, LOG_DEBUG, CFSTR("createInterface IORegistryEntryGetParentEntry() failed, kr = 0x%x"), kr);
2600 SCLog(TRUE, LOG_DEBUG, CFSTR("createInterface IORegistryEntryCreateCFProperties() failed, kr = 0x%x"), kr);
2607 SCLog(TRUE, LOG_DEBUG, CFSTR("createInterface IORegistryEntryGetParentEntry() failed, kr = 0x%x"), kr);
2614 SCLog(TRUE, LOG_DEBUG, CFSTR("createInterface IORegistryEntryCreateCFProperties() failed, kr = 0x%x"), kr);
2621 SCLog(TRUE, LOG_DEBUG, CFSTR("createInterface IORegistryEntryGetRegistryEntryID() failed, kr = 0x%x"), kr);
2713 match = createInterface(interface, func, hidden_key);
6863 interface = createInterface(if_obj, processNetworkInterface, NULL);
6865 interface = createInterface(if_ob
[all...]

Completed in 176 milliseconds