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

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkInterface.c3707 CFStringRef ioInterfaceNamePrefix = NULL; local
3741 ioInterfaceNamePrefix = CFDictionaryGetValue(interface_entity, CFSTR(kSCNetworkInterfaceIOInterfaceNamePrefix));
3742 if (isA_CFString(ioInterfaceNamePrefix) == NULL) {
3743 ioInterfaceNamePrefix = _SCNetworkInterfaceCopyPrefixFromBSDName(bsdName);
3744 if (ioInterfaceNamePrefix == NULL) {
3745 SCLog(TRUE, LOG_DEBUG, CFSTR("__SCNetworkInterfaceCreateWithStorageEntity: ioInterfaceNamePrefix is NULL or not of the correct type"));
3750 CFRetain(ioInterfaceNamePrefix);
3802 interfacePrivate->prefix = CFRetain(ioInterfaceNamePrefix);
3832 if (ioInterfaceNamePrefix != NULL) {
3833 CFRelease(ioInterfaceNamePrefix);
[all...]

Completed in 98 milliseconds