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

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkInterface.c276 const CFStringRef *entity_hardware; member in struct:__anon7153
282 // interface type entity_hardware if config? interface types PPP sub-type interface protocols
2766 if (configurations[interfaceIndex].entity_hardware != NULL) {
2768 return *configurations[interfaceIndex].entity_hardware;
3122 if (configurations[interfaceIndex].entity_hardware != NULL) {
3125 *configurations[interfaceIndex].entity_hardware);
4164 CFStringRef entity_hardware; local
4176 entity_hardware = CFDictionaryGetValue(interface_entity, kSCPropNetInterfaceHardware);
4177 if (isA_CFString((entity_hardware)) &&
4178 CFEqual(entity_hardware, kSCEntNetAirPor
4216 CFStringRef entity_hardware; local
[all...]

Completed in 192 milliseconds