Searched refs:kIOMACAddress (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/bless-98/libbless/EFI/
H A DBLCreateEFIXMLRepresentationForNetworkPath.c98 CFSTR(kIOMACAddress),
H A DBLInterpretEFIXMLRepresentationAsNetworkPath.c146 CFSTR(kIOMACAddress),
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/IONetworkingFamily/
H A DIOFWInterface.cpp247 _uniqueID = OSDynamicCast(OSData, getProvider()->getProperty(kIOMACAddress));
250 DLOG("%s: kIOMACAddress property access error (len %d)\n",
359 addrData = OSDynamicCast(OSData, ctr->getProperty(kIOMACAddress));
362 DLOG("%s: kIOMACAddress property access error (len %d)\n",
544 OSData * lladdr = OSDynamicCast(OSData, getProperty(kIOMACAddress));
800 hardAddr = OSDynamicCast(OSData, getProperty(kIOMACAddress));
817 setProperty(kIOMACAddress, (void *)lladdr, len);
H A DIOFWController.cpp131 (setProperty(kIOMACAddress, (void *) &addr,
/macosx-10.9.5/IONetworkingFamily-100/
H A DIOEthernetInterface.cpp259 uniqueID = OSDynamicCast(OSData, getProvider()->getProperty(kIOMACAddress));
262 DLOG("%s: kIOMACAddress property access error (len %d)\n",
388 addrData = OSDynamicCast(OSData, ctr->getProperty(kIOMACAddress));
391 DLOG("%s: kIOMACAddress property access error (len %d)\n",
598 OSData * lladdr = OSDynamicCast(OSData, getProperty(kIOMACAddress));
851 hardAddr = OSDynamicCast(OSData, getProperty(kIOMACAddress));
868 setProperty(kIOMACAddress, (void *)lladdr, len);
H A DIOEthernetController.cpp127 (setProperty(kIOMACAddress, (void *) &addr,
H A DIOKernelDebugger.cpp171 OSData * macAddr = OSDynamicCast(OSData, controller->getProperty(kIOMACAddress));
647 interface->getController()->getProperty(kIOMACAddress));
H A DIONetworkController.h135 /*! @defined kIOMACAddress
137 @discussion The kIOMACAddress property is a property of IONetworkController
142 #define kIOMACAddress "IOMACAddress" macro
H A DIONetworkInterface.cpp2144 prop = _driver->copyProperty(kIOMACAddress);
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A DEncodedSourceID.c194 CFSTR(kIOMACAddress),
/macosx-10.9.5/configd-596.15/Plugins/InterfaceNamer/
H A Difnamer.c407 CFDictionaryContainsKey(dict, CFSTR(kIOMACAddress))) {
663 CFDictionarySetValue(new_if, CFSTR(kIOMACAddress), val);
709 a = CFDictionaryGetValue(dict, CFSTR(kIOMACAddress));
1958 addr = CFDictionaryGetValue(dict, CFSTR(kIOMACAddress));
1976 addr = CFDictionaryGetValue(dict, CFSTR(kIOMACAddress));
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dsys-MacOSX.c2412 CFSTR(kIOMACAddress),
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkInterface.c2024 data = CFDictionaryGetValue(controller_dict, CFSTR(kIOMACAddress));

Completed in 121 milliseconds